| 2020-06-29 Rob Buis <rbuis@igalia.com> |
| |
| window.location.replace with invalid urls should throw |
| https://bugs.webkit.org/show_bug.cgi?id=153121 |
| |
| Reviewed by Darin Adler. |
| |
| Add a subtest to verify that location.replace throws SyntaxError if |
| the resulting url is not valid. |
| |
| * web-platform-tests/html/browsers/history/the-location-interface/location_replace-expected.txt: |
| * web-platform-tests/html/browsers/history/the-location-interface/location_replace.html: |
| |
| 2020-06-29 Pinki Gyanchandani <pgyanchandani@apple.com> |
| |
| Add a new Web Platform Test in LayoutTest/imported/w3c/web-platform-tests/dom/ranges |
| https://bugs.webkit.org/show_bug.cgi?id=213667 |
| |
| Reviewed by Darin Adler. |
| |
| Adding a Web Platfotm Test to test the handling of Ranges, when range is associated with a parentless node, and this parentless node moves to |
| new document. |
| |
| This test has been provided by Darin Adler. |
| |
| * web-platform-tests/dom/ranges/Range-adopt-test-expected.txt: Added. |
| * web-platform-tests/dom/ranges/Range-adopt-test.html: Added. |
| |
| 2020-06-28 Rob Buis <rbuis@igalia.com> |
| |
| Setting url.search="??" (two questionmarks) has incorrect behavior |
| https://bugs.webkit.org/show_bug.cgi?id=170452 |
| |
| Reviewed by Darin Adler. |
| |
| Update improved test result. |
| |
| * web-platform-tests/url/url-setters-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/cors/*: Updated. |
| |
| 2020-06-27 Rob Buis <rbuis@igalia.com> |
| |
| Require <form> to be connected |
| https://bugs.webkit.org/show_bug.cgi?id=177356 |
| |
| Reviewed by Sam Weinig. |
| |
| Update improved test result. |
| |
| * web-platform-tests/html/semantics/forms/form-submission-0/submission-checks.window-expected.txt: |
| |
| 2020-06-27 Chris Dumez <cdumez@apple.com> |
| |
| Update web-platform-tests/common from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=213665 |
| |
| Reviewed by Sam Weinig. |
| |
| Update web-platform-tests/common from upstream b076c305a256e7fb7. |
| |
| * web-platform-tests/common/*: Updated. |
| |
| 2020-06-26 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, drop tests that got renamed in r263598 when re-syncing WebCryptAPI tests. |
| |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker.html: Removed. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.html: Removed. |
| |
| 2020-06-26 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, drop test that got renamed in r263595. |
| |
| This test is now called beacon-redirect.sub.window.html. |
| |
| * web-platform-tests/beacon/beacon-redirect.window-expected.txt: Removed. |
| * web-platform-tests/beacon/beacon-redirect.window.html: Removed. |
| |
| 2020-06-26 Chris Dumez <cdumez@apple.com> |
| |
| Resync web-platform-tests/WebIDL from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=213539 |
| |
| Reviewed by Sam Weinig. |
| |
| Resync web-platform-tests/WebIDL from upstream 1001bb6b2d6b9. |
| |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.js: |
| (test): |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.worker-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-named-properties-object.window-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-named-properties-object.window.js: |
| * web-platform-tests/WebIDL/idlharness-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebIDL/interfaces-expected.txt. |
| * web-platform-tests/WebIDL/idlharness.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebIDL/interfaces.html. |
| * web-platform-tests/WebIDL/w3c-import.log: |
| |
| 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. |
| |
| * resources/resource-files.json: |
| * web-platform-tests/content-security-policy/*: Updated. |
| |
| 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. |
| |
| * web-platform-tests/WebCryptoAPI/*: Updated. |
| |
| 2020-06-26 Chris Dumez <cdumez@apple.com> |
| |
| Update web-platform-tests/beacon from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=213663 |
| |
| Reviewed by Darin Adler. |
| |
| Update web-platform-tests/beacon from upstream b076c305a256e7fb7. |
| |
| * web-platform-tests/beacon/*: Updated. |
| |
| 2020-06-24 Sergio Villar Senin <svillar@igalia.com> |
| |
| [WebXR] Unreviewed gardening. Updated expectations and new passing tests. |
| |
| * web-platform-tests/webxr/navigator_xr_sameObject.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrFrame_session_sameObject.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrRigidTransform_constructor.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrSession_prevent_multiple_exclusive.https-expected.txt: Added. |
| |
| 2020-06-23 Chris Dumez <cdumez@apple.com> |
| |
| Resync web-platform-tests/domparsing from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=213540 |
| |
| Reviewed by Sam Weinig. |
| |
| Resync web-platform-tests/domparsing from upstream 1001bb6b2d6b9. |
| |
| * web-platform-tests/domparsing/*: Updated. |
| |
| 2020-06-23 Chris Dumez <cdumez@apple.com> |
| |
| Resync web-platform-tests/IndexedDB from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=213541 |
| |
| Reviewed by Sam Weinig. |
| |
| Resync web-platform-tests/IndexedDB from upstream 1001bb6b2d6b9. |
| |
| * web-platform-tests/IndexedDB/*: Updated. |
| |
| 2020-06-22 Sergio Villar Senin <svillar@igalia.com> |
| |
| [WebXR] Introducing XRLayer |
| https://bugs.webkit.org/show_bug.cgi?id=213462 |
| |
| Reviewed by Youenn Fablet. |
| |
| * web-platform-tests/webxr/idlharness.https.window-expected.txt: Replace FAIL by PASS expectations |
| for XRLayer interface. |
| |
| 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. |
| |
| * web-platform-tests/css/css-flexbox/percentage-heights-003-expected.txt: There were 3 subtests |
| marked as failures. All of them work fine now. |
| |
| 2020-06-22 Chris Dumez <cdumez@apple.com> |
| |
| Introduce BaseAudioContext interface |
| https://bugs.webkit.org/show_bug.cgi?id=213491 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Rebaseline WPT test now that more checks are passing. |
| |
| * web-platform-tests/webaudio/idlharness.https.window-expected.txt: |
| |
| 2020-06-22 Clark Wang <clark_wang@apple.com> |
| |
| Added getFloatTimeDomainData method to AnalyserNode |
| https://bugs.webkit.org/show_bug.cgi?id=213393 |
| |
| Reviewed by Chris Dumez. |
| |
| Re-baselined test to show a new passing test. |
| |
| * web-platform-tests/webaudio/idlharness.https.window-expected.txt: |
| |
| 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. |
| |
| Fix wrong resource file name usage. |
| |
| * web-platform-tests/referrer-policy/generic/multiple-headers-and-values.html: |
| * web-platform-tests/referrer-policy/generic/multiple-headers-combined.html: |
| * web-platform-tests/referrer-policy/generic/multiple-headers-one-invalid.html: |
| * web-platform-tests/referrer-policy/generic/multiple-headers-one-unknown-token.html: |
| * web-platform-tests/referrer-policy/generic/multiple-headers.html: |
| |
| 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. |
| |
| * web-platform-tests/FileAPI/blob/Blob-slice-expected.txt: |
| |
| 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. |
| |
| Added new expectations. |
| |
| * web-platform-tests/webxr/xrWebGLLayer_constructor.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrWebGLLayer_framebuffer_sameObject.https-expected.txt: Added. |
| |
| 2020-06-22 Rob Buis <rbuis@igalia.com> |
| |
| Image `crossorigin` mutations should be considered "relevant mutations" |
| https://bugs.webkit.org/show_bug.cgi?id=213335 |
| |
| Reviewed by Darin Adler. |
| |
| Update improved test result. |
| |
| * web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/drawimage_crossorigin.sub-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-img-element/relevant-mutations-expected.txt: |
| |
| 2020-06-19 Clark Wang <clark_wang@apple.com> |
| |
| Remove setVelocity() from PannerNode |
| https://bugs.webkit.org/show_bug.cgi?id=213360 |
| |
| Reviewed by Chris Dumez. |
| |
| Re-baselined previous test that now passes with velocity removed. |
| |
| * web-platform-tests/webaudio/historical-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/webxr/idlharness.https.window-expected.txt: Updated expectations. |
| |
| 2020-06-17 Clark Wang <clark_wang@apple.com> |
| |
| Added missing orientation attributes to PannerNode |
| https://bugs.webkit.org/show_bug.cgi?id=213301 |
| |
| Reviewed by Chris Dumez. |
| |
| Re-baselined previous tests that now have passing test cases. |
| |
| * web-platform-tests/webaudio/idlharness.https.window-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/pannernode-basic-expected.txt: |
| |
| 2020-06-17 Chris Dumez <cdumez@apple.com> |
| |
| Add experimental feature flag for modern & unprefixed WebAudio API |
| https://bugs.webkit.org/show_bug.cgi?id=213268 |
| |
| Reviewed by Jer Noble. |
| |
| Rebaseline a few web-platform-tests now that they are passing or failing at a later stage. |
| This is due to our WebAudio getting properly unprefixed in the context of layout tests. |
| |
| * web-platform-tests/webaudio/idlharness.https.window-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-detached-execution-context.tentative-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-offlineaudiocontext-interface/offlineaudiocontext-detached-execution-context.tentative-expected.txt: |
| |
| 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. |
| |
| Import latest version of relevant-mutations.html. |
| Because original-referrer-policy-applied.sub.html is older and assumes referrerpolicy is not a relevant |
| mutation, remove it and replace it by imported image-loading-lazy-referrerpolicy-change.sub.html. |
| |
| * web-platform-tests/html/semantics/embedded-content/resources/common.js: Added. |
| (ElementLoadPromise): |
| (ElementLoadPromise.prototype.element): |
| (is_image_fully_loaded): |
| * web-platform-tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-referrerpolicy-change.sub-expected.txt: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-img-element/image-loading-lazy-referrerpolicy-change.sub.html: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-img-element/original-referrer-policy-applied.sub.html: Removed. |
| * web-platform-tests/html/semantics/embedded-content/the-img-element/relevant-mutations-expected.txt: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-img-element/relevant-mutations.html: |
| |
| 2020-06-17 Darryl Pogue <darryl@dpogue.ca> |
| |
| IndexedDB: Support IDBFactory databases method |
| https://bugs.webkit.org/show_bug.cgi?id=211043 |
| |
| Reviewed by Youenn Fablet. |
| |
| Adjust test expectations for `IDBFactory.prototype.databases()`. |
| |
| * web-platform-tests/IndexedDB/get-databases.any-expected.txt: |
| * web-platform-tests/IndexedDB/get-databases.any.worker-expected.txt: |
| * web-platform-tests/IndexedDB/idbfactory-databases-opaque-origin-expected.txt: |
| * web-platform-tests/IndexedDB/idbfactory-origin-isolation-expected.txt: |
| * web-platform-tests/IndexedDB/idlharness.any-expected.txt: |
| * web-platform-tests/IndexedDB/idlharness.any.worker-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt: |
| * web-platform-tests/infrastructure/assumptions/html-elements-expected.txt: |
| Update test results. |
| |
| 2020-06-17 Youenn Fablet <youenn@apple.com> |
| |
| Make ReadableStream robust against user code |
| https://bugs.webkit.org/show_bug.cgi?id=212915 |
| <rdar://problem/64133221> |
| |
| Reviewed by Darin Adler. |
| |
| We now get pull/cancel only once from the source. |
| |
| * web-platform-tests/streams/readable-streams/bad-underlying-sources-expected.txt: |
| * web-platform-tests/streams/readable-streams/bad-underlying-sources.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/bad-underlying-sources.serviceworker.https-expected.txt: |
| |
| 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. |
| |
| Re-baselined previous tests that either now pass, or fail at a further stage than before. |
| |
| * web-platform-tests/webaudio/historical-expected.txt: |
| * web-platform-tests/webaudio/idlharness.https.window-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/ctor-panner-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-position-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-distance-clamping-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/pannernode-basic-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/test-pannernode-automation-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/html/dom/reflection-forms-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-form-element/form-action-reflection-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-form-element/form-action-reflection-with-base-url-expected.txt: |
| Update test results. |
| |
| 2020-06-16 Truitt Savell <tsavell@apple.com> |
| |
| Unreviewed, reverting r263079. |
| |
| Broke Internal builds. |
| |
| Reverted changeset: |
| |
| "IndexedDB: Support IDBFactory databases method" |
| https://bugs.webkit.org/show_bug.cgi?id=211043 |
| https://trac.webkit.org/changeset/263079 |
| |
| 2020-06-16 Darryl Pogue <darryl@dpogue.ca> |
| |
| IndexedDB: Support IDBFactory databases method |
| https://bugs.webkit.org/show_bug.cgi?id=211043 |
| |
| Reviewed by Youenn Fablet. |
| |
| Adjust test expectations for `IDBFactory.prototype.databases()`. |
| |
| * web-platform-tests/IndexedDB/get-databases.any-expected.txt: |
| * web-platform-tests/IndexedDB/get-databases.any.worker-expected.txt: |
| * web-platform-tests/IndexedDB/idbfactory-databases-opaque-origin-expected.txt: |
| * web-platform-tests/IndexedDB/idbfactory-origin-isolation-expected.txt: |
| * web-platform-tests/IndexedDB/idlharness.any-expected.txt: |
| * web-platform-tests/IndexedDB/idlharness.any.worker-expected.txt: |
| |
| 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. |
| |
| Import from 90446389b82ae924cdef637bca2dd99ece41160c |
| |
| * web-platform-tests/FileAPI/BlobURL/support/w3c-import.log: |
| * web-platform-tests/FileAPI/FileReader/support/w3c-import.log: |
| * web-platform-tests/FileAPI/FileReader/w3c-import.log: |
| * web-platform-tests/FileAPI/FileReaderSync.worker-expected.txt: |
| * web-platform-tests/FileAPI/FileReaderSync.worker.js: |
| (setup): |
| (test): |
| * web-platform-tests/FileAPI/META.yml: Added. |
| * web-platform-tests/FileAPI/OWNERS: Removed. |
| * web-platform-tests/FileAPI/blob/Blob-array-buffer.any-expected.txt: Added. |
| * web-platform-tests/FileAPI/blob/Blob-array-buffer.any.html: Added. |
| * web-platform-tests/FileAPI/blob/Blob-array-buffer.any.js: Added. |
| (string_appeared_here.promise_test.async const): |
| * web-platform-tests/FileAPI/blob/Blob-array-buffer.any.worker-expected.txt: Added. |
| * web-platform-tests/FileAPI/blob/Blob-array-buffer.any.worker.html: Added. |
| * web-platform-tests/FileAPI/blob/Blob-constructor-endings.html: |
| * web-platform-tests/FileAPI/blob/Blob-constructor.html: |
| * web-platform-tests/FileAPI/blob/Blob-stream.any-expected.txt: Added. |
| * web-platform-tests/FileAPI/blob/Blob-stream.any.html: Added. |
| * web-platform-tests/FileAPI/blob/Blob-stream.any.js: Added. |
| (async read_all_chunks): |
| (promise_test.async const): |
| (promise_test): |
| * web-platform-tests/FileAPI/blob/Blob-stream.any.worker-expected.txt: Added. |
| * web-platform-tests/FileAPI/blob/Blob-stream.any.worker.html: Added. |
| * web-platform-tests/FileAPI/blob/Blob-text.any-expected.txt: Added. |
| * web-platform-tests/FileAPI/blob/Blob-text.any.html: Added. |
| * web-platform-tests/FileAPI/blob/Blob-text.any.js: Added. |
| (string_appeared_here.promise_test.async const): |
| * web-platform-tests/FileAPI/blob/Blob-text.any.worker-expected.txt: Added. |
| * web-platform-tests/FileAPI/blob/Blob-text.any.worker.html: Added. |
| * web-platform-tests/FileAPI/blob/w3c-import.log: |
| * web-platform-tests/FileAPI/file/File-constructor-endings.html: |
| * web-platform-tests/FileAPI/file/File-constructor.html: |
| * web-platform-tests/FileAPI/file/w3c-import.log: |
| * web-platform-tests/FileAPI/filelist-section/support/w3c-import.log: |
| * web-platform-tests/FileAPI/filelist-section/w3c-import.log: |
| * web-platform-tests/FileAPI/idlharness.html: |
| * web-platform-tests/FileAPI/idlharness.worker.js: |
| * web-platform-tests/FileAPI/reading-data-section/FileReader-multiple-reads.html: |
| * web-platform-tests/FileAPI/reading-data-section/filereader_abort-expected.txt: |
| * web-platform-tests/FileAPI/reading-data-section/filereader_events.any-expected.txt: Added. |
| * web-platform-tests/FileAPI/reading-data-section/filereader_events.any.html: Added. |
| * web-platform-tests/FileAPI/reading-data-section/filereader_events.any.js: Added. |
| (promise_test.async t): |
| * web-platform-tests/FileAPI/reading-data-section/filereader_events.any.worker-expected.txt: Added. |
| * web-platform-tests/FileAPI/reading-data-section/filereader_events.any.worker.html: Added. |
| * web-platform-tests/FileAPI/reading-data-section/filereader_readAsDataURL-expected.txt: |
| * web-platform-tests/FileAPI/reading-data-section/filereader_readAsDataURL.html: |
| * web-platform-tests/FileAPI/reading-data-section/filereader_result-expected.txt: |
| * web-platform-tests/FileAPI/reading-data-section/filereader_result.html: |
| * web-platform-tests/FileAPI/reading-data-section/support/w3c-import.log: |
| * web-platform-tests/FileAPI/reading-data-section/w3c-import.log: |
| * web-platform-tests/FileAPI/support/Blob.js: |
| (self.assert_equals_typed_array): |
| (test_blob): Deleted. |
| * web-platform-tests/FileAPI/support/w3c-import.log: |
| * web-platform-tests/FileAPI/url/cross-global-revoke.sub.html: |
| * web-platform-tests/FileAPI/url/multi-global-origin-serialization.sub-expected.txt: |
| * web-platform-tests/FileAPI/url/multi-global-origin-serialization.sub.html: |
| * web-platform-tests/FileAPI/url/resources/revoke-helper.js: |
| * web-platform-tests/FileAPI/url/resources/w3c-import.log: |
| * web-platform-tests/FileAPI/url/sandboxed-iframe-expected.txt: |
| * web-platform-tests/FileAPI/url/sandboxed-iframe.html: |
| * web-platform-tests/FileAPI/url/url-format.any.js: |
| * web-platform-tests/FileAPI/url/url-in-tags-revoke.window-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-in-tags-revoke.window.html: Added. |
| * web-platform-tests/FileAPI/url/url-in-tags-revoke.window.js: |
| (async_test.t.const.blob.new.Blob.window_contents_for_channel): |
| * web-platform-tests/FileAPI/url/url-in-tags.window-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-in-tags.window.html: Added. |
| * web-platform-tests/FileAPI/url/url-lifetime.html: |
| * web-platform-tests/FileAPI/url/url-reload.window-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-reload.window.html: Added. |
| * web-platform-tests/FileAPI/url/url-with-fetch.any.js: |
| * web-platform-tests/FileAPI/url/url_xmlhttprequest-expected.txt: Removed. |
| * web-platform-tests/FileAPI/url/w3c-import.log: |
| * web-platform-tests/FileAPI/w3c-import.log: |
| |
| 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. |
| |
| * web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt: |
| Update results now that this test passes. |
| |
| 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. |
| |
| * web-platform-tests/websockets/Close-reason-unpaired-surrogates.any-expected.txt: |
| * web-platform-tests/websockets/Close-reason-unpaired-surrogates.any.worker-expected.txt: |
| * web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any-expected.txt: Added. |
| * web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.worker-expected.txt: Added. |
| Update/add results now that these tests pass. |
| |
| 2020-06-14 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> |
| |
| Withdraw FileReaderSync from ServiceWorker |
| https://bugs.webkit.org/show_bug.cgi?id=213136 |
| |
| Reviewed by Darin Adler. |
| |
| * web-platform-tests/FileAPI/historical.https-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/dom/nodes/Document-createCDATASection-xhtml-expected.txt: |
| Update results to show we are now passing all subtests. |
| |
| 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. |
| |
| * web-platform-tests/FileAPI/historical.https-expected.txt: |
| FileError should not be exposed. |
| |
| 2020-06-11 Sam Weinig <weinig@apple.com> |
| |
| Document.currentScript does not work for SVGScriptElements |
| https://bugs.webkit.org/show_bug.cgi?id=213104 |
| |
| Reviewed by Yusuke Suzuki. |
| |
| * web-platform-tests/html/dom/documents/dom-tree-accessors/Document.currentScript-expected.txt: |
| Update test results after making currentScript work with SVGScriptElements. |
| |
| * web-platform-tests/content-security-policy/nonce-hiding/svgscript-nonces-hidden-meta.tentative.sub-expected.txt: |
| * web-platform-tests/content-security-policy/nonce-hiding/svgscript-nonces-hidden.tentative-expected.txt: |
| Update results. Not passing, but getting further. |
| |
| 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. |
| |
| r261841 imported some WPT grid tests, but it was reverted in r262809. |
| This patch reimports these tests again. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-grid/grid-items/grid-item-dynamic-min-contribution-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-dynamic-min-contribution-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-003-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-004-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-004.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-005-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-005.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-006-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-006.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-007-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-007.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-008-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-008.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-009-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-009.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-010-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-010.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-011-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-011.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-012-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-012.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-013-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-013.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-014-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-014.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-lr-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-lr-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-003-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-004-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-004.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-005-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-005.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-006-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-006.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-007-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-007.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-008-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-008.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-009-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-009.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-010-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-010.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-011-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-011.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-012-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-012.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-013-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-013.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-014-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-014.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-lr-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-lr-002-expected.txt: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-lr-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-rl-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-rl-002-expected.txt: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-rl-002.html: |
| * web-platform-tests/css/css-grid/grid-items/w3c-import.log: |
| |
| 2020-06-11 Rob Buis <rbuis@igalia.com> |
| |
| Improve url-setters.html WPT test |
| https://bugs.webkit.org/show_bug.cgi?id=213046 |
| |
| Reviewed by Darin Adler. |
| |
| Update improved test expectation. |
| |
| * web-platform-tests/url/url-setters-expected.txt: |
| |
| 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. |
| |
| Rebaseline an existing test, since CSP is now checked before any navigations performed by a form action. |
| |
| * web-platform-tests/content-security-policy/form-action/form-action-src-blocked.sub-expected.txt: |
| |
| 2020-06-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| REGRESSION(r262809): [ macOS iOS ] imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001.html is a constant failure |
| https://bugs.webkit.org/show_bug.cgi?id=213026 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-expected.txt: |
| Check in a new baseline that accounts for the failing subtests to get the bots to green. |
| |
| 2020-06-09 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, reverting r261841. |
| https://bugs.webkit.org/show_bug.cgi?id=212991 |
| |
| Caused spotify pages to scroll to the top |
| (<http://webkit.org/b/212983|webkit.org/b/212983>) |
| |
| Reverted changeset: |
| |
| "[css-grid] Clear the override width for computing percent |
| margins" |
| https://bugs.webkit.org/show_bug.cgi?id=209461 |
| https://trac.webkit.org/changeset/261841 |
| |
| 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. |
| |
| Imported some grid related tests from WPT to check how baseline |
| alignment affects the grid's intrinsic size computation. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-002-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-002.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-003-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-003.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-004-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-004.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-005-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-005.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-006-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/baseline-alignment-affects-intrinsic-size-006.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/w3c-import.log: |
| |
| 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. |
| |
| Update improved test expectation. |
| |
| * web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: |
| |
| 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. |
| |
| Added expectations. |
| |
| * web-platform-tests/webxr/ar-module/idlharness.https.window-expected.txt: Added. |
| * web-platform-tests/webxr/ar-module/xrDevice_isSessionSupported_immersive-ar.https-expected.txt: Added. |
| * web-platform-tests/webxr/ar-module/xrDevice_requestSession_immersive-ar.https-expected.txt: Added. |
| |
| 2020-06-01 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. |
| |
| Mark as PASSing 15 subtests that are now working as expected. |
| |
| * web-platform-tests/css/css-flexbox/align-content-wrap-001-expected.txt: Remove FAIL results. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-002-expected.txt: Ditto. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-003-expected.txt: Ditto. |
| |
| 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. |
| |
| Updated the encrypted-media directory like so, |
| |
| Tools/Scripts/import-w3c-tests -s ~/igalia/sources/wpt/ -d imported/w3c/web-platform-tests/ encrypted-media |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/encrypted-media/META.yml: Added. |
| * web-platform-tests/encrypted-media/OWNERS: Removed. |
| * web-platform-tests/encrypted-media/clearkey-check-encryption-scheme.https-expected.txt: Added. |
| * web-platform-tests/encrypted-media/clearkey-check-encryption-scheme.https.html: Added. |
| * web-platform-tests/encrypted-media/clearkey-check-status-for-hdcp.https.html: Added. |
| * web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.https-expected.txt: |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted-segmented.https.html: Added. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-events.https-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-events.https-expected.txt. |
| * web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.https-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.https-expected.txt. |
| * web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.https-expected.txt: Added. |
| * web-platform-tests/encrypted-media/content/w3c-import.log: |
| * web-platform-tests/encrypted-media/drm-check-encryption-scheme.https.html: Added. |
| * web-platform-tests/encrypted-media/drm-check-status-for-hdcp.https.html: Added. |
| * web-platform-tests/encrypted-media/encrypted-media-supported-by-feature-policy.tentative.html: Added. |
| * web-platform-tests/encrypted-media/idlharness.https.html: |
| * web-platform-tests/encrypted-media/polyfill/w3c-import.log: |
| * web-platform-tests/encrypted-media/resources/w3c-import.log: |
| * web-platform-tests/encrypted-media/scripts/check-encryption-scheme.js: Added. |
| (checkEncryptionScheme): |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/check-status-for-hdcp.js: Added. |
| (checkStatusForMinHdcpVersionPolicy): |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/clearkey-update-non-ascii-input.js: |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/generate-request-disallowed-input.js: |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/invalid-license.js: |
| (runTest.): |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/playback-temporary-encrypted-clear-segmented-sources.js: Added. |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/playback-temporary-expired.js: |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/requestmediakeysystemaccess.js: |
| (expect_error): |
| * web-platform-tests/encrypted-media/scripts/setmediakeys.js: |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/syntax-mediakeysession.js: |
| (runTest.func): |
| * web-platform-tests/encrypted-media/scripts/temporary-license-type.js: |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/update-disallowed-input.js: |
| (runTest.): |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/w3c-import.log: |
| * web-platform-tests/encrypted-media/scripts/waiting-for-a-key.js: |
| * web-platform-tests/encrypted-media/util/utils.js: |
| * web-platform-tests/encrypted-media/util/w3c-import.log: |
| * web-platform-tests/encrypted-media/w3c-import.log: |
| |
| 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. |
| |
| * web-platform-tests/css/css-color/parsing/system-color-valid-expected.txt: |
| Update test results for new system colors added more recently. |
| |
| 2020-06-05 Sam Weinig <weinig@apple.com> |
| |
| Update WPT tests for css/css-color |
| https://bugs.webkit.org/show_bug.cgi?id=212842 |
| |
| Reviewed by Darin Adler. |
| |
| * web-platform-tests/css/css-color/animation/color-composition-expected.txt: Added. |
| * web-platform-tests/css/css-color/animation/color-composition.html: Added. |
| * web-platform-tests/css/css-color/animation/w3c-import.log: |
| * web-platform-tests/css/css-color/color-initial-canvastext-expected.txt: Added. |
| * web-platform-tests/css/css-color/color-initial-canvastext.html: Added. |
| * web-platform-tests/css/css-color/lab-001.html: |
| * web-platform-tests/css/css-color/lab-002.html: |
| * web-platform-tests/css/css-color/lab-003.html: |
| * web-platform-tests/css/css-color/lab-004.html: |
| * web-platform-tests/css/css-color/lab-005.html: |
| * web-platform-tests/css/css-color/lab-006.html: |
| * web-platform-tests/css/css-color/lab-007.html: |
| * web-platform-tests/css/css-color/lch-001.html: |
| * web-platform-tests/css/css-color/lch-002.html: |
| * web-platform-tests/css/css-color/lch-003.html: |
| * web-platform-tests/css/css-color/lch-004.html: |
| * web-platform-tests/css/css-color/lch-005.html: |
| * web-platform-tests/css/css-color/lch-006.html: |
| * web-platform-tests/css/css-color/lch-007.html: |
| * web-platform-tests/css/css-color/parsing/system-color-valid-expected.txt: Added. |
| * web-platform-tests/css/css-color/parsing/system-color-valid.html: Added. |
| * web-platform-tests/css/css-color/parsing/w3c-import.log: |
| * web-platform-tests/css/css-color/w3c-import.log: |
| |
| 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. |
| |
| Import from d0d526f742. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/html/canvas/offscreen/META.yml: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/META.yml. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.copy.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.copy.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.destination-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.lighter-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.lighter-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.lighter.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.lighter.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.lighter.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.lighter.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.source-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.xor-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.xor-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.xor.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.xor.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.xor.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.xor.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.xor.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.xor.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.canvas.xor.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.xor.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.destination-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.lighter-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.lighter-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.lighter.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.lighter.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.lighter.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.lighter.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.lighter.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.lighter.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.lighter.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.lighter.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.source-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.source-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.xor-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.xor-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.xor.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.xor.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.xor.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.xor.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.xor.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.xor.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.clip.xor.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.clip.xor.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvas.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvas.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvas.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvas.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.default.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.default.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.fill-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.fill.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.fill.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.fill.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.fill.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.image-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.image.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.image.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.image.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.image.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.invalid.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.range-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.range.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.range.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.range.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.globalAlpha.range.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.destination-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.destination-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.lighter-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.lighter-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.lighter.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.lighter.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.lighter.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.lighter.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.lighter.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.lighter.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.lighter.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.lighter.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.source-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.source-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.xor-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.xor-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.xor.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.xor.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.xor.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.xor.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.xor.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.xor.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.image.xor.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.image.xor.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.casesensitive-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.casesensitive.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.casesensitive.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.casesensitive.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.casesensitive.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.clear-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.clear-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.clear.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.clear.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.clear.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.clear.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.clear.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.clear.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.clear.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.clear.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.darker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.darker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.darker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.darker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.darker.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.darker.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.darker.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.darker.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.darker.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.darker.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.default.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.default.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.default.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.get-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.get-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.get.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.get.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.get.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.get.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.get.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.get.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.get.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.get.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.highlight-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.highlight-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.highlight.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.highlight.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.highlight.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.highlight.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.highlight.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.highlight.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.highlight.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.highlight.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.nullsuffix-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.nullsuffix.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.nullsuffix.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.nullsuffix.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.nullsuffix.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.unrecognised-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.unrecognised.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.unrecognised.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.unrecognised.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.operation.unrecognised.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.destination-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.lighter-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.lighter-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.lighter.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.lighter.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.lighter.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.lighter.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.lighter.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.lighter.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.lighter.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.lighter.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.source-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.source-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.xor-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.xor-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.xor.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.xor.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.xor.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.xor.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.xor.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.xor.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.solid.xor.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.solid.xor.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.destination-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.lighter-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.lighter-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.lighter.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.lighter.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.lighter.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.lighter.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-over-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-over-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-over.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-over.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-over.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.source-over.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.xor-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.xor-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.xor.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.xor.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.xor.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.xor.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.xor.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.xor.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.transparent.xor.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.transparent.xor.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.image.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.nocontext.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out.worker.html. |
| * web-platform-tests/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out.worker.js. |
| * web-platform-tests/html/canvas/offscreen/compositing/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.coordinatespace-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.coordinatespace.html. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.coordinatespace.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.coordinatespace.worker.html. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.coordinatespace.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.coordinatespace.worker.js. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.missingargs-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.html: Added. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.missingargs.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.missingargs.worker.html. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.missingargs.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.voidreturn-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.voidreturn.html. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.voidreturn.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.voidreturn.worker.html. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/2d.voidreturn.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/conformance-requirements/2d.voidreturn.worker.js. |
| * web-platform-tests/html/canvas/offscreen/conformance-requirements/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/convert-to-blob/offscreencanvas.convert.to.blob-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/convert-to-blob/offscreencanvas.convert.to.blob-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/convert-to-blob/offscreencanvas.convert.to.blob.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/convert-to-blob/offscreencanvas.convert.to.blob.html. |
| * web-platform-tests/html/canvas/offscreen/convert-to-blob/offscreencanvas.convert.to.blob.w-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/convert-to-blob/offscreencanvas.convert.to.blob.w-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/convert-to-blob/offscreencanvas.convert.to.blob.w.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/convert-to-blob/offscreencanvas.convert.to.blob.w.html. |
| * web-platform-tests/html/canvas/offscreen/convert-to-blob/w3c-import.log: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/convert-to-blob/w3c-import.log. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html: Added. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step.): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerocanvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.js. |
| (t.step.): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.js. |
| (t.step.): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/drawing-images-to-the-canvas/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/drawing-rectangles-to-the-canvas/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.system-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.system.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.system.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.system.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.system.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.html: Added. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.html: Added. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.nocontext-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.nocontext.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/filter/offscreencanvas.filter-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/filter/offscreencanvas.filter-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/filter/offscreencanvas.filter.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/filter/offscreencanvas.filter.html. |
| * web-platform-tests/html/canvas/offscreen/filter/offscreencanvas.filter.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/filter/offscreencanvas.filter.js. |
| * web-platform-tests/html/canvas/offscreen/filter/offscreencanvas.filter.w-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/filter/offscreencanvas.filter.w-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/filter/offscreencanvas.filter.w.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/filter/offscreencanvas.filter.w.html. |
| * web-platform-tests/html/canvas/offscreen/filter/w3c-import.log: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/filter/w3c-import.log. |
| * web-platform-tests/html/canvas/offscreen/image-smoothing/image.smoothing-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/image-smoothing/image.smoothing-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/image-smoothing/image.smoothing.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/image-smoothing/image.smoothing.html. |
| * web-platform-tests/html/canvas/offscreen/image-smoothing/image.smoothing.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/image-smoothing/image.smoothing.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/image-smoothing/image.smoothing.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/image-smoothing/image.smoothing.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/image-smoothing/image.smoothing.worker.js. |
| * web-platform-tests/html/canvas/offscreen/image-smoothing/w3c-import.log: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/image-smoothing/w3c-import.log. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.butt-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.butt-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.butt.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.butt.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.butt.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.butt.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.butt.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.butt.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.butt.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.closed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.closed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.closed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.closed.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.closed.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.closed.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.closed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.closed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.closed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.open-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.open-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.open.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.open.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.open.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.open.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.open.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.open.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.open.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.round-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.round-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.round.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.round.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.round.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.round.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.round.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.round.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.round.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.square-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.square-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.square.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.square.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.square.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.square.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.square.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.square.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.square.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.valid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.valid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.valid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cap.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cross-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cross-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cross.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cross.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cross.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cross.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.cross.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.cross.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.defaults-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.defaults-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.defaults.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.defaults.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.defaults.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.defaults.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.defaults.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.defaults.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.bevel-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.bevel-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.bevel.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.bevel.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.bevel.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.bevel.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.bevel.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.bevel.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.bevel.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.closed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.closed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.closed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.closed.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.closed.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.closed.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.closed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.closed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.closed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.miter-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.miter-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.miter.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.miter.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.miter.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.miter.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.miter.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.miter.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.miter.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.open-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.open-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.open.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.open.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.open.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.open.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.open.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.open.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.open.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.parallel-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.parallel-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.parallel.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.parallel.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.parallel.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.parallel.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.parallel.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.parallel.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.parallel.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.round-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.round-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.round.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.round.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.round.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.round.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.round.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.round.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.round.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.valid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.valid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.valid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.join.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.join.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.acute-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.acute-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.acute.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.acute.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.acute.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.acute.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.acute.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.acute.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.acute.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.exceeded-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.exceeded-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.exceeded.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.exceeded.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.exceeded.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.lineedge-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.lineedge-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.lineedge.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.lineedge.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.lineedge.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.obtuse-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.obtuse-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.obtuse.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.obtuse.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.obtuse.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.rightangle-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.rightangle-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.rightangle.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.rightangle.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.rightangle.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.valid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.valid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.valid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.within-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.within-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.within.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.within.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.within.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.within.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.within.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.miter.within.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.within.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.union-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.union-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.union.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.union.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.union.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.union.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.union.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.union.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.basic.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.scaledefault-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.scaledefault-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.scaledefault.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.scaledefault.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.scaledefault.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.transformed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.transformed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.transformed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.transformed.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.transformed.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.transformed.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.transformed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.transformed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.transformed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.valid.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.valid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.valid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/line-styles/2d.line.width.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/line-styles/2d.line.width.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/line-styles/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.3.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.4.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.5.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.6.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.6.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.default.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.default.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.empty.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.empty.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.empty.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.empty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.end-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.end-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.end.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.end.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.end.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.end.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.end.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.end.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.end.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.negative.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.negative.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonempty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonempty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonempty.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonempty.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonempty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.3.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.4.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.5.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.3.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.4.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zeroradius-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zeroradius.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zeroradius.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zeroradius.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.3.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.negative.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.negative.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.scale-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.scale-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.scale.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.scale.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.scale.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.end-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.end.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.end.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.end.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.start-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.start.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.start.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.start.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.transformation-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.transformation.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.transformation.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.transformation.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.beginPath-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.beginPath-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.beginPath.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.beginPath.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.beginPath.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.beginPath.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.beginPath.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.beginPath.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.empty.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.empty.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.empty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.intersect-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.intersect-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.intersect.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.intersect.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.intersect.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.intersect.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.intersect.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.intersect.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.unaffected-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.unaffected-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.unaffected.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.unaffected.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.empty.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.empty.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.empty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.newline-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.newline-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.newline.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.newline.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.newline.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.newline.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.newline.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.newline.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.nextpoint-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.nextpoint.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.nextpoint.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.basic.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.unaffected-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.unaffected.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.unaffected.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.overlap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.overlap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.overlap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.overlap.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.overlap.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.overlap.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.overlap.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.overlap.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.add-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.add-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.add.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.add.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.initial-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.initial-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.initial.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.initial.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.initial.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.initial.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.initial.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.initial.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.arc-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.arc.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.arc.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.arc.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bezier-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bezier.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bezier.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bezier.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.edge-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.edge.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.edge.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.edge.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.empty.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.empty.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.empty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.outside.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.outside.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.subpath-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.subpath.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.subpath.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.subpath.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.winding-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.winding.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.winding.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.winding.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.basic.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nextpoint-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nextpoint.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nextpoint.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.basic.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.multiple-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.multiple.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.multiple.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.newsubpath-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.newsubpath.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.newsubpath.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.basic.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.closed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.closed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.closed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.closed.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.closed.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.closed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.closed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.closed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.end.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.negative.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.negative.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.newsubpath-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.newsubpath.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.newsubpath.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.selfintersect-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.selfintersect.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.selfintersect.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.winding-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.winding-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.winding.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.winding.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.winding.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.winding.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.winding.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.winding.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.3.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.4.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.5.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.6-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.6-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.6.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.6.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.empty.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.empty.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.empty.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.empty.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.overlap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.overlap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.overlap.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.overlap.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.overlap.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.arc-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.arc-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.arc.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.arc.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.arc.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.arc.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.arc.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.arc.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.arc.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.closed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.closed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.closed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.closed.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.closed.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.closed.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.closed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.closed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.closed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.corner-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.corner.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.corner.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.corner.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.curve-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.curve-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.curve.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.curve.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.curve.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.curve.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.curve.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.curve.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.curve.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.line-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.line-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.line.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.line.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.line.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.line.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.line.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.line.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.line.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.rect-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.rect-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.rect.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.rect.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.rect.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.rect.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.rect.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.prune.rect.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.rect.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale1.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale2.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.skew-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.skew-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.skew.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.skew.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.skew.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.skew.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.skew.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.skew.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.skew.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.unaffected-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.unaffected.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.unaffected.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.unaffected.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.union-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.union-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.union.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.union.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.union.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.union.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.union.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.stroke.union.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.union.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.basic.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.changing-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.changing-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.changing.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.changing.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.changing.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.changing.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.changing.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.changing.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.changing.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.multiple-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.multiple-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.multiple.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.multiple.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.multiple.worker.js. |
| * web-platform-tests/html/canvas/offscreen/path-objects/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.large-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.large.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.large.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.large.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.html: Added. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step.posinfobj.valueOf): |
| (t.step.neginfobj.valueOf): |
| (t.step.nanobj.valueOf): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.round-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.round.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.round.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.round.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.basic.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.length-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.length.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.length.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.length.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.html: Added. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step.posinfobj.valueOf): |
| (t.step.neginfobj.valueOf): |
| (t.step.nanobj.valueOf): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.range-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.range.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.range.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.range.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.tiny-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.tiny.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.tiny.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.tiny.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.tiny.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.zero.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.zero.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.nan-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.nan.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.nan.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.nan.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.properties-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.properties.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.properties.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.properties.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.round-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.round.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.round.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.round.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.set-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.set.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.set.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.set.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.string-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.string.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.string.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.string.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.basic.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.clip-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.clip.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.clip.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.clip.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.created-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.created.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.created.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.created.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.cross-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.cross.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.cross.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.cross.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.modified-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.modified.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.modified.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.modified.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.html: Added. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.null-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.null.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.null.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.null.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.path-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.path.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.path.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.path.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.worker.js. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/pixel-manipulation/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.3.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.4-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.4-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.4.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.4.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.4.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.4.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.4.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.4.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.4.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.5-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.5-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.5.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.5.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.5.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.5.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.5.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.alpha.5.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.5.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.alpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.basic.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.3.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.clip.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.3.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.composite.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.blur-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.blur-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.blur.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.blur.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.blur.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.blur.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.blur.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.blur.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.blur.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.x-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.x-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.x.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.x.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.x.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.x.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.x.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.x.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.x.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.y-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.y-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.y.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.y.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.y.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.y.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.y.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.enable.y.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.y.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.alpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.basic.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.alpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.alpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.basic.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.scale-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.scale-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.scale.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.scale.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.scale.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.scale.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.scale.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.scale.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.scale.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.section-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.section-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.section.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.section.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.section.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.section.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.section.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.section.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.section.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeX-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeX.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeX.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeX.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeY-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeY.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeY.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeY.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveX-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveX.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveX.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveX.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveY-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveY.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveY.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveY.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.outside-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.outside-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.outside.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.outside.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.outside.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.outside.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.outside.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.outside.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.outside.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.alpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.alpha.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.alpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.alpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.basic.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.basic.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.3-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.3.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.3.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.3.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.1-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.1-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.1.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.1.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.1.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.1.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.1.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.1.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.1.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.2-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.2-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.2.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.2.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.2.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.2.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.2.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/shadows/2d.shadow.transform.2.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.2.worker.js. |
| * web-platform-tests/html/canvas/offscreen/shadows/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.default.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.default.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.valid.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.valid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.align.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.align.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.default.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.default.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.valid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.valid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.valid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.valid.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.valid.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.valid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.baseline.valid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.baseline.valid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.center-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.center-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.center.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.center.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.center.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.center.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.center.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.center.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.center.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.ltr-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.ltr-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.ltr.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.ltr.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.ltr.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.ltr.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.ltr.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.ltr.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.ltr.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.rtl-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.rtl-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.rtl.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.rtl.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.rtl.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.rtl.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.rtl.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.end.rtl.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.rtl.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.left-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.left-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.left.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.left.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.left.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.left.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.left.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.left.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.left.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.right-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.right-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.right.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.right.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.right.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.right.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.right.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.right.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.right.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.ltr-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.ltr-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.ltr.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.ltr.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.ltr.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.ltr.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.ltr.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.ltr.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.ltr.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.rtl-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.rtl-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.rtl.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.rtl.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.rtl.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.rtl.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.rtl.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.align.start.rtl.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.rtl.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.alphabetic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.alphabetic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.alphabetic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.alphabetic.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.alphabetic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.alphabetic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.alphabetic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.alphabetic.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.bottom-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.bottom-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.bottom.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.bottom.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.bottom.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.bottom.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.bottom.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.bottom.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.bottom.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.hanging-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.hanging-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.hanging.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.hanging.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.hanging.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.hanging.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.hanging.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.hanging.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.ideographic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.ideographic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.ideographic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.ideographic.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.ideographic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.ideographic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.ideographic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.ideographic.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.middle-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.middle-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.middle.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.middle.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.middle.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.middle.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.middle.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.middle.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.middle.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.top-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.top-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.top.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.top.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.top.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.top.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.top.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.baseline.top.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.top.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.basic-manual.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.basic-manual.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.basic-manual.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.basic-manual.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.basic-manual.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.basic.png: Added. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.NaN-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.NaN.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.NaN.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.NaN.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.NaN.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.bound-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.bound.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.bound.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.bound.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.bound.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.fontface-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.fontface.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.fontface.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.fontface.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.fontface.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.large-manual.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.large-manual.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.large-manual.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.large-manual.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.large-manual.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.large.png: Added. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.small-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.small-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.small.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.small.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.small.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.small.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.small.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.small.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.small.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.maxWidth.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.rtl-manual.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.rtl-manual.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.rtl-manual.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.rtl-manual.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.rtl-manual.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.rtl.png: Added. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.unaffected-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.unaffected-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.unaffected.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.unaffected.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.unaffected.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.unaffected.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.unaffected.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fill.unaffected.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.unaffected.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.notinpage-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.notinpage-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.notinpage.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.notinpage.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.notinpage.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.notinpage.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.notinpage.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.notinpage.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.notinpage.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.repeat-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.repeat-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.repeat.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.repeat.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.repeat.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.repeat.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.repeat.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.repeat.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.repeat.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.fontface.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.kern.consistent-manual.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.kern.consistent-manual.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.kern.consistent-manual.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.kern.consistent-manual.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.kern.consistent-manual.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.basic.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.basic.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.end-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.end-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.end.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.end.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.end.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.end.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.end.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.end.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.end.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.nonspace-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.nonspace-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.nonspace.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.nonspace.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.nonspace.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.nonspace.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.nonspace.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.nonspace.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.nonspace.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.other-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.other-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.other.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.other.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.other.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.other.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.other.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.other.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.other.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.space-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.space-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.space.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.space.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.space.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.space.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.space.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.space.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.space.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.start-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.start-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.start.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.start.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.start.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.start.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.start.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.space.collapse.start.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.start.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.basic-manual.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.basic-manual.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.basic-manual.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.basic-manual.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.basic-manual.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.basic.png: Added. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.unaffected-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.unaffected-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.unaffected.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.unaffected.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.unaffected.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.unaffected.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.unaffected.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.draw.stroke.unaffected.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.unaffected.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.default.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.default.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.basic.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.complex-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.complex-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.complex.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.complex.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.complex.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.complex.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.complex.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.complex.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.complex.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.invalid-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.invalid-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.invalid.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.invalid.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.invalid.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.invalid.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.invalid.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.invalid.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.invalid.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.system-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.system-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.system.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.system.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.system.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.system.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.system.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.system.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.system.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.tiny-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.tiny-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.tiny.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.tiny.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.tiny.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.tiny.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.parse.tiny.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.parse.tiny.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.relative_size.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.relative_size.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.relative_size.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.font.relative_size.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.font.relative_size.worker.js. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.actualBoundingBox.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.actualBoundingBox.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.actualBoundingBox.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.actualBoundingBox.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.actualBoundingBox.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.advances.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.advances.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.advances.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.advances.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.advances.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.baselines.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.baselines.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.baselines.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.baselines.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.baselines.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.emHeights.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.emHeights.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.emHeights.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.emHeights.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.emHeights.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.fontBoundingBox.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.fontBoundingBox.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.basic.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.basic.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.basic.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.empty-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.empty-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.empty.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.empty.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.empty.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.empty.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.space-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.space-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.space.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.space.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.space.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.space.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.space.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/text/2d.text.measure.width.space.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/text/2d.text.measure.width.space.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/text/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.clip-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.clip.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.clip.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.clip.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.path-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.path.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.path.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.path.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stack-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stack.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stack.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stack.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-canvas-state/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.readonly-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.readonly.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.readonly.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.readonly.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.readonly.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.reference-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.reference-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.reference.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.reference.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.reference.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.reference.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.reference.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.canvas.reference.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.reference.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.exists-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.exists.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.exists.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.exists.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.exists.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.worker.js: Added. |
| (t_fail.t.step_func): |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.shared-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.shared.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.shared.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.shared.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.shared.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.unique-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.unique.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.unique.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.unique.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.unique.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.arguments.missing-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.arguments.missing-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.arguments.missing.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.arguments.missing.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.arguments.missing.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.arguments.missing.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.arguments.missing.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.arguments.missing.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.arguments.missing.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.casesensitive-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.casesensitive-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.casesensitive.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.casesensitive.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.casesensitive.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.casesensitive.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.casesensitive.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.casesensitive.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.casesensitive.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.emptystring-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.emptystring-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.emptystring.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.emptystring.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.emptystring.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.emptystring.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.emptystring.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.emptystring.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.emptystring.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badname-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badname.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badname.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badname.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badname.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badsuffix-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badsuffix.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badsuffix.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badsuffix.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.badsuffix.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.nullsuffix-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.nullsuffix.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.nullsuffix.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.nullsuffix.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.nullsuffix.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.unicode-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.unicode.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.unicode.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.unicode.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/context.unrecognised.unicode.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.colour-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.colour-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.colour.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.colour.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.colour.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.colour.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.colour.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.colour.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.colour.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.2dstate-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.2dstate.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.2dstate.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.2dstate.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.2dstate.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.clip-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.clip-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.clip.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.clip.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.clip.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.clip.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.clip.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.clip.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.clip.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.different-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.different-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.different.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.different.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.different.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.different.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.different.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.different.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.different.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.gradient-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.gradient-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.gradient.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.gradient.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.gradient.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.gradient.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.gradient.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.gradient.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.gradient.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.path-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.path-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.path.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.path.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.path.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.path.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.path.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.path.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.path.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.pattern-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.pattern-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.pattern.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.pattern.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.pattern.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.pattern.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.same-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.same-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.same.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.same.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.same.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.same.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.same.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.same.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.same.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.transform-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.transform-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.transform.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.transform.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.transform.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.transform.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.transform.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/initial.reset.transform.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.transform.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.commit-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.commit.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit.w-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.commit.w-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.commit.w.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.commit.w.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.constructor-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.constructor.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.constructor.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.constructor.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.constructor.worker.js. |
| (t2.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.getcontext.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.worker.js. |
| (test): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.resize-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.resize-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.resize.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.resize.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.w-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.w-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.w.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.w.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transferrable-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transferrable-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transferrable.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transferrable.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transferrable.w-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transferrable.w-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/offscreencanvas.transferrable.w.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transferrable.w.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.default-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.default-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.default.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.default.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.default.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.default.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.default.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.default.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.default.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.set.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.set.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.set.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.set.zero.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.set.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.set.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.set.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.set.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.set.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.idl.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.decimal-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.decimal.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.decimal.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.decimal.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.decimal.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.em-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.em.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.em.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.em.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.em.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.empty-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.empty.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.empty.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.empty.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.empty.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.exp-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.exp.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.exp.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.exp.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.exp.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.hex-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.hex.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.hex.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.hex.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.hex.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.junk-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.junk.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.junk.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.junk.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.junk.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.minus-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.minus.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.minus.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.minus.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.minus.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.octal-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.octal.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.octal.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.octal.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.octal.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.onlyspace-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.onlyspace.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.onlyspace.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.onlyspace.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.onlyspace.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.percent-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.percent.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.percent.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.percent.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.percent.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.plus-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.plus.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.plus.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.plus.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.plus.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.space-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.space.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.space.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.space.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.space.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.trailingjunk-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.trailingjunk.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker.js. |
| (t.step): |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.whitespace-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.whitespace.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.whitespace.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.whitespace.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.whitespace.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidl-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidl.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidl.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidl.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidl.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidlzero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidlzero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.large-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.large-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.large.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.large.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.large.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.large.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.large.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/size.large.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.large.worker.js. |
| * web-platform-tests/html/canvas/offscreen/the-offscreen-canvas/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.getTransform-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.getTransform-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.getTransform.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.getTransform.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.order-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.order-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.order.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.order.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.order.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.order.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.order.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.order.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.order.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.direction-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.direction-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.direction.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.direction.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.direction.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.radians-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.radians-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.radians.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.radians.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.radians.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrap-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrap.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrap.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrap.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.zero.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.basic.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.large-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.large-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.large.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.large.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.large.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.large.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.large.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.large.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.large.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.multiple-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.multiple-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.multiple.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.multiple.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.multiple.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.negative-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.negative-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.negative.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.negative.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.negative.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.negative.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.negative.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.negative.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.negative.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.zero-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.zero-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.zero.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.zero.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.zero.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.zero.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.zero.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.scale.zero.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.zero.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.multiple-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.multiple.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.multiple.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.skewed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.skewed.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.skewed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.identity-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.identity-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.identity.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.identity.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.identity.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.identity.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.identity.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.identity.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.identity.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.multiply-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.multiply-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.multiply.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.multiply.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.multiply.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.skewed-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.skewed-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.skewed.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.skewed.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.skewed.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.basic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.basic-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.basic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.basic.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.basic.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.basic.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.basic.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.basic.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.basic.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.nonfinite-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.nonfinite.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.nonfinite.worker-expected.txt. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html. |
| * web-platform-tests/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.nonfinite.worker.js. |
| * web-platform-tests/html/canvas/offscreen/transformations/w3c-import.log: Added. |
| * web-platform-tests/html/canvas/offscreen/w3c-import.log: Renamed from LayoutTests/imported/w3c/web-platform-tests/offscreen-canvas/w3c-import.log. |
| * web-platform-tests/offscreen-canvas/compositing/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/conformance-requirements/2d.missingargs.html: Removed. |
| * web-platform-tests/offscreen-canvas/conformance-requirements/2d.missingargs.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/conformance-requirements/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-images-to-the-canvas/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/drawing-rectangles-to-the-canvas/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/fill-and-stroke-styles/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/green-100x50.png: Removed. |
| * web-platform-tests/offscreen-canvas/image-smoothing/image.smoothing.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.butt.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.closed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.open.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.round.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.square.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cap.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cross.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.cross.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.defaults.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.defaults.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.bevel.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.closed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.miter.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.open.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.parallel.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.round.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.join.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.acute.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.exceeded.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.lineedge.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.obtuse.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.rightangle.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.miter.within.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.union.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.union.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.width.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.width.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.width.scaledefault.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.width.transformed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/2d.line.width.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/line-styles/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.angle.6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.default.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.end.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonempty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.scale.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.selfintersect.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.shape.5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.twopie.4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zero.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arc.zeroradius.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.coincide.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.collinear.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.scale.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.end.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.shape.start.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.transformation.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.arcTo.zero.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.beginPath.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.beginPath.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.basic.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.empty.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.intersect.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.intersect.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.unaffected.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.unaffected.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.clip.winding.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.empty.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.newline.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.newline.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.nextpoint.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.closePath.nextpoint.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.unaffected.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.closed.unaffected.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.overlap.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.overlap.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.add.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.add.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.initial.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.initial.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.arc.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bezier.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.edge.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.subpath.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.winding.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nextpoint.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nextpoint.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.multiple.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.multiple.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.newsubpath.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.newsubpath.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.moveTo.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.closed.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.closed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.end.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.negative.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.newsubpath.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.newsubpath.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.selfintersect.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.selfintersect.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.winding.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.winding.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.1.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.2.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.3.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.4.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.5.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.6.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.rect.zero.6.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.overlap.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.arc.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.closed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.corner.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.curve.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.line.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.prune.rect.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.scale2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.skew.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.unaffected.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.stroke.union.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.changing.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/2d.path.transformation.multiple.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/path-objects/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.large.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.round.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.length.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.range.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.get.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.nan.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.properties.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.round.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.set.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.string.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.clip.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.created.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.cross.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.modified.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.null.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.path.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/pixel-manipulation/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.4.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.alpha.5.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.canvas.transparent.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.clip.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.composite.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.blur.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.x.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.y.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.gradient.transparent.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.scale.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.section.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.image.transparent.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeX.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.negativeY.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveX.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.offset.positiveY.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.outside.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.alpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.cap.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.stroke.join.3.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.1.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/2d.shadow.transform.2.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/shadows/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.align.default.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.align.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.align.valid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.align.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.baseline.default.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.baseline.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.baseline.valid.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.baseline.valid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.align.center.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.ltr.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.align.end.rtl.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.align.left.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.align.right.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.ltr.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.align.start.rtl.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.alphabetic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.alphabetic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.bottom.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.hanging.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.hanging.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.ideographic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.ideographic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.middle.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.baseline.top.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.basic-manual.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.basic.png: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.large-manual.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.large.png: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.small.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.rtl-manual.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.rtl.png: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fill.unaffected.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.notinpage.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.repeat.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.fontface.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.kern.consistent-manual.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.space.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.end.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.nonspace.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.other.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.space.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.space.collapse.start.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.basic-manual.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.basic.png: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.draw.stroke.unaffected.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.default.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.parse.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.parse.complex.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.parse.invalid.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.parse.system.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.parse.tiny.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.parse.tiny.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.font.relative_size.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.actualBoundingBox.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.advances.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.baselines.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.emHeights.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.fontBoundingBox.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.width.basic.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.width.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.width.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/2d.text.measure.width.space.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/text/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.clip.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.path.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stack.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-canvas-state/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.canvas.reference.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs.worker.js: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.arguments.missing.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.casesensitive.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.emptystring.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.colour.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.clip.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.different.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.gradient.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.path.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.same.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.transform.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.constructor.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.default.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.set.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.idl.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.large.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/tools/META.yml: Removed. |
| * web-platform-tests/offscreen-canvas/tools/build.sh: Removed. |
| * web-platform-tests/offscreen-canvas/tools/gentest.py: Removed. |
| * web-platform-tests/offscreen-canvas/tools/name2dir.yaml: Removed. |
| * web-platform-tests/offscreen-canvas/tools/templates.yaml: Removed. |
| * web-platform-tests/offscreen-canvas/tools/tests2d.yaml: Removed. |
| * web-platform-tests/offscreen-canvas/tools/w3c-import.log: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.order.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.direction.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.radians.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrap.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.rotate.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.large.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.multiple.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.negative.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.scale.zero.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.multiple.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.multiple.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.skewed.worker-expected.txt: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.setTransform.skewed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.identity.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.multiply.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.transform.skewed.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.basic.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/2d.transformation.translate.nonfinite.worker.html: Removed. |
| * web-platform-tests/offscreen-canvas/transformations/w3c-import.log: 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. |
| |
| Resync web-platform-tests/2dcontext from upstream d3ea88514a93b7b6968. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/2dcontext/*: Removed. |
| * web-platform-tests/html/canvas/element/*: Added. |
| * web-platform-tests/html/canvas/resources/*: Added. |
| * web-platform-tests/html/canvas/tools/*: Added. |
| |
| 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-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. |
| |
| Resync web-platform-tests/2dcontext from upstream d3ea88514a93b7b6968. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/2dcontext/*: Removed. |
| * web-platform-tests/html/canvas/element/*: Added. |
| * web-platform-tests/html/canvas/resources/*: Added. |
| * web-platform-tests/html/canvas/tools/*: Added. |
| |
| 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 and import fetch/h1-parsing. |
| |
| * web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: |
| * web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/basic/header-value-null-byte.any-expected.txt: |
| * web-platform-tests/fetch/api/basic/header-value-null-byte.any.worker-expected.txt: |
| * web-platform-tests/fetch/h1-parsing/resources-with-0x00-in-header.window-expected.txt: Added. |
| * web-platform-tests/fetch/h1-parsing/resources-with-0x00-in-header.window.html: Added. |
| * web-platform-tests/fetch/h1-parsing/resources-with-0x00-in-header.window.js: Added. |
| (async_test.t.t.step_timeout): |
| * web-platform-tests/fetch/h1-parsing/resources/README.md: Added. |
| * web-platform-tests/fetch/h1-parsing/resources/blue-with-0x00-in-a-header.asis: Added. |
| * web-platform-tests/fetch/h1-parsing/resources/document-with-0x00-in-header.py: Added. |
| (main): |
| * web-platform-tests/fetch/h1-parsing/resources/script-with-0x00-in-header.py: Added. |
| (main): |
| * web-platform-tests/fetch/h1-parsing/resources/w3c-import.log: Added. |
| * web-platform-tests/fetch/h1-parsing/w3c-import.log: Added. |
| * web-platform-tests/xhr/headers-normalize-response-expected.txt: |
| |
| 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. |
| |
| Import webaudio web-platform-tests from upstream d3ea88514a93b7b6968. |
| |
| * web-platform-tests/webaudio/*: Updated. |
| |
| 2020-06-01 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> |
| |
| Implement ParentNode.prototype.replaceChildren |
| https://bugs.webkit.org/show_bug.cgi?id=198578 |
| |
| Reviewed by Darin Adler. |
| |
| * web-platform-tests/dom/idlharness.window-expected.txt: |
| * web-platform-tests/dom/nodes/ParentNode-replaceChildren-expected.txt: |
| |
| 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 improved test expectation. |
| |
| * web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-06-expected.txt: |
| |
| 2020-05-31 Rob Buis <rbuis@igalia.com> |
| |
| <area> needs to be connected in order to navigate |
| https://bugs.webkit.org/show_bug.cgi?id=177357 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Update improved test expectation. |
| |
| * web-platform-tests/html/semantics/links/following-hyperlinks/activation-behavior.window-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. |
| |
| * web-platform-tests/encoding/single-byte-decoder-expected.txt: |
| |
| 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 Diego Pino Garcia <dpino@igalia.com> |
| |
| Unreviewed gardening, update offscreen-canvas baselines after r262254 |
| https://bugs.webkit.org/show_bug.cgi?id=212563 |
| |
| * web-platform-tests/offscreen-canvas/image-smoothing/image.smoothing-expected.txt: |
| * web-platform-tests/offscreen-canvas/image-smoothing/image.smoothing.worker-expected.txt: |
| * web-platform-tests/offscreen-canvas/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/xhr/event-error-order.sub.html: |
| * web-platform-tests/xhr/send-authentication-basic-cors.htm: |
| * web-platform-tests/xhr/send-network-error-async-events.sub.htm: |
| |
| 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 and import fetch/h1-parsing. |
| |
| * web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: |
| * web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/basic/header-value-null-byte.any-expected.txt: |
| * web-platform-tests/fetch/api/basic/header-value-null-byte.any.worker-expected.txt: |
| * web-platform-tests/fetch/h1-parsing/resources-with-0x00-in-header.window-expected.txt: Added. |
| * web-platform-tests/fetch/h1-parsing/resources-with-0x00-in-header.window.html: Added. |
| * web-platform-tests/fetch/h1-parsing/resources-with-0x00-in-header.window.js: Added. |
| (async_test.t.t.step_timeout): |
| * web-platform-tests/fetch/h1-parsing/resources/README.md: Added. |
| * web-platform-tests/fetch/h1-parsing/resources/blue-with-0x00-in-a-header.asis: Added. |
| * web-platform-tests/fetch/h1-parsing/resources/document-with-0x00-in-header.py: Added. |
| (main): |
| * web-platform-tests/fetch/h1-parsing/resources/script-with-0x00-in-header.py: Added. |
| (main): |
| * web-platform-tests/fetch/h1-parsing/resources/w3c-import.log: Added. |
| * web-platform-tests/fetch/h1-parsing/w3c-import.log: Added. |
| * web-platform-tests/xhr/headers-normalize-response-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. |
| |
| Import updated test and expectation. |
| |
| * web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html: |
| |
| 2020-05-29 Chris Dumez <cdumez@apple.com> |
| |
| Update web-platform-tests/tools from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=212498 |
| |
| Reviewed by Carlos Alberto Lopez Perez. |
| |
| Update web-platform-tests/tools from upstream 6a76a185f913e3c027e369a. |
| |
| * web-platform-tests/tools/*: Updated. |
| |
| 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. |
| |
| Added expectations. |
| |
| * web-platform-tests/webxr/webGLCanvasContext_create_xrcompatible.https-expected.txt: Added. |
| * web-platform-tests/webxr/webGLCanvasContext_makecompatible_contextlost.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrSession_requestReferenceSpace.https-expected.txt: Added. |
| |
| 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. |
| |
| Imported tests from the WPT CSS Grid Layout test suite. |
| |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-001-expected.xht: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-002-expected.xht: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-002.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-003-expected.xht: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-003.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-004-expected.xht: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-004.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-005-expected.xht: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-005.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-006-expected.xht: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-as-flex-item-should-not-shrink-to-fit-006.html: Added. |
| |
| 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. |
| |
| Unreviewed, rebaseline web-platform-tests/interfaces from upstream 6a76a185f913e3c027e369a. |
| |
| * web-platform-tests/IndexedDB/idlharness.any-expected.txt: |
| * web-platform-tests/IndexedDB/idlharness.any.worker-expected.txt: |
| * web-platform-tests/credential-management/idlharness.https.window-expected.txt: |
| * web-platform-tests/css/css-animations/idlharness-expected.txt: |
| * web-platform-tests/css/css-transitions/idlharness-expected.txt: |
| * web-platform-tests/css/cssom-view/idlharness-expected.txt: |
| * web-platform-tests/css/cssom/interfaces-expected.txt: |
| * web-platform-tests/dom/idlharness.any.worker-expected.txt: |
| * web-platform-tests/dom/idlharness.window-expected.txt: |
| * web-platform-tests/domparsing/idlharness.window-expected.txt: |
| * web-platform-tests/html/dom/idlharness.worker-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/event-handler-all-global-events-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-windowless-body-expected.txt: |
| * web-platform-tests/interfaces/DOM-Parsing.idl: |
| * web-platform-tests/interfaces/IndexedDB.idl: |
| * web-platform-tests/interfaces/WebCryptoAPI.idl: |
| * web-platform-tests/interfaces/appmanifest.idl: |
| * web-platform-tests/interfaces/badging.idl: Added. |
| * web-platform-tests/interfaces/clipboard-apis.idl: |
| * web-platform-tests/interfaces/construct-stylesheets.idl: Added. |
| * web-platform-tests/interfaces/cookie-store.idl: |
| * web-platform-tests/interfaces/css-font-loading.idl: |
| * web-platform-tests/interfaces/css-regions.idl: Removed. |
| * web-platform-tests/interfaces/css-shadow-parts.idl: |
| * web-platform-tests/interfaces/css-typed-om.idl: |
| * web-platform-tests/interfaces/cssom-view.idl: |
| * web-platform-tests/interfaces/cssom.idl: |
| * web-platform-tests/interfaces/device-memory.idl: Added. |
| * web-platform-tests/interfaces/dom.idl: |
| * web-platform-tests/interfaces/encrypted-media.idl: |
| * web-platform-tests/interfaces/event-timing.idl: |
| * web-platform-tests/interfaces/fullscreen.idl: |
| * web-platform-tests/interfaces/geolocation-sensor.idl: |
| * web-platform-tests/interfaces/hit-test.idl: Added. |
| * web-platform-tests/interfaces/html.idl: |
| * web-platform-tests/interfaces/image-capture.idl: |
| * web-platform-tests/interfaces/intersection-observer.idl: |
| * web-platform-tests/interfaces/js-self-profiling.idl: Added. |
| * web-platform-tests/interfaces/layout-instability.idl: |
| * web-platform-tests/interfaces/media-capabilities.idl: |
| * web-platform-tests/interfaces/media-playback-quality.idl: |
| * web-platform-tests/interfaces/media-source.idl: |
| * web-platform-tests/interfaces/mediasession.idl: |
| * web-platform-tests/interfaces/mediastream-recording.idl: |
| * web-platform-tests/interfaces/mst-content-hint.idl: |
| * web-platform-tests/interfaces/native-file-system.idl: Added. |
| * web-platform-tests/interfaces/netinfo.idl: |
| * web-platform-tests/interfaces/origin-policy.idl: Added. |
| * web-platform-tests/interfaces/page-lifecycle.idl: Added. |
| * web-platform-tests/interfaces/payment-method-basic-card.idl: |
| * web-platform-tests/interfaces/payment-request.idl: |
| * web-platform-tests/interfaces/periodic-background-sync.idl: Added. |
| * web-platform-tests/interfaces/permissions-request.idl: Added. |
| * web-platform-tests/interfaces/permissions-revoke.idl: Added. |
| * web-platform-tests/interfaces/permissions.idl: |
| * web-platform-tests/interfaces/pointerevents.idl: |
| * web-platform-tests/interfaces/reporting.idl: |
| * web-platform-tests/interfaces/requestidlecallback.idl: |
| * web-platform-tests/interfaces/resize-observer.idl: |
| * web-platform-tests/interfaces/scroll-animations.idl: |
| * web-platform-tests/interfaces/shape-detection-api.idl: |
| * web-platform-tests/interfaces/storage-access-api.tentative.idl: Added. |
| * web-platform-tests/interfaces/text-detection-api.tentative.idl: Added. |
| * web-platform-tests/interfaces/trusted-types.tentative.idl: |
| * web-platform-tests/interfaces/video-rvfc.idl: Added. |
| * web-platform-tests/interfaces/visual-viewport.idl: Added. |
| * web-platform-tests/interfaces/w3c-import.log: |
| * web-platform-tests/interfaces/wai-aria.idl: |
| * web-platform-tests/interfaces/wake-lock.idl: |
| * web-platform-tests/interfaces/web-animations.idl: |
| * web-platform-tests/interfaces/web-bluetooth.idl: |
| * web-platform-tests/interfaces/web-locks.idl: Added. |
| * web-platform-tests/interfaces/web-nfc.idl: |
| * web-platform-tests/interfaces/web-share.idl: |
| * web-platform-tests/interfaces/webaudio.idl: |
| * web-platform-tests/interfaces/webauthn.idl: |
| * web-platform-tests/interfaces/webmidi.idl: |
| * web-platform-tests/interfaces/webrtc-dscp.idl: Removed. |
| * web-platform-tests/interfaces/webrtc-identity.idl: |
| * web-platform-tests/interfaces/webrtc-stats.idl: |
| * web-platform-tests/interfaces/webrtc-svc.idl: Added. |
| * web-platform-tests/interfaces/webrtc.idl: |
| * web-platform-tests/interfaces/webxr-ar-module.idl: |
| * web-platform-tests/interfaces/webxr.idl: |
| * web-platform-tests/interfaces/worklets.idl: |
| * web-platform-tests/intersection-observer/idlharness.window-expected.txt: |
| * web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt: |
| * web-platform-tests/mediacapture-record/idlharness.window-expected.txt: |
| * web-platform-tests/mst-content-hint/idlharness.window-expected.txt: |
| * web-platform-tests/remote-playback/idlharness.window-expected.txt: |
| * web-platform-tests/resize-observer/idlharness.window-expected.txt: |
| * web-platform-tests/svg/idlharness.window-expected.txt: |
| * web-platform-tests/web-animations/idlharness.window-expected.txt: |
| * web-platform-tests/websockets/basic-auth.any.js: |
| * web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.js: |
| * web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker-expected.txt: |
| * web-platform-tests/xhr/idlharness.any-expected.txt: |
| * web-platform-tests/xhr/idlharness.any.worker-expected.txt: |
| * web-platform-tests/xhr/sync-no-timeout.any-expected.txt: |
| * web-platform-tests/xhr/sync-no-timeout.any.worker-expected.txt: |
| |
| 2020-05-28 Oriol Brufau <obrufau@igalia.com> |
| |
| [css-grid] Fix referencing grid line names with auto repeat() |
| https://bugs.webkit.org/show_bug.cgi?id=209572 |
| |
| Reviewed by Darin Adler. |
| |
| Import WPT tests. |
| |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-008-expected.xht: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-008.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-009-expected.xht: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-009.html: Added. |
| * web-platform-tests/css/css-grid/placement/w3c-import.log: |
| |
| 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. |
| |
| Resync dom web-platform tests from upstream 6a76a185f913e3c027e3. |
| |
| * resources/resource-files.json: |
| * web-platform-tests/dom/*: Updated. |
| * web-platform-tests/resources/idlharness.js: Updated. |
| * web-platform-tests/resources/testharness.js: Updated. |
| |
| 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. |
| |
| * web-platform-tests/streams/readable-byte-streams/brand-checks.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/detached-buffers.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/general.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/properties.serviceworker.https-expected.txt: |
| |
| 2020-05-27 Noam Rosenthal <noam@webkit.org> |
| |
| Implement AccessKeyLabel attribute. |
| https://bugs.webkit.org/show_bug.cgi?id=72715 |
| |
| Reviewed by Darin Adler. |
| |
| * web-platform-tests/html/dom/idlharness.https-expected.txt: |
| |
| 2020-05-27 Noam Rosenthal <noam@webkit.org> |
| |
| Implement AccessKeyLabel attribute. |
| https://bugs.webkit.org/show_bug.cgi?id=72715 |
| |
| Reviewed by Darin Adler. |
| |
| Mark previously failing test as passing. |
| |
| * web-platform-tests/html/dom/idlharness.https-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/webxr/xrSession_cancelAnimationFrame.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrSession_cancelAnimationFrame_invalidhandle.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrSession_requestAnimationFrame_callback_calls.https-expected.txt: 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. |
| |
| * web-platform-tests/html/semantics/embedded-content/media-elements/seeking/seek-to-negative-time-expected.txt: |
| |
| 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. |
| |
| Mark a progression for a WPT test. |
| |
| * web-platform-tests/web-animations/interfaces/Animation/style-change-events-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. |
| |
| Update the test to use the Ahem font, and rely on different font colors (instead of different glyps) |
| to check that each box of the test is placed correctly. |
| |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse-expected.html: |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html: |
| |
| 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. |
| |
| * web-platform-tests/css/css-grid/parsing/grid-shorthand-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-shorthand-valid-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-shorthand-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-shorthand-valid-expected.txt: |
| |
| 2020-05-25 Rob Buis <rbuis@igalia.com> |
| |
| Use child text content when determining whether to bail early in running a script |
| https://bugs.webkit.org/show_bug.cgi?id=182695 |
| |
| Reviewed by Youenn Fablet. |
| |
| Update improved test results. |
| |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/emptyish-script-elements-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/css/css-flexbox/percentage-heights-003-expected.txt: There were 3 subtests |
| marked as failures. All of them work fine now. |
| |
| 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. |
| |
| patch |
| |
| * resources/resource-files.json: |
| * web-platform-tests/css/css-grid/META.yml: |
| * web-platform-tests/css/css-grid/abspos/absolute-positioning-definite-sizes-001.html: |
| * web-platform-tests/css/css-grid/abspos/absolute-positioning-grid-container-containing-block-001.html: |
| * web-platform-tests/css/css-grid/abspos/absolute-positioning-grid-container-parent-001.html: |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-001.html: Added. |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-002.html: Added. |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-003.html: Added. |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/abspos/descendant-static-position-004.html: Added. |
| * web-platform-tests/css/css-grid/abspos/empty-grid-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/abspos/empty-grid-001.html: Added. |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-children-writing-modes-001-expected.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-children-writing-modes-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-background-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-background-rtl-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-implicit-grid-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-implicit-grid-line-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-unknown-named-grid-line-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-sizing-positioned-items-001.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-001.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-002.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-003.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-004.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-005.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-006.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-007.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-008.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-009.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-010.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-011.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-012.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-013.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-014.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-015.html: |
| * web-platform-tests/css/css-grid/abspos/orthogonal-positioned-grid-descendants-016.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-001.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-002.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-003.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-004.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-005.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-006.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-007.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-008.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-009.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-010.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-011.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-012.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-013.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-014.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-015.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-descendants-016.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-items-crash.html: Added. |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-items-should-not-create-implicit-tracks-001.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-items-should-not-take-up-space-001.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-items-sizing-001-expected.html: |
| * web-platform-tests/css/css-grid/abspos/positioned-grid-items-sizing-001.html: |
| * web-platform-tests/css/css-grid/abspos/support/positioned-grid-descendants.js: |
| (export.runTests): |
| * web-platform-tests/css/css-grid/abspos/support/w3c-import.log: |
| * web-platform-tests/css/css-grid/abspos/w3c-import.log: |
| * web-platform-tests/css/css-grid/alignment/grid-align-baseline-expected.txt: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-align-baseline-vertical-expected.txt: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-align-baseline-vertical.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-align-baseline.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-align-content-distribution-vertical-lr.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-content-distribution-vertical-rl.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-content-distribution.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-content-vertical-lr.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-content-vertical-rl.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-content.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-justify-margin-border-padding-vertical-lr.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-justify-margin-border-padding-vertical-rl.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-justify-margin-border-padding.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-justify-overflow.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-justify-stretch-with-orthogonal-flows.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-justify-stretch.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align-stretching-replaced-items.html: |
| * web-platform-tests/css/css-grid/alignment/grid-align.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-013.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-014.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-015.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-016.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-017.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-018.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-019.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-020.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-021.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-022.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-023.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-024.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-025.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-026.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-027.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-028.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-029.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-030.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-031.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-032.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-033.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-034.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-035.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-implies-size-change-036.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-style-changes-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-style-changes-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-style-changes-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-alignment-style-changes-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-001-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline-expected.html. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline.html. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-002-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline-margins-1-expected.html. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-002.html: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline-margins-1.html. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-003-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline-margins-2-expected.html. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-003.html: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline-margins-2.html. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-004-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline-must-respect-grid-order-expected.txt. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-004.html: Renamed from LayoutTests/fast/css-grid-layout/grid-baseline-must-respect-grid-order.html. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-align-cycles-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-baseline-align-cycles-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-block-axis-alignment-auto-margins-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-block-axis-alignment-auto-margins-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-block-axis-alignment-auto-margins-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-block-axis-alignment-auto-margins-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-block-axis-alignment-auto-margins-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-block-axis-alignment-auto-margins-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-block-axis-alignment-auto-margins-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-013.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-014.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-015.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-016.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-positioned-items-017.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-sticky-positioned-items-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-alignment-sticky-positioned-items-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-self-baseline-synthesized-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-self-baseline-synthesized-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-self-baseline-synthesized-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-column-axis-self-baseline-synthesized-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-container-auto-margins-scrollbars-001-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-container-scroll-accounts-for-auto-margin-expected.html. |
| * web-platform-tests/css/css-grid/alignment/grid-container-auto-margins-scrollbars-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-container-baseline-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-expected.txt. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002-expected.txt: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-auto-sized-tracks-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks-expected.txt. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-auto-sized-tracks-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-overflow-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-content-alignment-overflow-expected.txt. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-overflow-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-second-pass-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-second-pass-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-expected.txt. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-lr-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr-expected.txt. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-lr-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-rl-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl-expected.txt. |
| * web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-rl-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-fit-content-tracks-dont-stretch-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-and-alignment.html: |
| * web-platform-tests/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-item-alignment-with-orthogonal-flows-vertical-lr.html: |
| * web-platform-tests/css/css-grid/alignment/grid-item-alignment-with-orthogonal-flows-vertical-rl.html: |
| * web-platform-tests/css/css-grid/alignment/grid-item-alignment-with-orthogonal-flows.html: |
| * web-platform-tests/css/css-grid/alignment/grid-item-auto-margins-alignment-vertical-lr.html: |
| * web-platform-tests/css/css-grid/alignment/grid-item-auto-margins-alignment-vertical-rl.html: |
| * web-platform-tests/css/css-grid/alignment/grid-item-auto-margins-alignment.html: |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-003.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-content-baseline-004.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-003.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-mixed-baseline-004.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-self-baseline-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-item-self-baseline-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-013.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-014.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-015.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-016.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-positioned-items-017.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-sticky-positioned-items-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-alignment-sticky-positioned-items-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-self-baseline-synthesized-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-self-baseline-synthesized-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-self-baseline-synthesized-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-row-axis-self-baseline-synthesized-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-003.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-baseline-with-grid-004.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-non-static-positioned-items-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-013.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-014.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-015.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-016.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-013.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-014.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-015.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-016.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-input-range-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-input-range.html: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-013.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-014.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-015.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-lr-016.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-003.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-004.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-005.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-006.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-007.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-008.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-009.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-010.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-011.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-012.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-013.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-014.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-015.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-alignment-stretch-vertical-rl-016.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-baseline-not-applied-if-sizing-cyclic-dependency-001.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-baseline-not-applied-if-sizing-cyclic-dependency-002.html: |
| * web-platform-tests/css/css-grid/alignment/grid-self-baseline-not-applied-if-sizing-cyclic-dependency-003.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-001-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-self-baseline-01-expected.html. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002-b-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-self-baseline-02-b-expected.html. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002-b.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-003.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-004.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-005-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-self-baseline-05-expected.html. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-005.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-006.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-007-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-self-baseline-07-expected.html. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-007.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-001.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-002.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-003.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-004.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-005.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-006.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-007.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-008.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-009.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-010.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-011.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-012.html: |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-003.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-004.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-005.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-006.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-007-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-self-baseline-horiz-07-expected.html. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-007.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-003.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-004.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-005.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-006.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-007.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-001.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-002.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-003.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-004.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-005.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-006.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-007.html: Added. |
| * web-platform-tests/css/css-grid/alignment/self-baseline/w3c-import.log: |
| * web-platform-tests/css/css-grid/alignment/test-expected.txt: Removed. |
| * web-platform-tests/css/css-grid/alignment/w3c-import.log: |
| * web-platform-tests/css/css-grid/animation/grid-template-columns-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/animation/grid-template-columns-001.html: Added. |
| * web-platform-tests/css/css-grid/animation/grid-template-columns-interpolation-expected.txt: Added. |
| * web-platform-tests/css/css-grid/animation/grid-template-columns-interpolation.html: Added. |
| * web-platform-tests/css/css-grid/animation/grid-template-rows-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/animation/grid-template-rows-001.html: Added. |
| * web-platform-tests/css/css-grid/animation/grid-template-rows-interpolation-expected.txt: Added. |
| * web-platform-tests/css/css-grid/animation/grid-template-rows-interpolation.html: Added. |
| * web-platform-tests/css/css-grid/animation/w3c-import.log: Added. |
| * web-platform-tests/css/css-grid/anonymous-grid-items-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/anonymous-grid-items-001.html: Added. |
| * web-platform-tests/css/css-grid/chrome-bug-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/chrome-bug-001.html: Added. |
| * web-platform-tests/css/css-grid/chrome-crash-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/chrome-crash-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-child-percent-basis-resize-1-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-child-percent-basis-resize-1.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/explicit-grid-size-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/explicit-grid-size-001.html: Renamed from LayoutTests/fast/css-grid-layout/explicit-grid-size.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-distribution-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/flex-content-distribution-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-distribution-001.html: Renamed from LayoutTests/fast/css-grid-layout/flex-content-distribution.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-001.html: Renamed from LayoutTests/fast/css-grid-layout/flex-content-resolution-columns.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-002-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-002.html: Renamed from LayoutTests/fast/css-grid-layout/flex-and-minmax-content-resolution-columns.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-001-expected.txt: Copied from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-001.html: Renamed from LayoutTests/fast/css-grid-layout/flex-content-resolution-rows.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-002-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/flex-and-minmax-content-resolution-rows-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-002.html: Renamed from LayoutTests/fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-factor-sum-less-than-1-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-definition/flex-factor-sum-less-than-1-001.html: Renamed from LayoutTests/fast/css-grid-layout/flex-factor-sum-less-than-1.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-item-grid-container-percentage-rows-001-expected.html: Renamed from LayoutTests/fast/css-grid-layout/flex-item-grid-container-percentage-rows-expected.html. |
| * web-platform-tests/css/css-grid/grid-definition/flex-item-grid-container-percentage-rows-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/fr-unit-expected.html: |
| * web-platform-tests/css/css-grid/grid-definition/fr-unit-with-percentage-expected.html: |
| * web-platform-tests/css/css-grid/grid-definition/fr-unit-with-percentage.html: |
| * web-platform-tests/css/css-grid/grid-definition/fr-unit.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-add-item-with-positioned-items-crash.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-add-positioned-block-item-after-inline-item-crash.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-columns-001-expected.txt: Copied from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-columns-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-auto-fill-columns.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-rows-001-expected.txt: Copied from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-rows-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-auto-fill-rows.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001-expected.txt: Copied from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-auto-fit-columns.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-rows-001-expected.txt: Copied from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-rows-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-auto-fit-rows.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-intrinsic-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-intrinsic-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-multiple-values-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-multiple-values-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-multiple-values-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-multiple-values-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-positioned-container-001-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-auto-repeat-positioned-container-expected.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-positioned-container-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-auto-repeat-positioned-container.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-change-fit-content-argument-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-change-intrinsic-size-with-auto-repeat-tracks-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-change-intrinsic-size-with-auto-repeat-tracks-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-change-intrinsic-size-with-auto-repeat-tracks-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-change-intrinsic-size-with-auto-repeat-tracks.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-flexible-lengths-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-flexible-lengths-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-grid-template-areas-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-grid-template-columns-rows-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-grid-template-columns-rows-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-named-grid-lines-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-named-grid-lines-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-repeat-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-repeat-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-template-columns-rows-resolved-values-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-template-columns-rows-resolved-values-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-template-columns-rows-resolved-values-001.tentative-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-inline-template-columns-rows-resolved-values-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-template-columns-rows-resolved-values-001.tentative.html: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-inline-template-columns-rows-resolved-values-001.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-limits-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-002.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-flexible-lengths-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-flexible-lengths-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-grid-template-columns-rows-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-grid-template-columns-rows-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-named-grid-lines-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-named-grid-lines-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-named-grid-lines-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-named-grid-lines-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-named-grid-lines-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-named-grid-lines-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-repeat-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-repeat-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-repeat-002.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-fit-content-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-fit-content-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-changes-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-changes-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-001.tentative-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-001.tentative.html: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-001.html. |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-rows-fit-content-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-rows-fit-content-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/support/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-definition/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-item-non-auto-height-stretch-004.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/anonymous-grid-item-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-automatic-minimum-intrinsic-aspect-ratio-001-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-automatic-minimum-intrinsic-aspect-ratio-expected.txt. |
| * web-platform-tests/css/css-grid/grid-items/grid-automatic-minimum-intrinsic-aspect-ratio-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-items-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-items-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-items-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-items-inline-blocks-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-002-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-003-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-004-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-005-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-auto-placement-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-painting-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-painting-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-painting-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-painting-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-order-property-painting-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-overlapped-items-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-overlapped-items-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-overlapped-items-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-overlapped-items-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-overlapped-items-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-inline-z-axis-ordering-overlapped-items-006.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-item-margins-and-writing-modes-001-expected.html: Renamed from LayoutTests/imported/blink/fast/css-grid-layout/grid-item-margins-and-writing-modes-expected.html. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-margins-and-writing-modes-001.html: Renamed from LayoutTests/imported/blink/fast/css-grid-layout/grid-item-margins-and-writing-modes.html. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-overflow-auto-max-height-percentage-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-overflow-auto-max-height-percentage.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-percentage-sizes-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-percentage-sizes-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-percentage-sizes-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-percentage-sizes-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-percentage-sizes-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-percentage-sizes-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-rel-pos-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-rel-pos-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-rel-pos-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-rel-pos-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-script-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-script-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-inline-blocks-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-relative-offsets-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-relative-offsets-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-013.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-021.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-022.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-023.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-024.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-025.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-002-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-003-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-004-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-005-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-auto-placement-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-painting-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-painting-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-painting-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-painting-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-order-property-painting-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-overlapped-items-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-overlapped-items-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-overlapped-items-003.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-overlapped-items-004.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-overlapped-items-005.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-z-axis-ordering-overlapped-items-006.html: |
| * web-platform-tests/css/css-grid/grid-items/percentage-size-subitems-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-items/remove-svg-grid-item-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/remove-svg-grid-item-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/support/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-items/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-layout-properties-expected.txt: |
| * web-platform-tests/css/css-grid/grid-layout-properties.html: |
| * web-platform-tests/css/css-grid/grid-model/column-property-should-not-apply-on-grid-container-001-expected.html: Renamed from LayoutTests/fast/css-grid-layout/column-property-should-not-apply-on-grid-container-expected.html. |
| * web-platform-tests/css/css-grid/grid-model/column-property-should-not-apply-on-grid-container-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/compute-intrinsic-widths-scrollbar-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-model/compute-intrinsic-widths-scrollbar-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/display-grid-expected.html: |
| * web-platform-tests/css/css-grid/grid-model/display-grid.html: |
| * web-platform-tests/css/css-grid/grid-model/display-inline-grid-expected.html: |
| * web-platform-tests/css/css-grid/grid-model/display-inline-grid.html: |
| * web-platform-tests/css/css-grid/grid-model/fixed-width-intrinsic-width-should-exclude-scrollbar-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-model/fixed-width-intrinsic-width-should-exclude-scrollbar-001.html: Renamed from LayoutTests/fast/css-grid-layout/fixed-width-intrinsic-width-should-exclude-scrollbar-width-in-grid.html. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-004.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-005.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-006.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-007.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-008-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-areas-overflowing-grid-container-008.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-button-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-button-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-container-margin-border-padding-scrollbar-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-model/grid-container-margin-border-padding-scrollbar-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbar-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbar-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbar-vertical-lr-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbar-vertical-lr-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbar-vertical-rl-001-expected.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbar-vertical-rl-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbars-sizing-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbars-sizing-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbars-sizing-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-container-scrollbars-sizing-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-display-grid-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-display-inline-grid-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-float-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-float-002-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-float-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-floats-no-intrude-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-floats-no-intrude-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-gutters-and-flex-content-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-model/grid-gutters-and-flex-content-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-gutters-and-tracks-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-gutters-and-tracks-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-gutters-as-percentage-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-gutters-as-percentage-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-inline-float-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-inline-vertical-align-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-layout-stale-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-layout-stale-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-layout-stale-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-layout-stale-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-margins-no-collapse-002-expected.html: Renamed from LayoutTests/fast/css-grid-layout/grid-item-margins-not-collapse-expected.html. |
| * web-platform-tests/css/css-grid/grid-model/grid-margins-no-collapse-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-min-max-height-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/grid-model/grid-min-max-height-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-overflow-padding-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-overflow-padding-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-overflow-padding-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-overflow-padding-002.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-size-shrink-to-fit-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-size-shrink-to-fit-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-model/grid-support-display-001.html: |
| * web-platform-tests/css/css-grid/grid-model/grid-vertical-align-001.html: |
| * web-platform-tests/css/css-grid/grid-model/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-tracks-stretched-with-different-flex-factors-sum-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-tracks-stretched-with-different-flex-factors-sum.html: Added. |
| * web-platform-tests/css/css-grid/implicit-grids/grid-support-grid-auto-columns-rows-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/implicit-grids/grid-support-grid-auto-columns-rows-003.html: Added. |
| * web-platform-tests/css/css-grid/implicit-grids/w3c-import.log: |
| * web-platform-tests/css/css-grid/layout-algorithm/auto-margins-ignored-during-track-sizing-001-expected.html: Renamed from LayoutTests/fast/css-grid-layout/auto-margins-ignored-during-track-sizing-expected.html. |
| * web-platform-tests/css/css-grid/layout-algorithm/auto-margins-ignored-during-track-sizing-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/flex-and-intrinsic-sizes-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/flex-and-intrinsic-sizes-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-columns-min-max-width-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-columns-min-max-width-001.html: Renamed from LayoutTests/fast/css-grid-layout/flex-sizing-columns-min-max-width.html. |
| * web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-rows-min-max-height-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-rows-min-max-height-001.html: Renamed from LayoutTests/fast/css-grid-layout/flex-sizing-rows-min-max-height.html. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-columns-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-columns-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-rows-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-rows-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-container-percentage-001-expected.txt: Copied from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns-expected.txt. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-container-percentage-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns.html. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-container-percentage-002-expected.txt: Renamed from LayoutTests/fast/css-grid-layout/grid-container-percentage-columns-expected.txt. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-container-percentage-002.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-content-distribution-must-account-for-track-sizing-001.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-content-distribution-must-account-for-track-sizing-002.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-content-distribution-must-account-for-track-sizing-003.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-content-distribution-must-account-for-track-sizing-004.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-001.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-002.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-intrinsic-size-with-orthogonal-items.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-item-margin-auto-columns-rows-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-item-margin-auto-columns-rows-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-item-margin-auto-columns-rows-vertical-lr-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-item-margin-auto-columns-rows-vertical-lr-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-item-margin-auto-columns-rows-vertical-rl-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-item-margin-auto-columns-rows-vertical-rl-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-cols-filled-shrinkwrap-001-expected.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-cols-filled-shrinkwrap-001.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-cols-spanned-shrinkwrap-001-expected.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-cols-spanned-shrinkwrap-001.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-rows-filled-shrinkwrap-001-expected.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-rows-filled-shrinkwrap-001.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-rows-spanned-shrinkwrap-001-expected.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-percent-rows-spanned-shrinkwrap-001.html: |
| * web-platform-tests/css/css-grid/layout-algorithm/w3c-import.log: |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-003.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-content-004.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-multi-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-multi-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-stretch-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-stretch-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-stretch-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-align-tracks-stretch-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-003.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-004.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-005.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-fragmentation-006.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-gap-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-gap-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-content-baseline-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-content-baseline-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-self-baseline-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-self-baseline-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-self-baseline-002a-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-self-baseline-002a.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-self-baseline-002b-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-item-self-baseline-002b.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-placement-named-lines-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-placement-named-lines-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-placement-named-lines-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-placement-named-lines-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-withcontent-expected.txt. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-grid-template-columns-computed-withcontent.html: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-withcontent.html. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-003.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-004.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-005.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-intrinsic-sizing-006.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-003.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-004.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-005.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-006.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-item-placement-007.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-003.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-content-004.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-multi-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-multi-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-stretch-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-stretch-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-stretch-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-justify-tracks-stretch-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-order-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-order-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-order-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-order-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-parsing-expected.txt: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-parsing.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-subgrid-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-subgrid-001.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-subgrid-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/masonry-subgrid-002.html: Added. |
| * web-platform-tests/css/css-grid/masonry.tentative/w3c-import.log: Added. |
| * web-platform-tests/css/css-grid/parsing/grid-area-invalid-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-area-invalid.html: |
| * web-platform-tests/css/css-grid/parsing/grid-shorthand-valid-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-shorthand-valid.html: |
| * web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-withcontent-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-withcontent.html: |
| * web-platform-tests/css/css-grid/parsing/grid-template-columns-invalid-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-columns-invalid.html: |
| * web-platform-tests/css/css-grid/parsing/grid-template-repeat-auto-computed-withcontent-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/parsing/grid-template-repeat-auto-computed-withcontent-001.html: Added. |
| * web-platform-tests/css/css-grid/parsing/grid-template-repeat-auto-computed-withcontent-002-expected.txt: Added. |
| * web-platform-tests/css/css-grid/parsing/grid-template-repeat-auto-computed-withcontent-002.html: Added. |
| * web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-withcontent-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-withcontent.html: |
| * web-platform-tests/css/css-grid/parsing/grid-template-rows-invalid-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-rows-invalid.html: |
| * web-platform-tests/css/css-grid/parsing/grid-template-shorthand-valid-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-shorthand-valid.html: |
| * web-platform-tests/css/css-grid/parsing/w3c-import.log: |
| * web-platform-tests/css/css-grid/placement/grid-auto-flow-sparse-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/placement/grid-auto-flow-sparse-001.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-auto-placement-implicit-tracks-001-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt. |
| * web-platform-tests/css/css-grid/placement/grid-auto-placement-implicit-tracks-001.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-container-change-grid-tracks-recompute-child-positions-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/placement/grid-container-change-grid-tracks-recompute-child-positions-001.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-container-change-named-grid-recompute-child-positions-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/placement/grid-container-change-named-grid-recompute-child-positions-001.html: Renamed from LayoutTests/fast/css-grid-layout/grid-container-change-named-grid-lines-recompute-child.html. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-002-expected.xht: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-002.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-003-expected.xht: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-003.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-004-expected.xht: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-004.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-005-expected.xht: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-005.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-006-expected.xht: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-006.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-placement-using-named-grid-lines-007.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-template-areas-must-keep-named-columns-order-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/placement/grid-template-areas-must-keep-named-columns-order-001.html: Added. |
| * web-platform-tests/css/css-grid/placement/w3c-import.log: |
| * web-platform-tests/css/css-grid/subgrid/abs-pos-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/abs-pos-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/abs-pos-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/abs-pos-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/abs-pos-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/abs-pos-003.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/auto-track-sizing-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/auto-track-sizing-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/baseline-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/baseline-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/contain-strict-nested-subgrid-crash.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/contain-strict-subgrid-crash.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-003.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-004.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-005.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-006.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-007.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-008-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-008.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-009-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-009.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-larger-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-larger-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-larger-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-larger-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-normal-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-normal-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-smaller-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-gap-smaller-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid-expected.txt: Added. |
| * web-platform-tests/css/css-grid/subgrid/grid-template-computed-nogrid.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/item-percentage-height-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/item-percentage-height-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-003.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-004.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-005.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-006.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-007.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-008-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/line-names-008.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-003.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/orthogonal-writing-mode-004.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/parent-repeat-auto-fit-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/parent-repeat-auto-fit-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/parent-repeat-auto-fit-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/parent-repeat-auto-fit-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-003.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-004-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-004.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-005-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-005.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-006-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-006.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-007-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-007.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-008-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/repeat-auto-fill-008.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-item-block-size-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-item-block-size-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-mbp-overflow-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-mbp-overflow-001.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-mbp-overflow-002-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-mbp-overflow-002.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-mbp-overflow-003-expected.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/subgrid-mbp-overflow-003.html: Added. |
| * web-platform-tests/css/css-grid/subgrid/w3c-import.log: Added. |
| * web-platform-tests/css/css-grid/support/grid-alignment.css: Removed. |
| * web-platform-tests/css/css-grid/support/grid-child-utils.js: Added. |
| (GridChildHelper): |
| (GridChildHelper.prototype.runTest): |
| * web-platform-tests/css/css-grid/support/grid.css: Removed. |
| * web-platform-tests/css/css-grid/support/style-change.js: Removed. |
| * web-platform-tests/css/css-grid/support/w3c-import.log: |
| * web-platform-tests/css/css-grid/table-grid-item-dynamic-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/table-grid-item-dynamic-001.html: Added. |
| * web-platform-tests/css/css-grid/test-plan/index.html: |
| * web-platform-tests/css/css-grid/w3c-import.log: |
| |
| 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. |
| |
| Import WPT test. |
| |
| * web-platform-tests/css/css-grid/grid-items/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-items/whitespace-in-grid-item-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/whitespace-in-grid-item-001.html: Added. |
| |
| 2020-05-20 Oriol Brufau <obrufau@igalia.com> |
| |
| Computed min-width/height for auto depends on box |
| https://bugs.webkit.org/show_bug.cgi?id=209651 |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| Update test expectations. |
| |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-auto-size-expected.txt: |
| * web-platform-tests/css/css-grid/grid-items/grid-item-min-auto-size-001-expected.txt: |
| |
| 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. |
| |
| Import WPT test. |
| |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-multiple-values-001-expected.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-multiple-values-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/w3c-import.log: |
| |
| 2020-05-20 Oriol Brufau <obrufau@igalia.com> |
| |
| Fix computeMarginLogicalSizeForChild to check auto margins in the right axis |
| https://bugs.webkit.org/show_bug.cgi?id=212113 |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| Import last version of this WPT test. |
| |
| * web-platform-tests/css/css-grid/grid-items/grid-items-minimum-width-orthogonal-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-minimum-width-orthogonal-001.html: |
| |
| 2020-05-19 Oriol Brufau <obrufau@igalia.com> |
| |
| Fix marginLogicalSizeForChild to check auto margins in the right axis |
| https://bugs.webkit.org/show_bug.cgi?id=212055 |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| Import new WPT test. |
| |
| * web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/w3c-import.log: |
| |
| 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. |
| |
| * web-platform-tests/webxr/xrDevice_requestSession_immersive.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_requestSession_immersive_no_gesture.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_requestSession_immersive_unsupported.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_requestSession_no_mode.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_requestSession_non_immersive_no_gesture.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_requestSession_optionalFeatures.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_requestSession_requiredFeatures_unknown.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrSession_features_deviceSupport.https-expected.txt: 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. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-flexbox/Flexible-order-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/Flexible-order-expected.html. |
| * web-platform-tests/css/css-flexbox/Flexible-order.html: Renamed from LayoutTests/css3/flexbox/csswg/Flexible-order.html. |
| * web-platform-tests/css/css-flexbox/META.yml: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-htb-ltr-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-htb-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-htb-rtl-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-htb-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vlr-ltr-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vlr-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vlr-rtl-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vlr-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vrl-ltr-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vrl-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vrl-rtl-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/abspos-autopos-vrl-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/abspos-descendent-001-expected.txt: Renamed from LayoutTests/css3/flexbox/canvas-dynamic-change-expected.txt. |
| * web-platform-tests/css/css-flexbox/abspos-descendent-001.html: Renamed from LayoutTests/css3/flexbox/stretch-simplified-layout.html. |
| * web-platform-tests/css/css-flexbox/align-baseline-expected.html: Renamed from LayoutTests/css3/flexbox/align-baseline-expected.html. |
| * web-platform-tests/css/css-flexbox/align-baseline.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content-001-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-content-001.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-content-002-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-content-002.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-content-003-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-content-003.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-content-004-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-content-004.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-content-005-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-content-005.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-content-006-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-content-006.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-001-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-001.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-002-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-002.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-003-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-003.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-content-wrap-004.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_center-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_center.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_flex-end-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_flex-end.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_flex-start-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_flex-start.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_space-around-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_space-around.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_space-between-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_space-between.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_stretch-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/align-content_stretch.html: Added. |
| * web-platform-tests/css/css-flexbox/align-items-001-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-items-001.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-items-002-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-items-002.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-items-003-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-items-003.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-items-004-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-items-004.htm: Added. |
| * web-platform-tests/css/css-flexbox/align-items-005-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-items-005.htm: Copied from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/align-items-006-expected.html: Copied from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/align-items-006.html: Added. |
| * web-platform-tests/css/css-flexbox/align-items-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-items-007.html: Added. |
| * web-platform-tests/css/css-flexbox/align-items-baseline-overflow-non-visible-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/align-items-baseline-overflow-non-visible.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-001.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-002.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-003.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-004.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-005.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-007.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-008.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-009-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-009.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-011-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-011.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-012-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-012.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-013-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/align-self-013.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-014-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/align-self-014.html: Added. |
| * web-platform-tests/css/css-flexbox/align-self-015-expected.html: Renamed from LayoutTests/css3/flexbox/columns-center-with-margins-and-wrap-expected.html. |
| * web-platform-tests/css/css-flexbox/align-self-015.html: Renamed from LayoutTests/css3/flexbox/columns-center-with-margins-and-wrap.html. |
| * web-platform-tests/css/css-flexbox/animation/flex-basis-composition-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/animation/flex-basis-composition.html: Added. |
| * web-platform-tests/css/css-flexbox/animation/flex-basis-interpolation-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/animation/flex-basis-interpolation.html: Added. |
| * web-platform-tests/css/css-flexbox/animation/flex-grow-interpolation-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/animation/flex-grow-interpolation.html: Added. |
| * web-platform-tests/css/css-flexbox/animation/flex-shrink-interpolation-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/animation/flex-shrink-interpolation.html: Added. |
| * web-platform-tests/css/css-flexbox/animation/order-interpolation-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/animation/order-interpolation.html: Added. |
| * web-platform-tests/css/css-flexbox/animation/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-block-expected.html: Renamed from LayoutTests/css3/flexbox/anonymous-block-expected.html. |
| * web-platform-tests/css/css-flexbox/anonymous-block.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-001.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-002-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-002.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-003-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-003.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-004-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-004.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-005-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-005.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-006-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/anonymous-flex-item-006.html: Added. |
| * web-platform-tests/css/css-flexbox/auto-height-column-with-border-and-padding-expected.html: Renamed from LayoutTests/css3/flexbox/auto-height-column-with-border-and-padding-expected.html. |
| * web-platform-tests/css/css-flexbox/auto-height-column-with-border-and-padding.html: Added. |
| * web-platform-tests/css/css-flexbox/auto-height-with-flex-expected.html: Renamed from LayoutTests/css3/flexbox/auto-height-with-flex-expected.html. |
| * web-platform-tests/css/css-flexbox/auto-height-with-flex.html: Added. |
| * web-platform-tests/css/css-flexbox/auto-margins-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/auto-margins-001.html: Added. |
| * web-platform-tests/css/css-flexbox/auto-margins-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/auto-margins-002.html: Added. |
| * web-platform-tests/css/css-flexbox/auto-margins-003-expected.html: Renamed from LayoutTests/css3/flexbox/columns-center-with-margins-expected.html. |
| * web-platform-tests/css/css-flexbox/auto-margins-003.html: Renamed from LayoutTests/css3/flexbox/columns-center-with-margins.html. |
| * web-platform-tests/css/css-flexbox/box-sizing-001-expected.txt: Renamed from LayoutTests/css3/flexbox/box-sizing-expected.txt. |
| * web-platform-tests/css/css-flexbox/box-sizing-001.html: Renamed from LayoutTests/css3/flexbox/box-sizing.html. |
| * web-platform-tests/css/css-flexbox/box-sizing-min-max-sizes-001-expected.txt: Renamed from LayoutTests/css3/flexbox/box-sizing-min-max-sizes-expected.txt. |
| * web-platform-tests/css/css-flexbox/box-sizing-min-max-sizes-001.html: Renamed from LayoutTests/css3/flexbox/box-sizing-min-max-sizes.html. |
| * web-platform-tests/css/css-flexbox/canvas-dynamic-change-001-expected.txt: Copied from LayoutTests/css3/flexbox/flexitem-no-margin-collapsing-expected.txt. |
| * web-platform-tests/css/css-flexbox/canvas-dynamic-change-001.html: Added. |
| * web-platform-tests/css/css-flexbox/change-column-flex-width-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/change-column-flex-width.html: Added. |
| * web-platform-tests/css/css-flexbox/column-flex-child-with-overflow-scroll-expected.txt: Renamed from LayoutTests/css3/flexbox/column-flex-child-with-overflow-scroll-expected.txt. |
| * web-platform-tests/css/css-flexbox/column-flex-child-with-overflow-scroll.html: Renamed from LayoutTests/css3/flexbox/column-flex-child-with-overflow-scroll.html. |
| * web-platform-tests/css/css-flexbox/columns-height-set-via-top-bottom-expected.txt: Renamed from LayoutTests/css3/flexbox/columns-height-set-via-top-bottom-expected.txt. |
| * web-platform-tests/css/css-flexbox/columns-height-set-via-top-bottom.html: Renamed from LayoutTests/css3/flexbox/columns-height-set-via-top-bottom.html. |
| * web-platform-tests/css/css-flexbox/content-height-with-scrollbars-expected.html: Renamed from LayoutTests/css3/flexbox/content-height-with-scrollbars-expected.html. |
| * web-platform-tests/css/css-flexbox/content-height-with-scrollbars.html: Renamed from LayoutTests/css3/flexbox/content-height-with-scrollbars.html. |
| * web-platform-tests/css/css-flexbox/cross-axis-scrollbar-expected.html: Renamed from LayoutTests/css3/flexbox/cross-axis-scrollbar-expected.html. |
| * web-platform-tests/css/css-flexbox/cross-axis-scrollbar.html: Renamed from LayoutTests/css3/flexbox/cross-axis-scrollbar.html. |
| * web-platform-tests/css/css-flexbox/css-box-justify-content-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/css-box-justify-content-expected.html. |
| * web-platform-tests/css/css-flexbox/css-box-justify-content.html: Renamed from LayoutTests/css3/flexbox/csswg/css-box-justify-content.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-column-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-reverse-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-column-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-reverse-wrap-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-column-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-reverse-wrap-reverse-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-column-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-reverse-wrap-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-reverse-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-reverse.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-column.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-wrap-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-column-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-wrap-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-column-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-wrap-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/css-flexbox-column.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-column.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-height-animation-stretch-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-height-animation-stretch-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-height-animation-stretch.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-height-animation-stretch.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-img-expand-evenly-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-img-expand-evenly-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-img-expand-evenly.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-img-expand-evenly.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-reverse-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-reverse-wrap-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-reverse-wrap-reverse-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-reverse-wrap-reverse.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-reverse-wrap.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-reverse.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-wrap-expected.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-wrap-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-row-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-wrap-reverse.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row-wrap.html: Copied from LayoutTests/css3/flexbox/csswg/css-flexbox-row.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-row.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-row.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-test1-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-test1-expected.html. |
| * web-platform-tests/css/css-flexbox/css-flexbox-test1.html: Renamed from LayoutTests/css3/flexbox/csswg/css-flexbox-test1.html. |
| * web-platform-tests/css/css-flexbox/display-flex-001-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/align-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/display-flex-001.htm: Renamed from LayoutTests/css3/flexbox/csswg/align-content-001.html. |
| * web-platform-tests/css/css-flexbox/display_flex_exist-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/display_flex_exist.html: Added. |
| * web-platform-tests/css/css-flexbox/display_inline-flex_exist-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/display_inline-flex_exist.html: Added. |
| * web-platform-tests/css/css-flexbox/dynamic-bsize-change-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/dynamic-bsize-change.html: Added. |
| * web-platform-tests/css/css-flexbox/dynamic-change-simplified-layout-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/dynamic-change-simplified-layout-002.html: Added. |
| * web-platform-tests/css/css-flexbox/dynamic-change-simplified-layout-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/dynamic-change-simplified-layout.html: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-001.html: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-002-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-002.html: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-003-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-003.html: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-004-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/fit-content-item-004.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-001-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-001.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/flex-002-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-002.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/flex-003-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-003.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/flex-004-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-004.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-center-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-center-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-center.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-center.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-end-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-end-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-end.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-end.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-space-around-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-align-content-space-around.html: Copied from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-start.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-space-between-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-space-between.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-start-expected.html: Copied from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-start-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-align-content-start.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-start.html. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-001.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-002.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-003.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-004.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-005.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-006.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-007.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-008.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-009-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-009.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-010-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-010.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-011-expected.txt: Renamed from LayoutTests/css3/flexbox/negative-overflow-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-011.html: Renamed from LayoutTests/css3/flexbox/minimum-size-image.html. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-001.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-002.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-003.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-row-004.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-base-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-base-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-base.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-base.html. |
| * web-platform-tests/css/css-flexbox/flex-basis-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-001.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-002.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-003.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-004.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-005.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-006.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-007.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-008.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-009-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-009.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-010-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-010.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-item-margins-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-basis-item-margins-001.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-box-wrap-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-box-wrap-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-box-wrap.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-box-wrap.html. |
| * web-platform-tests/css/css-flexbox/flex-child-percent-basis-resize-1-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-child-percent-basis-resize-1.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-column-relayout-assert-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flex-column-relayout-assert.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-container-margin-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-container-margin-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-container-margin.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-container-margin.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-column-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-direction-column-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-column-overlap-001-expected.txt: Renamed from LayoutTests/css3/flexbox/bug669714-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-direction-column-overlap-001.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-direction-column-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-column-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-column.html: Copied from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-direction-column.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-direction-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-modify-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-direction-modify-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-modify.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-direction-modify.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-row-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-align-content-start-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-row-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-direction-column.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-row-vertical-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-direction-row-vertical.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-direction-with-element-insert-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-direction-with-element-insert-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-direction-with-element-insert.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-direction-with-element-insert.html. |
| * web-platform-tests/css/css-flexbox/flex-direction.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-direction.html. |
| * web-platform-tests/css/css-flexbox/flex-factor-less-than-one-expected.txt: Renamed from LayoutTests/css3/flexbox/flex-factor-less-than-one-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-factor-less-than-one.html: Renamed from LayoutTests/css3/flexbox/flex-factor-less-than-one.html. |
| * web-platform-tests/css/css-flexbox/flex-flexitem-childmargin-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flexitem-childmargin-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flexitem-childmargin.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flexitem-childmargin.html. |
| * web-platform-tests/css/css-flexbox/flex-flexitem-percentage-prescation-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flexitem-percentage-prescation-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flexitem-percentage-prescation.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flexitem-percentage-prescation.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-001-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-001-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-001.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-001.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-002-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-002.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-003-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-003.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-004-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flow-001-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-004.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flow-001.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-005-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-005.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-006-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-006.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-007-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-007-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-007.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-007.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-008-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-008.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-009-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-009.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-010-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flow-007-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-010.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flow-007.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-011-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-011.html: Copied from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-012-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flow-002-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-012.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-flow-002.html. |
| * web-platform-tests/css/css-flexbox/flex-flow-013-expected.txt: Copied from LayoutTests/css3/flexbox/flex-flow-2-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-flow-013.html: Renamed from LayoutTests/css3/flexbox/flex-flow-2.html. |
| * web-platform-tests/css/css-flexbox/flex-grow-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-001.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-002.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-003.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-004.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-005.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-006.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-grow-007.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-height-min-content-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-height-min-content.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-inline-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-inline-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-inline.html: Renamed from LayoutTests/css3/flexbox/csswg/ttwf-reftest-flex-inline.html. |
| * web-platform-tests/css/css-flexbox/flex-item-and-percentage-abspos-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-item-and-percentage-abspos.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-item-contains-strict-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flex-item-contains-strict.html: Renamed from LayoutTests/css3/flexbox/flex-item-contains-strict.html. |
| * web-platform-tests/css/css-flexbox/flex-item-vertical-align-expected.html: Renamed from LayoutTests/css3/flexbox/vertical-align-do-not-effect-flex-items-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-item-vertical-align.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-item-z-ordering-001-expected.html: Renamed from LayoutTests/css3/flexbox/z-index-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-item-z-ordering-001.html: Renamed from LayoutTests/css3/flexbox/z-index.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-row-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-row-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-column-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-column-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-row-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-row-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse.html. |
| * web-platform-tests/css/css-flexbox/flex-lines/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/flex-margin-no-collapse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-margin-no-collapse-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-margin-no-collapse.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-margin-no-collapse.html. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-001.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-002.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-003.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-004.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-005.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-006.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-007.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-008.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-009-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-009.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-010-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-010.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-011-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-011.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-012-expected.txt: Renamed from LayoutTests/css3/flexbox/flexitem-stretch-image-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-012.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-013-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-013.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-014-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-014.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-015-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-015.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-016-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-016.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-017-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-017.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-018-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-018.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-019-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-019.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-020-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-020.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-021-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-021.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-022-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-022.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-size-001-expected.txt: Copied from LayoutTests/css3/flexbox/min-size-auto-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-minimum-size-001.html: Renamed from LayoutTests/css3/flexbox/min-size-auto.html. |
| * web-platform-tests/css/css-flexbox/flex-minimum-size-002-expected.txt: Copied from LayoutTests/css3/flexbox/stretch-after-sibling-size-change-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-minimum-size-002.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-001.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-002.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-003.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-004.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-005.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-006.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-007.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-008.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-009-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-009.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-010-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-010.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-011-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-011.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-012-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-012.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-013-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-013.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-014-expected.txt: Renamed from LayoutTests/css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-014.html: Renamed from LayoutTests/css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html. |
| * web-platform-tests/css/css-flexbox/flex-one-sets-flex-basis-to-zero-px-expected.txt: Renamed from LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-one-sets-flex-basis-to-zero-px.html: Renamed from LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html. |
| * web-platform-tests/css/css-flexbox/flex-order-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-order-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-order.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-order.html. |
| * web-platform-tests/css/css-flexbox/flex-outer-flexbox-column-recalculate-height-on-resize-001-expected.txt: Renamed from LayoutTests/css3/flexbox/bug527039-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-outer-flexbox-column-recalculate-height-on-resize-001.html: Renamed from LayoutTests/css3/flexbox/bug527039.html. |
| * web-platform-tests/css/css-flexbox/flex-shorthand-flex-basis-middle-expected.txt: Renamed from LayoutTests/css3/flexbox/flex-shorthand-flex-basis-middle-expected.txt. |
| * web-platform-tests/css/css-flexbox/flex-shorthand-flex-basis-middle.html: Renamed from LayoutTests/css3/flexbox/flex-shorthand-flex-basis-middle.html. |
| * web-platform-tests/css/css-flexbox/flex-shrink-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-001.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-002.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-003.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-004.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-005.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-006.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-007.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-shrink-008.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-vertical-align-effect-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-vertical-align-effect-expected.html. |
| * web-platform-tests/css/css-flexbox/flex-vertical-align-effect.html: Renamed from LayoutTests/css3/flexbox/csswg/flex-vertical-align-effect.html. |
| * web-platform-tests/css/css-flexbox/flex-wrap-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-002.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-003.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-004.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-005.html: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flex-wrap-006.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-column-expected.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-column-percentage-ignored-expected.html: Renamed from LayoutTests/css3/flexbox/vertical-flexbox-percentage-ignored-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-column-percentage-ignored.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-column-reverse-expected.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-column-reverse.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-column.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-default-expected.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-default.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-row-expected.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-row-reverse-expected.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-row-reverse.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-direction-row.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-default-expected.htm: Copied from LayoutTests/css3/flexbox/csswg/flexbox-flex-wrap-nowrap-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-default.htm: Copied from LayoutTests/css3/flexbox/csswg/flexbox-flex-wrap-nowrap.html. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-flexing-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox-flex-wrap-flexing-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-flexing.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox-flex-wrap-flexing.html. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-nowrap-expected.htm: Renamed from LayoutTests/css3/flexbox/csswg/flexbox-flex-wrap-nowrap-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-nowrap.htm: Renamed from LayoutTests/css3/flexbox/csswg/flexbox-flex-wrap-nowrap.html. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-wrap-expected.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-wrap-reverse-expected.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-wrap-reverse.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-flex-wrap-wrap.htm: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-gap-position-absolute-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-gap-position-absolute.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-lines-must-be-stretched-by-default-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-lines-must-be-stretched-by-default.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-order-only-flexitems-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-order-only-flexitems.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox-with-multi-column-property-expected.html: Renamed from LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox-with-multi-column-property.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_absolute-atomic-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_absolute-atomic-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_absolute-atomic.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_absolute-atomic.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-center-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-center-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-center.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-center.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-flexend-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-flexend-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-flexend.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-flexend.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-flexstart-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-flexstart-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-flexstart.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-flexstart.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-spacearound-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-spacearound-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-spacearound.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-spacearound.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-spacebetween-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-spacebetween-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-spacebetween.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-spacebetween.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-stretch-2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-stretch-2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-stretch-2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-stretch-2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-stretch-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-stretch-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-content-stretch.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-content-stretch.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-baseline-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-baseline-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-baseline.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-baseline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-center-2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-center-2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-center-2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-center-2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-center-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-center-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-center.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-center.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexend-2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexend-2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexend-2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexend-2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexend-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexend-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexend.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexend.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart-2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexstart-2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart-2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexstart-2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexstart-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-flexstart.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-stretch-2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-stretch-2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-3-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-3.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-4-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-4.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-stretch-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-items-stretch.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-items-stretch.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-baseline-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-baseline-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-baseline.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-baseline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-center-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-center-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-center.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-center.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-flexend-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-flexend-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-flexend.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-flexend.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-flexstart-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-flexstart-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-flexstart.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-flexstart.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-stretch-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-stretch-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_align-self-stretch.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_align-self-stretch.html. |
| * web-platform-tests/css/css-flexbox/flexbox_block-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_block.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_inline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_box-clear-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_box-clear-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_box-clear.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_box-clear.html. |
| * web-platform-tests/css/css-flexbox/flexbox_columns-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_columns-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_columns-flexitems-2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_columns-flexitems-2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_columns-flexitems-2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_columns-flexitems-2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_columns-flexitems-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_columns-flexitems-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_columns-flexitems.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_columns-flexitems.html. |
| * web-platform-tests/css/css-flexbox/flexbox_columns.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_columns.html. |
| * web-platform-tests/css/css-flexbox/flexbox_direction-column-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_direction-column-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_direction-column-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_direction-column-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_direction-column-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_direction-column-reverse.html. |
| * web-platform-tests/css/css-flexbox/flexbox_direction-column.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_direction-column.html. |
| * web-platform-tests/css/css-flexbox/flexbox_direction-row-reverse-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_direction-row-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_display-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_display-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_display.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_display.html. |
| * web-platform-tests/css/css-flexbox/flexbox_fbfc-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_fbfc-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_fbfc.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_fbfc.html. |
| * web-platform-tests/css/css-flexbox/flexbox_fbfc2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_fbfc2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_fbfc2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_fbfc2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_first-letter-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_first-letter.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_first-line-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_first-line-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_first-line.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_first-line.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-1-unitless-basis-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-1-unitless-basis.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N-unitless-basis-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N-unitless-basis.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-0.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-1-unitless-basis-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-1-unitless-basis.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N-unitless-basis-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N-unitless-basis.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-0-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-1.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-0-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-auto-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-initial-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-0-auto.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-initial.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-0.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-1.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-1-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-1-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-0.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-0-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-1.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-1-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-0-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-0-unitless-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-0-unitless.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-0.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-N-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-N-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-N-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-N.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-Npercent-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-Npercent.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-0-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-N-N.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-N-N-0.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-basis-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-basis-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-basis-shrink-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-basis-shrink-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-basis-shrink.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-basis-shrink.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-basis.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-basis.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-formatting-interop-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-formatting-interop-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-formatting-interop.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-formatting-interop.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-initial-2-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-initial-2-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-initial-2.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-initial-2.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-initial-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-initial-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-initial.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-initial.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-auto-basis-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-auto-basis.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-zero-basis-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-zero-basis.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-natural.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-natural.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-none-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-none-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-none-wrappable-content-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-none-wrappable-content.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_flex-none.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flex-none.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-reverse-wrap.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-wrap-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-wrap-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-wrap-reverse.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-column-wrap.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-row-wrap-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-row-wrap-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-row-wrap-reverse.html. |
| * web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_flow-row-wrap.html. |
| * web-platform-tests/css/css-flexbox/flexbox_generated-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_generated-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_generated-flex-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_generated-flex-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_generated-flex.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_generated-flex.html. |
| * web-platform-tests/css/css-flexbox/flexbox_generated-nested-flex-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_generated-flex-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_generated-nested-flex.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_generated-flex.html. |
| * web-platform-tests/css/css-flexbox/flexbox_generated.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_generated.html. |
| * web-platform-tests/css/css-flexbox/flexbox_inline-abspos-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_inline-abspos.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_inline-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_inline-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_inline-float-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_inline-float.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_inline.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_inline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-bottom-float-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-bottom-float-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-bottom-float.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-bottom-float.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-clear-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-clear-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-clear.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-clear.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-float-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-float-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-float.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-float.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-top-float-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-top-float-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-top-float.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-top-float.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-vertical-align-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-vertical-align-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_item-vertical-align.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_item-vertical-align.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-center-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-center-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-center-overflow-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-center-overflow-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-center-overflow.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-center.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-center.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-end-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-flex-end-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-end.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-flex-end.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-start-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-flex-start-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-start.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-flex-start.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacearound-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-negative-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-negative.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-only-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacearound-only-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-only.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacearound-only.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacearound.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacebetween-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-negative-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-negative.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-only-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-only.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only.html. |
| * web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_justifycontent-spacebetween.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin-auto-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin-auto-overflow-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin-auto-overflow-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin-auto-overflow.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin-auto-overflow.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin-auto.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin-auto.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin-left-ex-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin-left-ex-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin-left-ex.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin-left-ex.html. |
| * web-platform-tests/css/css-flexbox/flexbox_margin.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_margin.html. |
| * web-platform-tests/css/css-flexbox/flexbox_nested-flex-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_generated-flex-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_nested-flex.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_generated-flex.html. |
| * web-platform-tests/css/css-flexbox/flexbox_object-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_object-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_object.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_object.html. |
| * web-platform-tests/css/css-flexbox/flexbox_order-abspos-space-around-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_order-abspos-space-around-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_order-abspos-space-around.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_order-abspos-space-around.html. |
| * web-platform-tests/css/css-flexbox/flexbox_order-box-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_order-box-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_order-box.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_order-box.html. |
| * web-platform-tests/css/css-flexbox/flexbox_order-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_order-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_order-noninteger-invalid-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_order-noninteger-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_order.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_order.html. |
| * web-platform-tests/css/css-flexbox/flexbox_quirks_body-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_quirks_body.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_rowspan-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_rowspan-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rowspan-overflow-automatic-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_rowspan-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rowspan-overflow-automatic.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_rowspan.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rowspan-overflow-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rowspan-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rowspan-overflow.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_rowspan.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rowspan.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rowspan.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-direction-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-direction-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-direction.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-direction.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-flow-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-flow-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-flow-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-flow-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-flow-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-flow-reverse.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-flow.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-flow.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-order-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-order-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_rtl-order.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_rtl-order.html. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-abspos-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-abspos.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-fixpos-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-fixpos.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-float-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-float.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_stf-table-singleline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-inline-block-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-inline-block.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-caption-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-caption.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-cell-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-cell.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-row-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-row-group-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-row-group.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-row.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-singleline-2-expected.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_stf-table-singleline-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-singleline-2.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_stf-table-singleline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-singleline-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_stf-table-singleline-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table-singleline.html: Copied from LayoutTests/css3/flexbox/csswg/flexbox_stf-table-singleline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_stf-table.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_stf-table-singleline.html. |
| * web-platform-tests/css/css-flexbox/flexbox_table-fixed-layout-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_table-fixed-layout.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_visibility-collapse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_visibility-collapse-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_visibility-collapse-line-wrapping-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_visibility-collapse-line-wrapping.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html. |
| * web-platform-tests/css/css-flexbox/flexbox_visibility-collapse.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_visibility-collapse.html. |
| * web-platform-tests/css/css-flexbox/flexbox_width-change-and-relayout-children-expected.txt: Renamed from LayoutTests/css3/flexbox/width-change-and-relayout-children-expected.txt. |
| * web-platform-tests/css/css-flexbox/flexbox_width-change-and-relayout-children.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_width-overflow-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_width-overflow.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_width-wrapping-column-expected.txt: Renamed from LayoutTests/css3/flexbox/wrapping-column-dynamic-changes-expected.txt. |
| * web-platform-tests/css/css-flexbox/flexbox_width-wrapping-column.html: Added. |
| * web-platform-tests/css/css-flexbox/flexbox_wrap-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_wrap-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_wrap-long-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_wrap-long-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_wrap-long.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_wrap-long.html. |
| * web-platform-tests/css/css-flexbox/flexbox_wrap-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_wrap-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_wrap-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_wrap-reverse.html. |
| * web-platform-tests/css/css-flexbox/flexbox_wrap.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_wrap.html. |
| * web-platform-tests/css/css-flexbox/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom-expected.html. |
| * web-platform-tests/css/css-flexbox/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html: Renamed from LayoutTests/css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html. |
| * web-platform-tests/css/css-flexbox/flexible-box-float-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/flexible-box-float.html: Added. |
| * web-platform-tests/css/css-flexbox/flexitem-no-margin-collapsing-expected.txt: Renamed from LayoutTests/css3/flexbox/flexitem-no-margin-collapsing-expected.txt. |
| * web-platform-tests/css/css-flexbox/flexitem-no-margin-collapsing.html: Added. |
| * web-platform-tests/css/css-flexbox/flexitem-stretch-image-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/flexitem-stretch-image.html: Added. |
| * web-platform-tests/css/css-flexbox/flexitem-stretch-range-expected.html: Renamed from LayoutTests/css3/flexbox/flexitem-stretch-range-expected.html. |
| * web-platform-tests/css/css-flexbox/flexitem-stretch-range.html: Added. |
| * web-platform-tests/css/css-flexbox/floated-flexitem-expected.html: Renamed from LayoutTests/css3/flexbox/floated-flexitem-expected.html. |
| * web-platform-tests/css/css-flexbox/floated-flexitem.html: Renamed from LayoutTests/css3/flexbox/floated-flexitem.html. |
| * web-platform-tests/css/css-flexbox/gap-001-lr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-001-lr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-001-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-001-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-001-rl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-001-rl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-001-rtl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-001-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-lr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-lr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-rl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-rl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-rtl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-002-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-lr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-lr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-rl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-rl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-rtl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-003-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-lr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-lr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-rl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-rl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-rtl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-004-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-lr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-lr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-rl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-rl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-rtl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-005-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-lr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-lr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-rl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-rl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-rtl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-006-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-lr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-lr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-rl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-rl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-rtl-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-007-rtl.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-008-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-008-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-009-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-009-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-010-ltr-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-010-ltr.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-011-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/gap-011.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-012-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/gap-012.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-013-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/gap-013.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-014-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/gap-014.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-015-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/gap-015.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-016-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/gap-016.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-017-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/gap-017.html: Added. |
| * web-platform-tests/css/css-flexbox/gap-018-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/gap-018.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-center-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-center.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-flex-end-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-flex-end.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-flex-start-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-flex-start.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-space-around-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-space-around.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-space-between-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-content-space-between.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-baseline-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-baseline.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-center-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-center.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-flex-end-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-flex-end.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-flex-start-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-flex-start.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-stretch-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-items-stretch.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-baseline-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-baseline.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-center-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-center.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-flex-end-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-flex-end.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-flex-start-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-flex-start.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-stretch-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_align-self-stretch.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_display-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_display-inline-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_display-inline.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_display.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-0-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-0.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-0percent-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-0percent.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-auto-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-auto.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-percent-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-basis-percent.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-column-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-column-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-column-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-column.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-row-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-row-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-row-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-direction-row.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-nowrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-nowrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-reverse-nowrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-reverse-nowrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-reverse-wrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-reverse-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-wrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-wrap-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-wrap-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-nowrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-nowrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-nowrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-nowrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse-nowrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse-nowrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse-wrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse-wrap-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse-wrap-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-wrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-wrap-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-wrap-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-row.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-wrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-grow-0-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-grow-0.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-grow-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-grow-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-grow-number-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-grow-number.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-0-auto-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-0-auto.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-auto-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-auto.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-initial-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-initial.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-none-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-none.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-number-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand-number.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shorthand.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shrink-0-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shrink-0.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shrink-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shrink-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shrink-number-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-shrink-number.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-nowrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-nowrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-wrap-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-wrap-reverse-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-wrap-reverse.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-wrap-wrap.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-center-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-center.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-flex-end-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-flex-end.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-flex-start-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-flex-start.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-space-around-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-space-around.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-space-between-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_justify-content-space-between.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-auto-size-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-auto-size.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-height-auto-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-height-auto.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-width-auto-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_min-width-auto.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-inherit-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-inherit.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-integer-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-integer.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-negative-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order-negative.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_order.html: Added. |
| * web-platform-tests/css/css-flexbox/getcomputedstyle/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-001.html: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-002-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-002.html: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-003-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-003.html: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-004-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/grid-flex-item-004.html: Added. |
| * web-platform-tests/css/css-flexbox/hittest-overlapping-margin-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/hittest-overlapping-margin.html: Added. |
| * web-platform-tests/css/css-flexbox/hittest-overlapping-order-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/hittest-overlapping-order.html: Added. |
| * web-platform-tests/css/css-flexbox/hittest-overlapping-relative-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/hittest-overlapping-relative.html: Added. |
| * web-platform-tests/css/css-flexbox/image-items-flake-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/image-items-flake-001.html: Added. |
| * web-platform-tests/css/css-flexbox/inheritance-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/inheritance.html: Added. |
| * web-platform-tests/css/css-flexbox/inline-flex-expected.txt: Renamed from LayoutTests/css3/flexbox/inline-flex-expected.txt. |
| * web-platform-tests/css/css-flexbox/inline-flex-min-content-height-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/inline-flex-min-content-height.html: Added. |
| * web-platform-tests/css/css-flexbox/inline-flex.html: Renamed from LayoutTests/css3/flexbox/inline-flex.html. |
| * web-platform-tests/css/css-flexbox/inline-flexbox-wrap-vertically-width-calculation-expected.txt: Renamed from LayoutTests/css3/flexbox/inline-flexbox-wrap-vertically-width-calculation-expected.txt. |
| * web-platform-tests/css/css-flexbox/inline-flexbox-wrap-vertically-width-calculation.html: Renamed from LayoutTests/css3/flexbox/inline-flexbox-wrap-vertically-width-calculation.html. |
| * web-platform-tests/css/css-flexbox/intrinsic-width-orthogonal-writing-mode-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/intrinsic-width-orthogonal-writing-mode.html: Added. |
| * web-platform-tests/css/css-flexbox/item-with-max-height-and-scrollbar-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/item-with-max-height-and-scrollbar.html: Added. |
| * web-platform-tests/css/css-flexbox/item-with-table-with-infinite-max-intrinsic-width-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/item-with-table-with-infinite-max-intrinsic-width.html: Added. |
| * web-platform-tests/css/css-flexbox/justify-content-001-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/justify-content-001.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/justify-content-002-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/justify-content-002.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/justify-content-003-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/justify-content-003.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/justify-content-004-expected.html: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/justify-content-004.htm: Copied from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/justify-content-005-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/justify-content-001-expected.html. |
| * web-platform-tests/css/css-flexbox/justify-content-005.htm: Renamed from LayoutTests/css3/flexbox/csswg/justify-content-001.html. |
| * web-platform-tests/css/css-flexbox/justify-content_space-between-002-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/justify-content_space-between-002.html: Added. |
| * web-platform-tests/css/css-flexbox/layout-algorithm_algo-cross-line-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/layout-algorithm_algo-cross-line-001.html: Added. |
| * web-platform-tests/css/css-flexbox/layout-algorithm_algo-cross-line-002-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/layout-algorithm_algo-cross-line-002.html: Added. |
| * web-platform-tests/css/css-flexbox/layout-with-inline-svg-001-expected.txt: Renamed from LayoutTests/css3/flexbox/bug633212-expected.txt. |
| * web-platform-tests/css/css-flexbox/layout-with-inline-svg-001.html: Added. |
| * web-platform-tests/css/css-flexbox/max-width-violation-expected.txt: Renamed from LayoutTests/css3/flexbox/max-width-violation-expected.txt. |
| * web-platform-tests/css/css-flexbox/max-width-violation.html: Renamed from LayoutTests/css3/flexbox/max-width-violation.html. |
| * web-platform-tests/css/css-flexbox/multiline-column-max-height-expected.html: Renamed from LayoutTests/css3/flexbox/multiline-column-overflow-expected.html. |
| * web-platform-tests/css/css-flexbox/multiline-column-max-height.html: Renamed from LayoutTests/css3/flexbox/multiline-column-overflow.html. |
| * web-platform-tests/css/css-flexbox/multiline-min-max-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-min-max-expected.txt. |
| * web-platform-tests/css/css-flexbox/multiline-min-max.html: Renamed from LayoutTests/css3/flexbox/multiline-min-max.html. |
| * web-platform-tests/css/css-flexbox/multiline-min-preferred-width-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-min-preferred-width-expected.txt. |
| * web-platform-tests/css/css-flexbox/multiline-min-preferred-width.html: Added. |
| * web-platform-tests/css/css-flexbox/multiline-reverse-wrap-baseline-expected.html: Renamed from LayoutTests/css3/flexbox/multiline-reverse-wrap-baseline-expected.html. |
| * web-platform-tests/css/css-flexbox/multiline-reverse-wrap-baseline.html: Renamed from LayoutTests/css3/flexbox/multiline-reverse-wrap-baseline.html. |
| * web-platform-tests/css/css-flexbox/multiline-shrink-to-fit-expected.html: Renamed from LayoutTests/css3/flexbox/multiline-shrink-to-fit-expected.html. |
| * web-platform-tests/css/css-flexbox/multiline-shrink-to-fit.html: Renamed from LayoutTests/css3/flexbox/multiline-shrink-to-fit.html. |
| * web-platform-tests/css/css-flexbox/negative-margins-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/negative-margins-001.html: Added. |
| * web-platform-tests/css/css-flexbox/negative-overflow-expected.txt: Renamed from LayoutTests/css3/flexbox/flex-flow-2-expected.txt. |
| * web-platform-tests/css/css-flexbox/negative-overflow.html: Renamed from LayoutTests/css3/flexbox/negative-overflow.html. |
| * web-platform-tests/css/css-flexbox/nested-orthogonal-flexbox-relayout-expected.html: Renamed from LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.html. |
| * web-platform-tests/css/css-flexbox/nested-orthogonal-flexbox-relayout.html: Added. |
| * web-platform-tests/css/css-flexbox/order-painting-expected.html: Renamed from LayoutTests/css3/flexbox/order-painting-expected.html. |
| * web-platform-tests/css/css-flexbox/order-painting.html: Renamed from LayoutTests/css3/flexbox/order-painting.html. |
| * web-platform-tests/css/css-flexbox/order/order-with-column-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/order/order-with-column-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/order/order-with-column-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/order/order-with-column-reverse.html. |
| * web-platform-tests/css/css-flexbox/order/order-with-row-reverse-expected.html: Renamed from LayoutTests/css3/flexbox/csswg/order/order-with-row-reverse-expected.html. |
| * web-platform-tests/css/css-flexbox/order/order-with-row-reverse.html: Renamed from LayoutTests/css3/flexbox/csswg/order/order-with-row-reverse.html. |
| * web-platform-tests/css/css-flexbox/order/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/order_value-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/order_value.html: Added. |
| * web-platform-tests/css/css-flexbox/orthogonal-writing-modes-and-intrinsic-sizing-expected.txt: Renamed from LayoutTests/css3/flexbox/orthogonal-writing-modes-and-intrinsic-sizing-expected.txt. |
| * web-platform-tests/css/css-flexbox/orthogonal-writing-modes-and-intrinsic-sizing.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-area-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-area-001.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-area-002-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-area-002.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-001.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-002-expected.txt: Renamed from LayoutTests/css3/flexbox/bug580586-expected.txt. |
| * web-platform-tests/css/css-flexbox/overflow-auto-002.html: Renamed from LayoutTests/css3/flexbox/bug580586.html. |
| * web-platform-tests/css/css-flexbox/overflow-auto-003-expected.txt: Renamed from LayoutTests/css3/flexbox/bug605682-expected.txt. |
| * web-platform-tests/css/css-flexbox/overflow-auto-003.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-004-expected.txt: Renamed from LayoutTests/css3/flexbox/bug646288-expected.txt. |
| * web-platform-tests/css/css-flexbox/overflow-auto-004.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-005-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-005.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-006-expected.txt: Renamed from LayoutTests/css3/flexbox/min-size-auto-expected.txt. |
| * web-platform-tests/css/css-flexbox/overflow-auto-006.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-007-expected.html: Renamed from LayoutTests/css3/flexbox/overflow-auto-dynamic-changes-abspos-expected.html. |
| * web-platform-tests/css/css-flexbox/overflow-auto-007.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-008-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/overflow-auto-008.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-top-left-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/overflow-top-left.html: Added. |
| * web-platform-tests/css/css-flexbox/padding-overflow-crash-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/padding-overflow-crash.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-basis-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-basis-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-basis-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-basis-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-basis-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-basis-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-direction-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-direction-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-direction-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-direction-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-direction-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-direction-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-shorthand-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-shorthand.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-flow-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-grow-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-grow-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-grow-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-grow-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-grow-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-grow-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shorthand-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shorthand.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shrink-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shrink-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shrink-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shrink-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shrink-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-shrink-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-wrap-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-wrap-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-wrap-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-wrap-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-wrap-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/flex-wrap-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/order-computed-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/order-computed.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/order-invalid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/order-invalid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/order-valid-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/parsing/order-valid.html: Added. |
| * web-platform-tests/css/css-flexbox/parsing/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-000-expected.txt: Renamed from LayoutTests/css3/flexbox/percentage-heights-expected.txt. |
| * web-platform-tests/css/css-flexbox/percentage-heights-000.html: Renamed from LayoutTests/css3/flexbox/percentage-heights.html. |
| * web-platform-tests/css/css-flexbox/percentage-heights-001-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-001.html: Renamed from LayoutTests/css3/flexbox/definite-cross-sizes.html. |
| * web-platform-tests/css/css-flexbox/percentage-heights-002-expected.html: Renamed from LayoutTests/css3/flexbox/percentage-height-in-abspos-expected.html. |
| * web-platform-tests/css/css-flexbox/percentage-heights-002.html: Renamed from LayoutTests/css3/flexbox/percentage-height-in-abspos.html. |
| * web-platform-tests/css/css-flexbox/percentage-heights-003-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-003.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-004-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-004.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-005-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-005.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-006.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-007.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-008.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-009-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-009.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-010-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-010.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-011-expected.txt: Renamed from LayoutTests/css3/flexbox/flexitem-percent-height-change-expected.txt. |
| * web-platform-tests/css/css-flexbox/percentage-heights-011.html: Renamed from LayoutTests/css3/flexbox/flexitem-percent-height-change.html. |
| * web-platform-tests/css/css-flexbox/percentage-heights-012-expected.txt: Renamed from LayoutTests/css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item-expected.txt. |
| * web-platform-tests/css/css-flexbox/percentage-heights-012.html: Renamed from LayoutTests/css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.html. |
| * web-platform-tests/css/css-flexbox/percentage-heights-013-expected.txt: Renamed from LayoutTests/css3/flexbox/percentage-height-replaced-element-expected.txt. |
| * web-platform-tests/css/css-flexbox/percentage-heights-013.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-014-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-heights-014.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-margins-001-expected.txt: Renamed from LayoutTests/css3/flexbox/percent-margins-expected.txt. |
| * web-platform-tests/css/css-flexbox/percentage-margins-001.html: Renamed from LayoutTests/css3/flexbox/percent-margins.html. |
| * web-platform-tests/css/css-flexbox/percentage-max-height-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/percentage-max-height-001.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-max-width-cross-axis-expected.txt: Renamed from LayoutTests/css3/flexbox/percentage-max-width-cross-axis-expected.txt. |
| * web-platform-tests/css/css-flexbox/percentage-max-width-cross-axis.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-padding-001-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/percentage-padding-001.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-size-expected.txt: Renamed from LayoutTests/css3/flexbox/percentage-sizes-expected.txt. |
| * web-platform-tests/css/css-flexbox/percentage-size-quirks-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/percentage-size-quirks.html: Copied from LayoutTests/css3/flexbox/percentage-sizes.html. |
| * web-platform-tests/css/css-flexbox/percentage-size-subitems-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-size-subitems-001.html: Added. |
| * web-platform-tests/css/css-flexbox/percentage-size.html: Renamed from LayoutTests/css3/flexbox/percentage-sizes.html. |
| * web-platform-tests/css/css-flexbox/percentage-widths-001-expected.html: Renamed from LayoutTests/imported/blink/css3/flexbox/percentage-width-in-abspos.html. |
| * web-platform-tests/css/css-flexbox/percentage-widths-001.html: Renamed from LayoutTests/css3/flexbox/percentage-width-in-abspos.html. |
| * web-platform-tests/css/css-flexbox/position-absolute-001-expected.txt: Renamed from LayoutTests/css3/flexbox/position-absolute-children-expected.txt. |
| * web-platform-tests/css/css-flexbox/position-absolute-001.html: Renamed from LayoutTests/css3/flexbox/position-absolute-children.html. |
| * web-platform-tests/css/css-flexbox/position-absolute-002-expected.txt: Renamed from LayoutTests/css3/flexbox/align-absolute-child-expected.txt. |
| * web-platform-tests/css/css-flexbox/position-absolute-002.html: Renamed from LayoutTests/css3/flexbox/align-absolute-child.html. |
| * web-platform-tests/css/css-flexbox/position-absolute-003-expected.txt: Renamed from LayoutTests/css3/flexbox/border-and-padding-abspos-expected.txt. |
| * web-platform-tests/css/css-flexbox/position-absolute-003.html: Renamed from LayoutTests/css3/flexbox/border-and-padding-abspos.html. |
| * web-platform-tests/css/css-flexbox/position-absolute-004-expected.txt: Renamed from LayoutTests/css3/flexbox/change-flexitem-into-abspos-expected.txt. |
| * web-platform-tests/css/css-flexbox/position-absolute-004.html: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-005-expected.html: Renamed from LayoutTests/css3/flexbox/overflow-auto-dynamic-changes-expected.html. |
| * web-platform-tests/css/css-flexbox/position-absolute-005.html: Renamed from LayoutTests/css3/flexbox/overflow-auto-dynamic-changes-abspos.html. |
| * web-platform-tests/css/css-flexbox/position-absolute-006-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-006.html: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-007-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-007.html: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-008-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-008.html: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-009-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-009.html: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-010-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-010.html: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-011-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-011.html: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-012-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/position-absolute-012.html: Added. |
| * web-platform-tests/css/css-flexbox/position-fixed-001-expected.html: Renamed from LayoutTests/css3/flexbox/bug604346-expected.html. |
| * web-platform-tests/css/css-flexbox/position-fixed-001.html: Added. |
| * web-platform-tests/css/css-flexbox/position-relative-percentage-top-001-expected.txt: Renamed from LayoutTests/css3/flexbox/relpos-with-percentage-top-expected.txt. |
| * web-platform-tests/css/css-flexbox/position-relative-percentage-top-001.html: Renamed from LayoutTests/css3/flexbox/relpos-with-percentage-top.html. |
| * web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html: Added. |
| * web-platform-tests/css/css-flexbox/radiobutton-min-size-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/radiobutton-min-size.html: Added. |
| * web-platform-tests/css/css-flexbox/relayout-align-items-expected.txt: Renamed from LayoutTests/css3/flexbox/relayout-align-items-expected.txt. |
| * web-platform-tests/css/css-flexbox/relayout-align-items.html: Renamed from LayoutTests/css3/flexbox/relayout-align-items.html. |
| * web-platform-tests/css/css-flexbox/relayout-image-load-expected.txt: Added. |
| * web-platform-tests/css/css-flexbox/relayout-image-load.html: Added. |
| * web-platform-tests/css/css-flexbox/scrollbars-auto-expected.html: Renamed from LayoutTests/css3/flexbox/scrollbars-auto-expected.html. |
| * web-platform-tests/css/css-flexbox/scrollbars-auto.html: Renamed from LayoutTests/css3/flexbox/scrollbars-auto.html. |
| * web-platform-tests/css/css-flexbox/scrollbars-expected.html: Renamed from LayoutTests/css3/flexbox/scrollbars-expected.html. |
| * web-platform-tests/css/css-flexbox/scrollbars.html: Renamed from LayoutTests/css3/flexbox/scrollbars.html. |
| * web-platform-tests/css/css-flexbox/select-element-zero-height-001-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/select-element-zero-height-001.html: Added. |
| * web-platform-tests/css/css-flexbox/select-element-zero-height-002-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/select-element-zero-height-002.html: Added. |
| * web-platform-tests/css/css-flexbox/shrinking-column-flexbox-expected.txt: Renamed from LayoutTests/css3/flexbox/shrinking-column-flexbox-expected.txt. |
| * web-platform-tests/css/css-flexbox/shrinking-column-flexbox.html: Renamed from LayoutTests/css3/flexbox/shrinking-column-flexbox.html. |
| * web-platform-tests/css/css-flexbox/stretch-after-sibling-size-change-expected.txt: Renamed from LayoutTests/css3/flexbox/stretch-after-sibling-size-change-expected.txt. |
| * web-platform-tests/css/css-flexbox/stretch-after-sibling-size-change.html: Added. |
| * web-platform-tests/css/css-flexbox/stretch-input-in-column-expected.html: Renamed from LayoutTests/css3/flexbox/stretch-input-in-column-expected.html. |
| * web-platform-tests/css/css-flexbox/stretch-input-in-column.html: Renamed from LayoutTests/css3/flexbox/stretch-input-in-column.html. |
| * web-platform-tests/css/css-flexbox/stretch-obeys-min-max-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/stretch-obeys-min-max-001.html: Added. |
| * web-platform-tests/css/css-flexbox/stretch-obeys-min-max-002-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/stretch-obeys-min-max-002.html: Added. |
| * web-platform-tests/css/css-flexbox/stretch-obeys-min-max-003-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/stretch-obeys-min-max-003.html: Added. |
| * web-platform-tests/css/css-flexbox/stretched-child-shrink-on-relayout-expected.txt: Renamed from LayoutTests/css3/flexbox/stretched-child-shrink-on-relayout-expected.txt. |
| * web-platform-tests/css/css-flexbox/stretched-child-shrink-on-relayout.html: Renamed from LayoutTests/css3/flexbox/stretched-child-shrink-on-relayout.html. |
| * web-platform-tests/css/css-flexbox/stretching-orthogonal-flows-expected.html: Renamed from LayoutTests/css3/flexbox/stretching-orthogonal-flows-expected.html. |
| * web-platform-tests/css/css-flexbox/stretching-orthogonal-flows.html: Added. |
| * web-platform-tests/css/css-flexbox/support/100x100-blue.png: Added. |
| * web-platform-tests/css/css-flexbox/support/100x100-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/10x10-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/1x1-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/1x1-lime.png: Added. |
| * web-platform-tests/css/css-flexbox/support/1x1-maroon.png: Added. |
| * web-platform-tests/css/css-flexbox/support/1x1-navy.png: Added. |
| * web-platform-tests/css/css-flexbox/support/1x1-red.png: Added. |
| * web-platform-tests/css/css-flexbox/support/1x1-white.png: Added. |
| * web-platform-tests/css/css-flexbox/support/200x200-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/20x50-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/300x150-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/60x60-gg-rr.png: Added. |
| * web-platform-tests/css/css-flexbox/support/60x60-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/README: Added. |
| * web-platform-tests/css/css-flexbox/support/a-green.css: Added. |
| (.a): |
| * web-platform-tests/css/css-flexbox/support/b-green.css: Added. |
| (.b): |
| * web-platform-tests/css/css-flexbox/support/c-red.css: Added. |
| (.c): |
| * web-platform-tests/css/css-flexbox/support/cat.png: Added. |
| * web-platform-tests/css/css-flexbox/support/flexbox.css: Added. |
| (.flexbox): |
| (.inline-flexbox): |
| (.flex-none): |
| (.flex-auto): |
| (.flex-one): |
| (.flex-one-one-auto): |
| (.row): |
| (.row-reverse): |
| (.column): |
| (.column-reverse): |
| (.wrap): |
| (.wrap-reverse): |
| (.align-content-flex-start): |
| (.align-content-flex-end): |
| (.align-content-center): |
| (.align-content-space-between): |
| (.align-content-space-around): |
| (.align-content-stretch): |
| (.align-items-flex-start): |
| (.align-items-flex-end): |
| (.align-items-center): |
| (.align-items-baseline): |
| (.align-items-stretch): |
| (.align-self-auto): |
| (.align-self-flex-start): |
| (.align-self-flex-end): |
| (.align-self-center): |
| (.align-self-baseline): |
| (.align-self-stretch): |
| (.justify-content-flex-start): |
| (.justify-content-flex-end): |
| (.justify-content-center): |
| (.justify-content-space-between): |
| (.justify-content-space-around): |
| * web-platform-tests/css/css-flexbox/support/import-green.css: Added. |
| (.import): |
| * web-platform-tests/css/css-flexbox/support/import-red.css: Added. |
| (.import): |
| * web-platform-tests/css/css-flexbox/support/pattern-grg-rgr-grg.png: Added. |
| * web-platform-tests/css/css-flexbox/support/pattern-grg-rrg-rgg.png: Added. |
| * web-platform-tests/css/css-flexbox/support/pattern-rgr-grg-rgr.png: Added. |
| * web-platform-tests/css/css-flexbox/support/pattern-tr.png: Added. |
| * web-platform-tests/css/css-flexbox/support/ruler-h-50px.png: Added. |
| * web-platform-tests/css/css-flexbox/support/ruler-v-100px.png: Added. |
| * web-platform-tests/css/css-flexbox/support/ruler-v-50px.png: Added. |
| * web-platform-tests/css/css-flexbox/support/scrollbars.js: Added. |
| (createLeafNode): |
| (createContentNode): |
| (createContainerNode): |
| (createContainerRow): |
| * web-platform-tests/css/css-flexbox/support/solidblue.png: Added. |
| * web-platform-tests/css/css-flexbox/support/square-purple.png: Added. |
| * web-platform-tests/css/css-flexbox/support/square-teal.png: Added. |
| * web-platform-tests/css/css-flexbox/support/square-white.png: Added. |
| * web-platform-tests/css/css-flexbox/support/support/README: Added. |
| * web-platform-tests/css/css-flexbox/support/support/swatch-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/support/swatch-red.png: Added. |
| * web-platform-tests/css/css-flexbox/support/support/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-blue.png: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-green.png: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-lime.png: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-orange.png: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-red.png: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-teal.png: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-white.png: Added. |
| * web-platform-tests/css/css-flexbox/support/swatch-yellow.png: Added. |
| * web-platform-tests/css/css-flexbox/support/test-bl.png: Added. |
| * web-platform-tests/css/css-flexbox/support/test-br.png: Added. |
| * web-platform-tests/css/css-flexbox/support/test-inner-half-size.png: Added. |
| * web-platform-tests/css/css-flexbox/support/test-outer.png: Added. |
| * web-platform-tests/css/css-flexbox/support/test-style.css: Added. |
| (#test01, #test02, #test03): |
| (#test): |
| (#test01): |
| (#test02): |
| (#test03): |
| * web-platform-tests/css/css-flexbox/support/test-tl.png: Added. |
| * web-platform-tests/css/css-flexbox/support/test-tr.png: Added. |
| * web-platform-tests/css/css-flexbox/support/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/svg-root-as-flex-item-001-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/svg-root-as-flex-item-001.html: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-auto-min-width-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-auto-min-width.html: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-change-cell-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-change-cell.html: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-cross-size-expected.txt: Renamed from LayoutTests/css3/flexbox/stretch-table-child-expected.txt. |
| * web-platform-tests/css/css-flexbox/table-as-item-cross-size.html: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-fixed-min-width-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-fixed-min-width.html: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-narrow-content-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-narrow-content.html: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-wide-content-expected.xht: Added. |
| * web-platform-tests/css/css-flexbox/table-as-item-wide-content.html: Added. |
| * web-platform-tests/css/css-flexbox/table-with-infinite-max-intrinsic-width-expected.html: Added. |
| * web-platform-tests/css/css-flexbox/table-with-infinite-max-intrinsic-width.html: Added. |
| * web-platform-tests/css/css-flexbox/text-overflow-on-flexbox-001-expected.html: Renamed from LayoutTests/imported/blink/css3/flexbox/text-overflow-on-flexbox.html. |
| * web-platform-tests/css/css-flexbox/text-overflow-on-flexbox-001.html: Renamed from LayoutTests/css3/flexbox/text-overflow-on-flexbox.html. |
| * web-platform-tests/css/css-flexbox/w3c-import.log: Added. |
| * web-platform-tests/css/css-flexbox/whitespace-in-flexitem-001-expected.html: Renamed from LayoutTests/css3/flexbox/whitespace-in-flexitem-expected.html. |
| * web-platform-tests/css/css-flexbox/whitespace-in-flexitem-001.html: Added. |
| |
| 2020-05-18 Oriol Brufau <obrufau@igalia.com> |
| |
| [css-grid] Clear the override width for computing percent margins |
| https://bugs.webkit.org/show_bug.cgi?id=209461 |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| Import new WPT tests and update existing ones. |
| |
| * web-platform-tests/css/css-grid/grid-definition/grid-minimum-contribution-with-percentages-expected.txt: |
| * web-platform-tests/css/css-grid/grid-items/grid-item-dynamic-min-contribution-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-item-dynamic-min-contribution-001.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-003-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-004-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-004.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-005-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-005.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-006-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-006.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-007-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-007.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-008-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-008.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-009-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-009.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-010-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-010.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-011-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-011.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-012-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-012.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-013-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-013.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-014-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-014.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-lr-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-lr-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-003-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-003.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-004-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-004.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-005-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-005.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-006-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-006.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-007-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-007.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-008-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-008.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-009-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-009.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-010-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-010.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-011-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-011.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-012-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-012.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-013-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-013.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-014-expected.xht: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-014.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-lr-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-lr-002.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-rl-001.html: |
| * web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-vertical-rl-002.html: |
| * web-platform-tests/css/css-grid/grid-items/w3c-import.log: |
| |
| 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. |
| |
| Sync fetch/api/redirect (ba2e4f92). |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/fetch/api/redirect/redirect-count.any.js: |
| (redirectCount): |
| * web-platform-tests/fetch/api/redirect/redirect-empty-location.any.js: |
| * web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any-expected.txt: Added. |
| * web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.html: Added. |
| * web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.js: Added. |
| (redirectLocation): |
| * web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker-expected.txt: Added. |
| * web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker.html: Added. |
| * web-platform-tests/fetch/api/redirect/redirect-location.any.js: |
| (redirectLocation): |
| * web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-method.any.js: |
| (redirectMethod): |
| * web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-mode.any.js: |
| (testRedirect): |
| * web-platform-tests/fetch/api/redirect/redirect-origin.any-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-origin.any.js: |
| (testOriginAfterRedirection): |
| * web-platform-tests/fetch/api/redirect/redirect-origin.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-referrer.any.js: |
| * web-platform-tests/fetch/api/redirect/redirect-schemes.html: |
| * web-platform-tests/fetch/api/redirect/redirect-to-dataurl.any.js: |
| (redirectDataURL): |
| * web-platform-tests/fetch/api/redirect/w3c-import.log: |
| * web-platform-tests/fetch/api/resources/keepalive-iframe.html: |
| * web-platform-tests/fetch/api/resources/method.py: |
| (main): |
| * web-platform-tests/fetch/api/resources/preflight.py: |
| (main): |
| * web-platform-tests/fetch/api/resources/redirect.py: |
| (main): |
| * web-platform-tests/fetch/api/resources/stash-put.py: |
| (main): |
| * web-platform-tests/fetch/api/resources/trickle.py: |
| |
| 2020-05-15 Oriol Brufau <obrufau@igalia.com> |
| |
| [css-grid] Treat percentages as auto for the minimum contribution |
| https://bugs.webkit.org/show_bug.cgi?id=195967 |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| Import WPT test. |
| |
| * web-platform-tests/css/css-grid/grid-definition/grid-minimum-contribution-with-percentages-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-minimum-contribution-with-percentages.html: Added. |
| * web-platform-tests/css/css-grid/grid-definition/w3c-import.log: |
| |
| 2020-05-15 Alex Christensen <achristensen@webkit.org> |
| |
| Make host parser fail on ^ |
| https://bugs.webkit.org/show_bug.cgi?id=211901 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * web-platform-tests/url/a-element-expected.txt: |
| * web-platform-tests/url/a-element-origin-expected.txt: |
| * web-platform-tests/url/a-element-origin-xhtml-expected.txt: |
| * web-platform-tests/url/a-element-xhtml-expected.txt: |
| * web-platform-tests/url/failure-expected.txt: |
| * web-platform-tests/url/url-constructor-expected.txt: |
| * web-platform-tests/url/url-origin-expected.txt: |
| * web-platform-tests/url/urltestdata.json: |
| |
| 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. |
| |
| * web-platform-tests/custom-elements/Document-createElement-expected.txt: |
| * web-platform-tests/custom-elements/Document-createElementNS-expected.txt: |
| * web-platform-tests/custom-elements/HTMLElement-constructor-expected.txt: |
| * web-platform-tests/custom-elements/builtin-coverage-expected.txt: |
| * web-platform-tests/custom-elements/htmlconstructor/newtarget-expected.txt: |
| * web-platform-tests/custom-elements/parser/serializing-html-fragments-expected.txt: |
| * web-platform-tests/custom-elements/upgrading/Document-importNode-expected.txt: |
| * web-platform-tests/custom-elements/upgrading/Node-cloneNode-expected.txt: |
| * web-platform-tests/shadow-dom/Element-interface-attachShadow-custom-element-expected.txt: |
| |
| 2020-05-12 Youenn Fablet <youenn@apple.com> |
| |
| Introduce a RealtimeMediaSource video sample observer |
| https://bugs.webkit.org/show_bug.cgi?id=211718 |
| |
| Reviewed by Eric Carlson. |
| |
| * web-platform-tests/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https-expected.txt: |
| Drive-by fix, since we are now receiving samples but not rendering them when track is not enabled, the loadeddata event is fired appropriately. |
| Update MediaPlayerPrivateMediaStreamAVFObjC::currentDisplayMode to return PaintItBlack in that case. |
| |
| 2020-05-11 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Document.getAnimations() should only consider document connection and not timeline association |
| https://bugs.webkit.org/show_bug.cgi?id=211697 |
| |
| Reviewed by Dean Jackson. |
| |
| Mark two additional WPT tests as PASS. |
| |
| * web-platform-tests/web-animations/interfaces/DocumentOrShadowRoot/getAnimations-expected.txt: |
| |
| 2020-05-10 Rob Buis <rbuis@igalia.com> |
| |
| Fix base64.any.html test |
| https://bugs.webkit.org/show_bug.cgi?id=211671 |
| |
| Reviewed by Darin Adler. |
| |
| Update improved test expectation. |
| |
| * web-platform-tests/fetch/data-urls/base64.any-expected.txt: |
| * web-platform-tests/fetch/data-urls/base64.any.worker-expected.txt: |
| |
| 2020-05-10 Rob Buis <rbuis@igalia.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 |
| |
| Reviewed by Darin Adler. |
| |
| Since it is difficult to estimate when the revalidations are received |
| in relation to the frame loads, add two polling loops to make sure |
| revalidations have been received before proceding with the next |
| test step. This is similar to what fetch.html does. |
| |
| * web-platform-tests/fetch/stale-while-revalidate/frame-removal.html: |
| * web-platform-tests/fetch/stale-while-revalidate/resources/stale-frame.py: |
| (main): |
| |
| 2020-05-09 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> |
| |
| Fix wpt shadow-dom/slots-fallback-in-document.html |
| https://bugs.webkit.org/show_bug.cgi?id=211640 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| By specs, HTMLSlotElement.assignedNodes() should not count children of |
| a slot in a document tree for flattened assigned nodes. |
| |
| https://html.spec.whatwg.org/multipage/scripting.html#dom-slot-assignednodes |
| https://dom.spec.whatwg.org/#find-flattened-slotables |
| |
| As sideeffect, this patch also fix wpt |
| shadow-dom/slots-outside-shadow-dom-expected.html |
| |
| * web-platform-tests/shadow-dom/slots-fallback-in-document-expected.txt: |
| * web-platform-tests/shadow-dom/slots-outside-shadow-dom-expected.txt: |
| |
| |
| 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. |
| |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming: Removed. |
| |
| 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. |
| |
| Updated test expectations for new behavior. |
| |
| * ios-wk2/imported/w3c/web-platform-tests/web-share/canShare-files.https-expected.txt : |
| * mac-wk2/imported/w3c/web-platform-tests/web-share/canShare-files.https-expected.txt : |
| |
| 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 Rob Buis <rbuis@igalia.com> |
| |
| Fix urlsearchparams-delete.html |
| https://bugs.webkit.org/show_bug.cgi?id=211456 |
| |
| Reviewed by Daniel Bates. |
| |
| Update improved test expectation. |
| |
| * web-platform-tests/url/urlsearchparams-delete-expected.txt: |
| |
| 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. |
| |
| * resources/WebIDLParser.js: Removed. |
| * web-platform-tests/dom/nodes/Document-createEvent-expected.txt: Removed. |
| * web-platform-tests/html/dom/interfaces-expected.txt: Removed. |
| * web-platform-tests/html/dom/interfaces.worker-expected.txt: Removed. |
| * web-platform-tests/html/dom/interfaces.worker.html: Removed. |
| |
| 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. |
| |
| * web-platform-tests/webxr/xrDevice_isSessionSupported_immersive.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_isSessionSupported_immersive_unsupported.https-expected.txt: Added. |
| * web-platform-tests/webxr/xrDevice_isSessionSupported_inline.https-expected.txt: Added. |
| |
| 2020-05-05 Antoine Quint <graouts@apple.com> |
| |
| Fix animation ordering to make imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative.html pass |
| https://bugs.webkit.org/show_bug.cgi?id=211468 |
| <rdar://problem/62732578> |
| |
| Reviewed by David Kilzer. |
| |
| Mark the final two failures in imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative.html as PASS. |
| |
| * web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/url/url-setters-expected.txt: |
| |
| 2020-05-05 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Update two svg tests from WPT |
| https://bugs.webkit.org/show_bug.cgi?id=211331 |
| <rdar://problem/61844271> |
| |
| Unreviewed. |
| |
| Apply https://github.com/web-platform-tests/wpt/commit/51151cf5bfc32adb8d96fca51a30c126d1e0200d |
| to our own tree. |
| |
| * platform/mac/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: |
| * platform/mac/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: |
| * web-platform-tests/svg/import/pservers-grad-08-b-manual.svg: |
| * web-platform-tests/svg/import/text-altglyph-01-b-manual.svg: |
| |
| 2020-05-05 Rob Buis <rbuis@igalia.com> |
| |
| A URL cannot have a username/password/port if its host is null |
| https://bugs.webkit.org/show_bug.cgi?id=211358 |
| |
| Reviewed by Darin Adler. |
| |
| Update improved test results. |
| |
| * web-platform-tests/url/url-setters-expected.txt: |
| |
| 2020-05-05 Alexey Shvayka <shvaikalesh@gmail.com> |
| |
| Object.prototype.toString is not spec-perfect |
| https://bugs.webkit.org/show_bug.cgi?id=199138 |
| |
| Reviewed by Darin Adler and Keith Miller. |
| |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-interface.any-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-interface.any.worker-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.worker-expected.txt: |
| |
| 2020-05-04 Yusuke Suzuki <ysuzuki@apple.com> |
| |
| [JSC] Add @@toStringTag to WebAssembly.Global |
| https://bugs.webkit.org/show_bug.cgi?id=211372 |
| |
| Reviewed by Sam Weinig. |
| |
| * web-platform-tests/wasm/jsapi/global/toString.any-expected.txt: |
| * web-platform-tests/wasm/jsapi/global/toString.any.worker-expected.txt: |
| |
| 2020-05-04 Emilio Cobos Álvarez <emilio@crisal.io> |
| |
| Put lh / rlh units behind a flag until bug 211351 is sorted out. |
| https://bugs.webkit.org/show_bug.cgi?id=211356 |
| |
| Reviewed by Antti Koivisto. |
| |
| * web-platform-tests/css/css-values/lh-rlh-on-root-001.html: Enable the flag in relevant tests. |
| * web-platform-tests/css/css-values/lh-unit-001.html: |
| * web-platform-tests/css/css-values/lh-unit-002.html: |
| |
| 2020-05-03 Rob Buis <rbuis@igalia.com> |
| |
| atob() should not accept a vertical tab |
| https://bugs.webkit.org/show_bug.cgi?id=184529 |
| |
| Reviewed by Darin Adler. |
| |
| Update improved test expectations. |
| |
| * web-platform-tests/fetch/data-urls/base64.any-expected.txt: |
| * web-platform-tests/fetch/data-urls/base64.any.worker-expected.txt: |
| * web-platform-tests/fetch/data-urls/resources/base64.json: Add test for unicode whitespace. |
| * web-platform-tests/html/webappapis/atob/base64-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/css/css-animations/parsing/animation-timing-function-computed-expected.txt: |
| * web-platform-tests/css/css-animations/parsing/animation-timing-function-valid-expected.txt: |
| * web-platform-tests/css/css-easing/step-timing-functions-output-expected.txt: |
| * web-platform-tests/css/css-easing/step-timing-functions-syntax-expected.txt: |
| * web-platform-tests/css/css-transitions/parsing/transition-timing-function-computed-expected.txt: |
| * web-platform-tests/css/css-transitions/parsing/transition-timing-function-valid-expected.txt: |
| * web-platform-tests/web-animations/timing-model/time-transformations/transformed-progress-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-interface.any-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-interface.any.worker-expected.txt: |
| * web-platform-tests/WebIDL/ecmascript-binding/class-string-named-properties-object.window-expected.txt: |
| * web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt: |
| * web-platform-tests/html/browsers/the-window-object/window-prototype-chain.html: WPT revision: 50417942bbfe. |
| * web-platform-tests/wasm/jsapi/instance/toString.any-expected.txt: |
| * web-platform-tests/wasm/jsapi/instance/toString.any.worker-expected.txt: |
| * web-platform-tests/wasm/jsapi/memory/toString.any-expected.txt: |
| * web-platform-tests/wasm/jsapi/memory/toString.any.worker-expected.txt: |
| * web-platform-tests/wasm/jsapi/module/toString.any-expected.txt: |
| * web-platform-tests/wasm/jsapi/module/toString.any.worker-expected.txt: |
| * web-platform-tests/wasm/jsapi/table/toString.any-expected.txt: |
| * web-platform-tests/wasm/jsapi/table/toString.any.worker-expected.txt: |
| |
| 2020-04-30 Sergio Villar Senin <svillar@igalia.com> |
| |
| [WebXR] Import latest changes from webxr/resources in tests |
| https://bugs.webkit.org/show_bug.cgi?id=211129 |
| |
| Reviewed by Žan Doberšek. |
| |
| The code in webxr_utils.js had some engine detecting code that was not |
| working, and thus was unconditionally loading Chromium-only resources when |
| running tests with other engines (as WebKit). I fixed it upstream in |
| https://github.com/web-platform-tests/wpt/pull/23200 and now I'm importing it |
| along with a recent fix in webxr_test_constants.js. |
| |
| * web-platform-tests/webxr/resources/webxr_test_constants.js: Reverse position. |
| * web-platform-tests/webxr/resources/webxr_util.js: |
| (xr_promise_test): Properly detect browser engines. |
| |
| 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. |
| |
| Imported paint timing tests that don't require first-paint. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/paint-timing: Added. |
| * web-platform-tests/paint-timing/fcp-only: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-background-size-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-background-size.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-bg-image-set-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-bg-image-set.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-bg-image-two-steps-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-bg-image-two-steps.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-canvas-context-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-canvas-context.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-gradient-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-gradient.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-3d-rotate-descendant-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-3d-rotate-descendant.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-3d-rotate-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-3d-rotate.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-scale-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-scale-transition-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-scale-transition.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-scale.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-text-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-invisible-text.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-opacity-descendant-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-opacity-descendant.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-opacity-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-opacity.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-out-of-bounds-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-out-of-bounds-translate-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-out-of-bounds-translate.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-out-of-bounds.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-display-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-display.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-image-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-image.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-opacity-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-opacity.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-text-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-text.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-visibility-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-pseudo-element-visibility.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-svg-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-svg.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-text-input-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-text-input.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-typographic-pseudo-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-typographic-pseudo.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-video-frame-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-video-frame.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-video-poster-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-video-poster.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-whitespace-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-whitespace.html: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-with-rtl-expected.txt: Added. |
| * web-platform-tests/paint-timing/fcp-only/fcp-with-rtl.html: Added. |
| * web-platform-tests/paint-timing/resources: Added. |
| * web-platform-tests/paint-timing/resources/circle.svg: Added. |
| * web-platform-tests/paint-timing/resources/circles.png: Added. |
| * web-platform-tests/paint-timing/resources/subframe-painting.html: Added. |
| * web-platform-tests/paint-timing/resources/subframe-sending-paint.html: Added. |
| * web-platform-tests/paint-timing/resources/utils.js: Added. |
| (waitForAnimationFrames): |
| (async assertNoFirstContentfulPaint): |
| (async assertFirstContentfulPaint.return.new.Promise): |
| (async assertFirstContentfulPaint): |
| (async test_fcp): |
| |
| 2020-04-26 Alexey Shvayka <shvaikalesh@gmail.com> |
| |
| InternalFunction::createSubclassStructure should use newTarget's globalObject |
| https://bugs.webkit.org/show_bug.cgi?id=202599 |
| |
| Reviewed by Yusuke Suzuki. |
| |
| * web-platform-tests/WebIDL/ecmascript-binding/constructors-expected.txt: |
| * web-platform-tests/custom-elements/htmlconstructor/newtarget-expected.txt: |
| * web-platform-tests/wasm/jsapi/proto-from-ctor-realm-expected.txt: |
| |
| 2020-04-25 Darin Adler <darin@apple.com> |
| |
| Move URL to use StringView when returning substrings of the URL |
| https://bugs.webkit.org/show_bug.cgi?id=210431 |
| |
| Reviewed by Anders Carlsson. |
| |
| * web-platform-tests/url/url-setters-expected.txt: Updated expected results for progression in |
| correct behavior when port numbers are >65535. I didn't originally intend to make this improvement, |
| but it fell out naturally from the refactoring changes. |
| |
| 2020-04-24 Alexey Shvayka <shvaikalesh@gmail.com> |
| |
| Fix WASM Error classes and re-sync wpt/wasm/jsapi from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=210980 |
| |
| Reviewed by Keith Miller. |
| |
| web-platform-tests revision: 028bd8650758 |
| |
| * web-platform-tests/wasm/jsapi/*: Updated. |
| |
| 2020-04-24 David Kilzer <ddkilzer@apple.com> |
| |
| REGRESSION (r223327): Remove merge conflict file |
| |
| * web-platform-tests/webrtc/simplecall.html.orig: Remove. |
| |
| 2020-04-24 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Ensure calling Web Animations APIs override future CSS Animations style properties |
| https://bugs.webkit.org/show_bug.cgi?id=210988 |
| |
| Reviewed by Dean Jackson. |
| |
| Mark all WPT tests related to Web Animations APIs overrides for CSS Animations as PASS, save for one |
| failing assertion which is caused by AnimationTimeline::updateCSSAnimations() not updating the animation |
| when the underlying @keyframes rule changed. This is due to Animation::animationsMatch() not checking on |
| the actual keyframes, tracked by webkit.org/b/210989. |
| |
| * web-platform-tests/css/css-animations/AnimationEffect-updateTiming.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/CSSAnimation-effect.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/CSSAnimation-pausing.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/KeyframeEffect-setKeyframes.tentative-expected.txt: |
| |
| 2020-04-24 Alexey Shvayka <shvaikalesh@gmail.com> |
| |
| Re-sync wpt/WebIDL/ecmascript-binding and wpt/custom-elements/htmlconstructor from upstream |
| https://bugs.webkit.org/show_bug.cgi?id=210984 |
| |
| Reviewed by Darin Adler. |
| |
| web-platform-tests revision: 39e9c51041a1 |
| |
| * web-platform-tests/WebIDL/ecmascript-binding/*: Updated. |
| * web-platform-tests/custom-elements/htmlconstructor/*: Updated. |
| |
| 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. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/css/css-animations/AnimationEffect-updateTiming.tentative-expected.txt: Added. |
| * web-platform-tests/css/css-animations/AnimationEffect-updateTiming.tentative.html: Added. |
| * web-platform-tests/css/css-animations/CSSAnimation-compositeOrder.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/CSSAnimation-compositeOrder.tentative.html: |
| * web-platform-tests/css/css-animations/CSSAnimation-effect.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/CSSAnimation-effect.tentative.html: |
| * web-platform-tests/css/css-animations/CSSAnimation-finished.tentative.html: |
| * web-platform-tests/css/css-animations/CSSAnimation-pausing.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/CSSAnimation-pausing.tentative.html: |
| * web-platform-tests/css/css-animations/CSSAnimation-ready.tentative.html: |
| * web-platform-tests/css/css-animations/Document-getAnimations.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/Document-getAnimations.tentative.html: |
| * web-platform-tests/css/css-animations/KeyframeEffect-getKeyframes.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/KeyframeEffect-getKeyframes.tentative.html: |
| * web-platform-tests/css/css-animations/KeyframeEffect-setKeyframes.tentative-expected.txt: Added. |
| * web-platform-tests/css/css-animations/KeyframeEffect-setKeyframes.tentative.html: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-001.html: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-002-expected.txt: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-002.html: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-003-expected.txt: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-003.html: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-004-expected.txt: Added. |
| * web-platform-tests/css/css-animations/animation-base-response-004.html: Added. |
| * web-platform-tests/css/css-animations/animation-important-001-expected.txt: Added. |
| * web-platform-tests/css/css-animations/animation-important-001.html: Added. |
| * web-platform-tests/css/css-animations/animation-important-002-expected.html: Added. |
| * web-platform-tests/css/css-animations/animation-important-002.html: Added. |
| * web-platform-tests/css/css-animations/event-dispatch.tentative.html: |
| * web-platform-tests/css/css-animations/event-order.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/event-order.tentative.html: |
| * web-platform-tests/css/css-animations/historical.html: |
| * web-platform-tests/css/css-animations/keyframes-remove-documentElement-crash-expected.txt: Removed. |
| * web-platform-tests/css/css-animations/support/testcommon.js: |
| (assert_frames_equal): |
| (assert_frame_lists_equal): |
| * web-platform-tests/css/css-animations/w3c-import.log: |
| |
| 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. |
| |
| Import fetch/stale-while-revalidate/fetch.html to try to fix |
| flakiness (see https://bugs.webkit.org/show_bug.cgi?id=207230). |
| |
| * web-platform-tests/fetch/stale-while-revalidate/fetch.html: |
| |
| 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. |
| |
| * web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt: |
| * web-platform-tests/dom/events/Event-dispatch-redispatch.html: |
| |
| 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. |
| |
| Mark a new test as PASS which shows that we correctly perform a single microstask checkpoint when updating multiple timelines. |
| |
| * web-platform-tests/web-animations/timing-model/timelines/update-and-send-events-expected.txt: |
| |
| 2020-04-21 Sergio Villar Senin <svillar@igalia.com> |
| |
| Import latest changes from web-platform-test/webxr/resources to enable testing in WebKit |
| https://bugs.webkit.org/show_bug.cgi?id=210788 |
| |
| Reviewed by Žan Doberšek. |
| |
| We landed in wpt new code in webxr_utils.js to map internal.xrTest to |
| navigator.xr.test to be able to run WebXR WPT in WebKit. Import those changes |
| from upstream in order to be able to run the tests. |
| |
| Apart from that we take the chance to import the latest fixes to the |
| files in resources/ directory. |
| |
| * web-platform-tests/webxr/resources/webxr_test_constants.js: Updated. |
| * web-platform-tests/webxr/resources/webxr_test_constants_fake_world.js: |
| (createFakeWorld): Ditto. |
| * web-platform-tests/webxr/resources/webxr_util.js: Map internals.xrTest |
| to navigator.xr.test for WebKit browsers. |
| (xr_debug): Updated. |
| (async xr_session_promise_test): Ditto. |
| (xr_promise_test): Deleted. |
| |
| 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. |
| |
| * web-platform-tests/webxr/idlharness.https.window-expected.txt: 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. |
| |
| * web-platform-tests/IndexedDB/bigint_value-expected.txt: |
| * web-platform-tests/html/infrastructure/safe-passing-of-structured-data/structured_clone_bigint-expected.txt: |
| |
| 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. |
| |
| Annotate the progressions. |
| |
| * web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt: |
| * web-platform-tests/css/cssom/getComputedStyle-logical-enumeration-expected.txt: |
| |
| |
| 2020-04-19 Emilio Cobos Álvarez <emilio@crisal.io> |
| |
| Fix the logic to decide whether a property is enumerated in a computed style declaration. |
| https://bugs.webkit.org/show_bug.cgi?id=210695 |
| |
| Reviewed by Antti Koivisto. |
| |
| Import the test from |
| https://github.com/web-platform-tests/wpt/pull/23088. One subtest is |
| failing, separate bug. |
| |
| * web-platform-tests/css/cssom/getComputedStyle-logical-enumeration-expected.txt: Added. |
| * web-platform-tests/css/cssom/getComputedStyle-logical-enumeration.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. |
| |
| * web-platform-tests/css/selectors/invalidation/where-expected.txt: |
| |
| 2020-04-17 Jason Lawrence <lawrence.j@apple.com> |
| |
| REGRESSION: (r260243) [ Mac and iOS ] imported/w3c/web-platform-tests/css/cssom-view/MediaQueryList-addListener-handleEvent.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=210655 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/css/cssom-view/MediaQueryList-addListener-handleEvent-expected.txt: |
| |
| 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. |
| |
| WPT tests are not reverted for now, just updating the expectations. |
| |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-flexible-lengths-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-grid-template-columns-rows-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-named-grid-lines-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-support-repeat-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-template-columns-rows-resolved-values-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-flexible-lengths-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-grid-template-columns-rows-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-named-grid-lines-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-support-repeat-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-definition/grid-template-columns-rows-resolved-values-001-expected.txt: |
| * web-platform-tests/css/css-grid/grid-layout-properties-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-columns-computed-withcontent-expected.txt: |
| * web-platform-tests/css/css-grid/parsing/grid-template-rows-computed-withcontent-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/css/cssom-view/MediaQueryList-addListener-handleEvent-expected.txt: |
| * web-platform-tests/css/cssom-view/MediaQueryList-addListener-removeListener-expected.txt: |
| * web-platform-tests/css/cssom-view/MediaQueryList-extends-EventTarget-expected.txt: |
| * web-platform-tests/css/cssom-view/MediaQueryList-extends-EventTarget-interop-expected.txt: |
| * web-platform-tests/css/cssom-view/MediaQueryListEvent-expected.txt: |
| * web-platform-tests/css/cssom-view/idlharness-expected.txt: |
| * web-platform-tests/css/cssom-view/matchMedia-expected.txt: |
| |
| 2020-04-15 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Add support for `pseudoElement` on `KeyframeEffect` and `KeyframeEffectOptions` |
| https://bugs.webkit.org/show_bug.cgi?id=207290 |
| <rdar://problem/59199003> |
| |
| Reviewed by Antti Koivisto. |
| |
| Mark 23 additional WPT tests as PASS. |
| |
| * web-platform-tests/css/css-animations/Document-getAnimations.tentative-expected.txt: |
| * web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: |
| * web-platform-tests/css/css-transitions/Document-getAnimations.tentative-expected.txt: |
| * web-platform-tests/web-animations/idlharness.window-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/commitStyles-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/style-change-events-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: |
| |
| 2020-04-14 Youenn Fablet <youenn@apple.com> |
| |
| Resync featurepolicy.js to fix WPT mediacapture-streams/MediaStream-default-feature-policy.https.html |
| https://bugs.webkit.org/show_bug.cgi?id=210482 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Update to upstream featureploicy.js to fix failure. |
| |
| * web-platform-tests/feature-policy/resources/featurepolicy.js: |
| (assert_feature_policy_supported): |
| (test_feature_in_iframe): |
| (test_allowed_feature_for_subframe): |
| (expect_reports): |
| * web-platform-tests/mediacapture-streams/MediaStream-default-feature-policy.https-expected.txt: |
| * web-platform-tests/xhr/xmlhttprequest-sync-default-feature-policy.sub-expected.txt: |
| |
| 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. |
| |
| * web-platform-tests/css/selectors/invalidation/is-expected.txt: |
| |
| 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 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. |
| |
| * web-platform-tests/css/selectors/invalidation/is-expected.txt: |
| |
| 2020-04-12 Antti Koivisto <antti@apple.com> |
| |
| Update imported/w3c/web-platform-tests/css/selectors/invalidation/is.html |
| https://bugs.webkit.org/show_bug.cgi?id=210418 |
| |
| Unreviewed. |
| |
| Also some other minor updates from syncing css/selectors from WPT repo. |
| |
| * web-platform-tests/css/selectors/invalidation/defined.html: |
| * web-platform-tests/css/selectors/invalidation/is-expected.txt: |
| |
| Specificify subtest is correctly FAIL. |
| |
| * web-platform-tests/css/selectors/invalidation/is.html: |
| * web-platform-tests/css/selectors/invalidation/selectorText-dynamic-001.html: |
| * web-platform-tests/css/selectors/invalidation/sheet-going-away-001.html: |
| * web-platform-tests/css/selectors/invalidation/sheet-going-away-002.html: |
| * web-platform-tests/css/selectors/x-pseudo-element.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. |
| |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: |
| * web-platform-tests/2dcontext/wide-gamut-canvas/canvas-createImageBitmap-e_srgb-expected.txt: |
| * web-platform-tests/2dcontext/wide-gamut-canvas/imageData-colorManagedBehavior-expected.txt: |
| * web-platform-tests/FileAPI/FileReader/workers-expected.txt: |
| * web-platform-tests/FileAPI/url/multi-global-origin-serialization.sub-expected.txt: |
| * web-platform-tests/FileAPI/url/sandboxed-iframe-expected.txt: |
| * web-platform-tests/IndexedDB/bigint_value-expected.txt: |
| * web-platform-tests/IndexedDB/fire-upgradeneeded-event-exception-expected.txt: |
| * web-platform-tests/IndexedDB/structured-clone.any-expected.txt: |
| * web-platform-tests/IndexedDB/structured-clone.any.worker-expected.txt: |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_bits-expected.txt: |
| * web-platform-tests/content-security-policy/navigation/to-javascript-parent-initiated-parent-csp-expected.txt: |
| * web-platform-tests/content-security-policy/navigation/to-javascript-url-script-src-expected.txt: |
| * web-platform-tests/content-security-policy/script-src-attr-elem/script-src-attr-allowed-src-blocked-expected.txt: |
| * web-platform-tests/content-security-policy/script-src-attr-elem/script-src-elem-allowed-src-blocked-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-1-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-3-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-7-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/hash-always-converted-to-utf-8/iso-8859-9-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/javascript-window-open-blocked-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/script-src-1_1-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/script-src-1_2-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/script-src-1_2_1-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/script-src-1_4_1-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/scriptnonce-and-scripthash.sub-expected.txt: |
| * web-platform-tests/content-security-policy/script-src/scriptnonce-ignore-unsafeinline.sub-expected.txt: |
| * web-platform-tests/content-security-policy/securitypolicyviolation/script-sample-expected.txt: |
| * web-platform-tests/content-security-policy/securitypolicyviolation/script-sample-no-opt-in-expected.txt: |
| * web-platform-tests/content-security-policy/securitypolicyviolation/style-sample-expected.txt: |
| * web-platform-tests/content-security-policy/securitypolicyviolation/style-sample-no-opt-in-expected.txt: |
| * web-platform-tests/content-security-policy/securitypolicyviolation/targeting-expected.txt: |
| * web-platform-tests/content-security-policy/style-src/inline-style-allowed-while-cloning-objects.sub-expected.txt: |
| * web-platform-tests/content-security-policy/style-src/style-src-error-event-fires-expected.txt: |
| * web-platform-tests/content-security-policy/style-src/style-src-inline-style-nonce-blocked-error-event-expected.txt: |
| * web-platform-tests/content-security-policy/style-src/stylehash-basic-blocked.sub-expected.txt: |
| * web-platform-tests/content-security-policy/style-src/stylenonce-allowed.sub-expected.txt: |
| * web-platform-tests/content-security-policy/style-src/stylenonce-blocked.sub-expected.txt: |
| * web-platform-tests/content-security-policy/svg/scripted-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_allowed-href-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_allowed-href_blank-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_allowed-window_location-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_allowed-window_open-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-href-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-href_blank-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-window_location-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_missing_unsafe_hashes-window_open-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-href-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-href_blank-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-window_location-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/javascript_src_denied_wrong_hash-window_open-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/script_event_handlers_allowed-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/script_event_handlers_denied_missing_unsafe_hashes-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/script_event_handlers_denied_wrong_hash-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/style_attribute_denied_missing_unsafe_hashes-expected.txt: |
| * web-platform-tests/content-security-policy/unsafe-hashes/style_attribute_denied_wrong_hash-expected.txt: |
| * web-platform-tests/css/css-animations/keyframes-remove-documentElement-crash-expected.txt: |
| * web-platform-tests/css/css-fonts/font-display/font-display-feature-policy-report-only.tentative-expected.txt: |
| * web-platform-tests/css/css-fonts/font-display/font-display-feature-policy-reporting.tentative-expected.txt: |
| * web-platform-tests/css/css-properties-values-api/typedom.tentative-expected.txt: |
| * web-platform-tests/css/css-properties-values-api/unit-cycles-expected.txt: |
| * web-platform-tests/css/css-shapes/spec-examples/shape-outside-018-expected.txt: |
| * web-platform-tests/css/css-values/viewport-units-css2-001-expected.txt: |
| * web-platform-tests/custom-elements/parser/parser-fallsback-to-unknown-element-expected.txt: |
| * web-platform-tests/custom-elements/upgrading/upgrading-enqueue-reactions-expected.txt: |
| * web-platform-tests/dom/events/Event-dispatch-throwing-expected.txt: |
| * web-platform-tests/dom/events/EventListener-handleEvent-expected.txt: |
| * web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt: |
| * web-platform-tests/domxpath/callback-interface-expected.txt: |
| * web-platform-tests/encoding/streams/decode-utf8.any.worker-expected.txt: |
| * web-platform-tests/encoding/streams/realms.window-expected.txt: |
| * web-platform-tests/fetch/api/basic/scheme-blob-expected.txt: |
| * web-platform-tests/fetch/api/basic/scheme-others-expected.txt: |
| * web-platform-tests/fetch/corb/script-js-mislabeled-as-html.sub-expected.txt: |
| * web-platform-tests/fetch/corb/style-css-with-json-parser-breaker.sub-expected.txt: |
| * web-platform-tests/fetch/sec-metadata/fetch.tentative.https.sub-expected.txt: |
| * web-platform-tests/fetch/sec-metadata/sharedworker.tentative.https.sub-expected.txt: |
| * web-platform-tests/fetch/sec-metadata/xslt.tentative.https.sub-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-global-scope-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-form-submit-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/unloading-documents/001-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt-and-unload-script-closeable-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/002-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/003-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/004-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/002-expected.txt: |
| * web-platform-tests/html/browsers/history/joint-session-history/joint-session-history-remove-iframe-expected.txt: |
| * web-platform-tests/html/browsers/history/the-location-interface/location-prototype-setting-same-origin-domain.sub-expected.txt: |
| * web-platform-tests/html/browsers/offline/appcache/appcache-iframe.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/appcache/workers/appcache-worker-expected.txt: |
| * web-platform-tests/html/browsers/offline/appcache/workers/appcache-worker.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/application-cache-api/api_status_idle.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/application-cache-api/api_swapcache_error.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_cached-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_cached.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_checking-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_checking.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_noupdate-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_noupdate.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_progress-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_progress.https-expected.txt: |
| * web-platform-tests/html/browsers/offline/manifest_url_check-expected.txt: |
| * web-platform-tests/html/browsers/offline/manifest_url_check.https.https-expected.txt: |
| * web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt: |
| * web-platform-tests/html/browsers/origin/origin-of-data-document-expected.txt: |
| * web-platform-tests/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter-expected.txt: |
| * web-platform-tests/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative-expected.txt: |
| * web-platform-tests/html/browsers/sandboxing/sandbox-new-execution-context-expected.txt: |
| * 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: |
| * web-platform-tests/html/browsers/the-window-object/window-open-noopener-expected.txt: |
| * web-platform-tests/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-same-origin-domain.sub-expected.txt: |
| * web-platform-tests/html/browsers/windows/nested-browsing-contexts/frameElement.sub-expected.txt: |
| * web-platform-tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts-expected.txt: |
| * web-platform-tests/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.sub-expected.txt: |
| * web-platform-tests/html/dom/documents/dom-tree-accessors/Document.currentScript-expected.txt: |
| * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1-expected.txt: |
| * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1-expected.txt: |
| * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1-expected.txt: |
| * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1-expected.txt: |
| * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1-expected.txt: |
| * web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame-expected.txt: |
| * web-platform-tests/html/dom/interfaces-expected.txt: |
| * web-platform-tests/html/dom/reflection-embedded-expected.txt: |
| * web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/broadcastchannel-success.https-expected.txt: |
| * web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-sharedworker-success.https-expected.txt: |
| * web-platform-tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-failure.https-expected.txt: |
| * web-platform-tests/html/infrastructure/safe-passing-of-structured-data/structured_clone_bigint-expected.txt: |
| * web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/utf-16le-expected.txt: |
| * web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/utf-8-expected.txt: |
| * web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251-expected.txt: |
| * web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252-expected.txt: |
| * web-platform-tests/html/rendering/non-replaced-elements/the-page/iframe-marginwidth-marginheight-expected.txt: |
| * web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1-expected.txt: |
| * web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2-expected.txt: |
| * web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/not-in-shadow-tree-expected.txt: |
| * web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/remove-from-document-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/srclang-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.canvas-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.canvas.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.canvas.redirect-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.image-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.image.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.drawImage.image.redirect-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.fillStyle-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.fillStyle.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.fillStyle.redirect-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.strokeStyle-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.strokeStyle.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.canvas.strokeStyle.redirect-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.cross.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.cross.redirect-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.fillStyle-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.fillStyle.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.fillStyle.redirect-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.strokeStyle-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.strokeStyle.cross-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.image.strokeStyle.redirect-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-embed-element/document-getters-return-null-for-cross-origin-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-frame-element/document-getters-return-null-for-cross-origin-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross-origin-to-whom.window-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/document-getters-return-null-for-cross-origin-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-1-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-2-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-3-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation_by_user_activation_without_user_gesture-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads.sub.tentative-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-1-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-2-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-3-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-4-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigate_ancestor-1-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/sandbox_011-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/sandbox_030-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-object-element/document-getters-return-null-for-cross-origin-expected.txt: |
| * web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt: |
| * web-platform-tests/html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_noopener-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/import-css-module-basic-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/css-module/utf8.tentative-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/data-url-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/execution-timing/067-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/execution-timing/083-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/execution-timing/084-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/execution-timing/127-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/execution-timing/128-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/execution-timing/130-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/module-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/module.tentative-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/parse-error-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/parse-error.tentative-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/utf8-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/utf8.tentative-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/choice-of-error-1-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/choice-of-error-3-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/compilation-error-1-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/compilation-error-2-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/credentials.sub-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/custom-element-exception-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-credentials.sub-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-classic-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-module-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/error-and-slow-dependency-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/error-type-2-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/error-type-3-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-1-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-2-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-3-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-4-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/inline-async-execorder-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/specifier-error-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/muted-errors.sub-expected.txt: |
| * web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-stream-003-expected.txt: |
| * web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-stream-004-expected.txt: |
| * web-platform-tests/html/syntax/parsing/html5lib_tests1-expected.txt: |
| * web-platform-tests/html/syntax/parsing/html5lib_tests11-expected.txt: |
| * web-platform-tests/html/syntax/parsing/html5lib_tests18-expected.txt: |
| * web-platform-tests/html/syntax/parsing/html5lib_tests7-expected.txt: |
| * web-platform-tests/html/syntax/parsing/html5lib_webkit01-expected.txt: |
| * web-platform-tests/html/webappapis/animation-frames/callback-exception-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/compile-event-handler-lexical-scopes-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/event-handler-processing-algorithm-error/worker-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/inline-event-handler-ordering-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.window-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once.window-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-keeps-position.window-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/addEventListener-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-data-url-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-attribute-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-body-onerror-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-same-origin-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-same-origin-with-hash-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-data-url-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-attribute-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-window-onerror-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-same-origin-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-same-origin-with-hash-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.sharedworker-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-parse-error-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error-throw-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-2-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-3-expected.txt: |
| * web-platform-tests/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4-expected.txt: |
| * web-platform-tests/html/webappapis/timers/negative-settimeout-expected.txt: |
| * web-platform-tests/mediacapture-streams/MediaStream-feature-policy-none.https-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_document_open-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_document_replaced-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_navigate_within_document-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_navigation_type_backforward-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_navigation_type_reload-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_redirect_server-expected.txt: |
| * web-platform-tests/navigation-timing/nav2_test_redirect_xserver-expected.txt: |
| * web-platform-tests/preload/link-header-preload-nonce-expected.txt: |
| * web-platform-tests/preload/onload-event-expected.txt: |
| * web-platform-tests/preload/preload-csp.sub-expected.txt: |
| * web-platform-tests/preload/preload-default-csp.sub-expected.txt: |
| * web-platform-tests/preload/single-download-preload-expected.txt: |
| * web-platform-tests/requestidlecallback/callback-exception-expected.txt: |
| * web-platform-tests/resource-timing/resource-timing-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_match_origin-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_match_wildcard-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_multi-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_multi_wildcard-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_null-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_origin-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_origin_uppercase-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_space-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_wildcard-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_zero-expected.txt: |
| * web-platform-tests/streams/byte-length-queuing-strategy.sharedworker-expected.txt: |
| * web-platform-tests/streams/count-queuing-strategy.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/close-propagation-backward.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/close-propagation-forward.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/error-propagation-backward-expected.txt: |
| * web-platform-tests/streams/piping/error-propagation-backward.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/error-propagation-forward-expected.txt: |
| * web-platform-tests/streams/piping/error-propagation-forward.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/flow-control.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/general-expected.txt: |
| * web-platform-tests/streams/piping/general.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/multiple-propagation.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/pipe-through.sharedworker-expected.txt: |
| * web-platform-tests/streams/piping/transform-streams.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/brand-checks.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/detached-buffers.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/general.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/properties.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/bad-strategies.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/bad-underlying-sources.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/brand-checks.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/cancel.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/count-queuing-strategy-integration.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/default-reader.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/floating-point-total-queue-size.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/garbage-collection.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/general.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/readable-stream-reader.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/tee.sharedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/templated.sharedworker-expected.txt: |
| * web-platform-tests/svg/animations/scripted/onhover-syncbases-expected.txt: |
| * web-platform-tests/svg/interact/scripted/tabindex-focus-flag-expected.txt: |
| * web-platform-tests/svg/path/error-handling/bounding-expected.txt: |
| * web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt: |
| * web-platform-tests/url/a-element-expected.txt: |
| * web-platform-tests/url/a-element-origin-expected.txt: |
| * web-platform-tests/url/a-element-origin-xhtml-expected.txt: |
| * web-platform-tests/url/a-element-xhtml-expected.txt: |
| * web-platform-tests/url/failure-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_clear_marks-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_clear_measures-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_entry_type-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_exists-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_mark-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_mark_and_measure_exception_when_invoke_with_timing_attributes-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_mark_and_measure_exception_when_invoke_without_parameter-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_mark_exceptions-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_mark_with_name_of_navigation_timing_optional_attribute-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_measure-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_measure_exceptions-expected.txt: |
| * web-platform-tests/user-timing/test_user_timing_measure_navigation_timing-expected.txt: |
| * web-platform-tests/webaudio/idlharness.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/retrospective-exponentialRampToValueAtTime-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueAtTime-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueCurveAtTime-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-addmodule-resolution.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-messageport.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-sample-rate.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-timing-info.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-channel-count.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-construction.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-disconnected-input.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-options.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input-non-default-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-channelsplitternode-interface/audiochannelsplitter-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-basic-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-onended-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-output-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-convolvernode-interface/convolution-mono-mono-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-convolvernode-interface/convolver-cascade-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-1-chan-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-2-chan-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-4-chan-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-delaynode-interface/delaynode-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-default-delay-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-delaynode-interface/no-dezippering-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-gainnode-interface/gain-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-gainnode-interface/no-dezippering-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-basic-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-getFrequencyResponse-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/distance-exponential-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/distance-inverse-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/distance-linear-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-equalpower-stereo-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-automation-position-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-distance-clamping-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower-stereo-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-rolloff-clamping-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/pannernode-basic-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-basic-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-expected.txt: |
| * web-platform-tests/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits-expected.txt: |
| * web-platform-tests/websockets/Create-blocked-port.any-expected.txt: |
| * web-platform-tests/workers/SharedWorker-detach-frame-in-error-event-expected.txt: |
| * web-platform-tests/workers/SharedWorker_dataUrl-expected.txt: |
| * web-platform-tests/workers/WorkerGlobalScope-close-expected.txt: |
| * web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_colno-expected.txt: |
| * web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_filename-expected.txt: |
| * web-platform-tests/workers/WorkerGlobalScope_ErrorEvent_message-expected.txt: |
| * web-platform-tests/workers/Worker_ErrorEvent_bubbles_cancelable-expected.txt: |
| * web-platform-tests/workers/Worker_ErrorEvent_error-expected.txt: |
| * web-platform-tests/workers/Worker_ErrorEvent_filename-expected.txt: |
| * web-platform-tests/workers/Worker_ErrorEvent_lineno-expected.txt: |
| * web-platform-tests/workers/Worker_ErrorEvent_message-expected.txt: |
| * web-platform-tests/workers/Worker_ErrorEvent_type-expected.txt: |
| * web-platform-tests/workers/baseurl/alpha/import-in-moduleworker-expected.txt: |
| * web-platform-tests/workers/baseurl/alpha/importScripts-in-sharedworker-expected.txt: |
| * web-platform-tests/workers/baseurl/alpha/sharedworker-expected.txt: |
| * web-platform-tests/workers/baseurl/alpha/sharedworker-in-worker-expected.txt: |
| * web-platform-tests/workers/baseurl/alpha/worker-expected.txt: |
| * web-platform-tests/workers/baseurl/alpha/worker-in-worker-expected.txt: |
| * web-platform-tests/workers/baseurl/alpha/xhr-in-sharedworker-expected.txt: |
| * web-platform-tests/workers/constructors/SharedWorker/URLMismatchError-expected.txt: |
| * web-platform-tests/workers/constructors/Worker/AbstractWorker.onerror-expected.txt: |
| * web-platform-tests/workers/data-url-shared-expected.txt: |
| * web-platform-tests/workers/interfaces/WorkerGlobalScope/location/redirect-sharedworker-expected.txt: |
| * web-platform-tests/workers/interfaces/WorkerGlobalScope/onerror/exception-in-onerror-expected.txt: |
| * web-platform-tests/workers/interfaces/WorkerUtils/importScripts/006-expected.txt: |
| * web-platform-tests/workers/modules/dedicated-worker-import-blob-url.any-expected.txt: |
| * web-platform-tests/workers/modules/dedicated-worker-import-failure-expected.txt: |
| * web-platform-tests/workers/modules/dedicated-worker-import-meta-expected.txt: |
| * web-platform-tests/workers/modules/dedicated-worker-import.any-expected.txt: |
| * web-platform-tests/workers/modules/dedicated-worker-options-credentials-expected.txt: |
| * web-platform-tests/workers/name-property-expected.txt: |
| * web-platform-tests/workers/semantics/multiple-workers/003-expected.txt: |
| * web-platform-tests/workers/semantics/multiple-workers/004-expected.txt: |
| * web-platform-tests/workers/semantics/multiple-workers/005-expected.txt: |
| * web-platform-tests/workers/semantics/multiple-workers/008-expected.txt: |
| * web-platform-tests/workers/semantics/structured-clone/shared-expected.txt: |
| * web-platform-tests/workers/shared-worker-name-via-options-expected.txt: |
| |
| == Rolled over to ChangeLog-2020-04-10 == |