| 2018-04-25 Youenn Fablet <youenn@apple.com> |
| |
| Make DocumentThreadableLoader error logging more consistent |
| https://bugs.webkit.org/show_bug.cgi?id=184853 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/XMLHttpRequest/access-control-basic-cors-safelisted-request-headers-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-basic-denied-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-basic-get-fail-non-simple-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-basic-non-cors-safelisted-content-type-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-basic-post-with-non-cors-safelisted-content-type-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-basic-preflight-denied-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-preflight-request-invalid-status-301-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-preflight-request-invalid-status-400-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-preflight-request-invalid-status-501-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-sandboxed-iframe-denied-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: |
| * web-platform-tests/XMLHttpRequest/send-non-same-origin-expected.txt: |
| * web-platform-tests/XMLHttpRequest/send-non-same-origin.sub-expected.txt: |
| * web-platform-tests/fetch/api/basic/mode-same-origin.any-expected.txt: |
| * web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt: |
| * web-platform-tests/fetch/api/basic/scheme-about.any.worker-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/api/cors/cors-basic.any-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-multiple-origins-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-origin.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-preflight-redirect.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-preflight-star.any-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-preflight-star.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-preflight-status.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-preflight.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-redirect-preflight.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-schemes-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-to-dataurl-expected.txt: |
| * web-platform-tests/fetch/api/request/request-keepalive-quota-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-event-redirect.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-fallback.https-expected.txt: |
| |
| 2018-04-25 Ms2ger <Ms2ger@igalia.com> |
| |
| imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-* LayoutTests are flaky failures |
| https://bugs.webkit.org/show_bug.cgi?id=182833 |
| |
| Reviewed by Carlos Alberto Lopez Perez. |
| |
| * web-platform-tests/2dcontext/imagebitmap/common.sub.js: ensure event handlers aren't garbage collected |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: update expectations |
| |
| 2018-04-24 John Wilander <wilander@apple.com> |
| |
| From-Origin: Support for 'same' and 'same-site' response header, nested frame origin check |
| https://bugs.webkit.org/show_bug.cgi?id=184560 |
| <rdar://problem/38901344> |
| |
| Reviewed by Youenn Fablet and Daniel Bates. |
| |
| This patch implements significant parts of https://github.com/whatwg/fetch/issues/687. |
| We consume the From-Origin response header and only load the resource if: |
| - The header is non-existent, empty, or invalid. |
| - The header specifies 'same' and the resource's origin matches the originating |
| document's origin and the origins up the frame tree. |
| - The header specifies 'same-site' and the resource's eTLD+1 matches the originating |
| document's eTLD+1 and the eTLD+1 of the documents up the frame tree. |
| |
| This feature is experimental and off by default. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt: |
| Removed console message since they are now suppressed. |
| |
| 2018-04-23 Ms2ger <Ms2ger@igalia.com> |
| |
| Avoid uninitialized memory read. |
| https://bugs.webkit.org/show_bug.cgi?id=184505 |
| <rdar://problem/39348325> |
| |
| Reviewed by Dean Jackson. |
| |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-bounds-expected.txt: Added. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-bounds.html: Added. |
| |
| 2018-04-20 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, rebaseline more tests after r230864. |
| |
| * web-platform-tests/domparsing/innerhtml-05-expected.txt: |
| * web-platform-tests/html/semantics/forms/form-submission-0/getactionurl-expected.txt: |
| |
| 2018-04-20 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, rebaseline more tests after r230864. |
| |
| * web-platform-tests/domparsing/innerhtml-05-expected.txt: |
| * web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt: |
| * web-platform-tests/html/semantics/forms/form-submission-0/getactionurl-expected.txt: |
| |
| 2018-04-20 Chris Nardi <cnardi@chromium.org> |
| |
| Update HSL/HSLA parsing to match CSS Color 4 |
| https://bugs.webkit.org/show_bug.cgi?id=180528 |
| <rdar://problem/35926675> |
| |
| Reviewed by Simon Fraser. |
| |
| CSS Color 4 had many changes to the HSL/HSLA functions, including allowing angles to be |
| specified as the hue, adding a comma optional syntax, making the two functions synonyms |
| so each function can take an alpha value, and allowing percent alpha values. This change |
| updates our behavior to match that, and updates the HSL to RGB algorithm. |
| |
| This change also updates the import of WPT css-color to test the changes. |
| |
| * canvas/2d.fillStyle.parse.invalid.hsl-5-expected.txt: |
| * web-platform-tests/css/css-color/OWNERS: Added. |
| * web-platform-tests/css/css-color/border-bottom-color-expected.xht: Added. |
| * web-platform-tests/css/css-color/border-bottom-color.xht: Added. |
| * web-platform-tests/css/css-color/border-left-color-expected.xht: Added. |
| * web-platform-tests/css/css-color/border-left-color.xht: Added. |
| * web-platform-tests/css/css-color/border-right-color-expected.xht: Added. |
| * web-platform-tests/css/css-color/border-right-color.xht: Added. |
| * web-platform-tests/css/css-color/border-top-color-expected.xht: Added. |
| * web-platform-tests/css/css-color/border-top-color.xht: Added. |
| * web-platform-tests/css/css-color/color-001-expected.html: Added. |
| * web-platform-tests/css/css-color/color-001.html: Added. |
| * web-platform-tests/css/css-color/color-002-expected.html: Added. |
| * web-platform-tests/css/css-color/color-002.html: Added. |
| * web-platform-tests/css/css-color/color-003-expected.html: Added. |
| * web-platform-tests/css/css-color/color-003.html: Added. |
| * web-platform-tests/css/css-color/currentcolor-001-expected.html: Added. |
| * web-platform-tests/css/css-color/currentcolor-001.html: Added. |
| * web-platform-tests/css/css-color/currentcolor-002-expected.html: Added. |
| * web-platform-tests/css/css-color/currentcolor-002.html: Added. |
| * web-platform-tests/css/css-color/hex-001-expected.html: Added. |
| * web-platform-tests/css/css-color/hex-001.html: Added. |
| * web-platform-tests/css/css-color/hex-002-expected.html: Added. |
| * web-platform-tests/css/css-color/hex-002.html: Added. |
| * web-platform-tests/css/css-color/hex-003-expected.html: Added. |
| * web-platform-tests/css/css-color/hex-003.html: Added. |
| * web-platform-tests/css/css-color/hex-004-expected.html: Added. |
| * web-platform-tests/css/css-color/hex-004.html: Added. |
| * web-platform-tests/css/css-color/hsl-001-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-001.html: Added. |
| * web-platform-tests/css/css-color/hsl-002-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-002.html: Added. |
| * web-platform-tests/css/css-color/hsl-003-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-003.html: Added. |
| * web-platform-tests/css/css-color/hsl-004-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-004.html: Added. |
| * web-platform-tests/css/css-color/hsl-005-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-005.html: Added. |
| * web-platform-tests/css/css-color/hsl-006-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-006.html: Added. |
| * web-platform-tests/css/css-color/hsl-007-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-007.html: Added. |
| * web-platform-tests/css/css-color/hsl-008-expected.html: Added. |
| * web-platform-tests/css/css-color/hsl-008.html: Added. |
| * web-platform-tests/css/css-color/hsla-001-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-001.html: Added. |
| * web-platform-tests/css/css-color/hsla-002-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-002.html: Added. |
| * web-platform-tests/css/css-color/hsla-003-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-003.html: Added. |
| * web-platform-tests/css/css-color/hsla-004-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-004.html: Added. |
| * web-platform-tests/css/css-color/hsla-005-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-005.html: Added. |
| * web-platform-tests/css/css-color/hsla-006-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-006.html: Added. |
| * web-platform-tests/css/css-color/hsla-007-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-007.html: Added. |
| * web-platform-tests/css/css-color/hsla-008-expected.html: Added. |
| * web-platform-tests/css/css-color/hsla-008.html: Added. |
| * web-platform-tests/css/css-color/htaccess: Added. |
| * web-platform-tests/css/css-color/lab-001-expected.html: Added. |
| * web-platform-tests/css/css-color/lab-001.html: Added. |
| * web-platform-tests/css/css-color/lab-002-expected.html: Added. |
| * web-platform-tests/css/css-color/lab-002.html: Added. |
| * web-platform-tests/css/css-color/lab-003-expected.html: Added. |
| * web-platform-tests/css/css-color/lab-003.html: Added. |
| * web-platform-tests/css/css-color/lab-004-expected.html: Added. |
| * web-platform-tests/css/css-color/lab-004.html: Added. |
| * web-platform-tests/css/css-color/lab-005-expected.html: Added. |
| * web-platform-tests/css/css-color/lab-005.html: Added. |
| * web-platform-tests/css/css-color/lab-006-expected.html: Added. |
| * web-platform-tests/css/css-color/lab-006.html: Added. |
| * web-platform-tests/css/css-color/lab-007-expected.html: Added. |
| * web-platform-tests/css/css-color/lab-007.html: Added. |
| * web-platform-tests/css/css-color/lch-001-expected.html: Added. |
| * web-platform-tests/css/css-color/lch-001.html: Added. |
| * web-platform-tests/css/css-color/lch-002-expected.html: Added. |
| * web-platform-tests/css/css-color/lch-002.html: Added. |
| * web-platform-tests/css/css-color/lch-003-expected.html: Added. |
| * web-platform-tests/css/css-color/lch-003.html: Added. |
| * web-platform-tests/css/css-color/lch-004-expected.html: Added. |
| * web-platform-tests/css/css-color/lch-004.html: Added. |
| * web-platform-tests/css/css-color/lch-005-expected.html: Added. |
| * web-platform-tests/css/css-color/lch-005.html: Added. |
| * web-platform-tests/css/css-color/lch-006-expected.html: Added. |
| * web-platform-tests/css/css-color/lch-006.html: Added. |
| * web-platform-tests/css/css-color/lch-007-expected.html: Added. |
| * web-platform-tests/css/css-color/lch-007.html: Added. |
| * web-platform-tests/css/css-color/named-001-expected.html: Added. |
| * web-platform-tests/css/css-color/named-001.html: Added. |
| * web-platform-tests/css/css-color/rgb-001-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-001.html: Added. |
| * web-platform-tests/css/css-color/rgb-002-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-002.html: Added. |
| * web-platform-tests/css/css-color/rgb-003-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-003.html: Added. |
| * web-platform-tests/css/css-color/rgb-004-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-004.html: Added. |
| * web-platform-tests/css/css-color/rgb-005-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-005.html: Added. |
| * web-platform-tests/css/css-color/rgb-006-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-006.html: Added. |
| * web-platform-tests/css/css-color/rgb-007-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-007.html: Added. |
| * web-platform-tests/css/css-color/rgb-008-expected.html: Added. |
| * web-platform-tests/css/css-color/rgb-008.html: Added. |
| * web-platform-tests/css/css-color/rgba-001-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-001.html: Added. |
| * web-platform-tests/css/css-color/rgba-002-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-002.html: Added. |
| * web-platform-tests/css/css-color/rgba-003-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-003.html: Added. |
| * web-platform-tests/css/css-color/rgba-004-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-004.html: Added. |
| * web-platform-tests/css/css-color/rgba-005-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-005.html: Added. |
| * web-platform-tests/css/css-color/rgba-006-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-006.html: Added. |
| * web-platform-tests/css/css-color/rgba-007-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-007.html: Added. |
| * web-platform-tests/css/css-color/rgba-008-expected.html: Added. |
| * web-platform-tests/css/css-color/rgba-008.html: Added. |
| * web-platform-tests/css/css-color/t31-color-currentColor-b.xht: |
| * web-platform-tests/css/css-color/t31-color-text-a-expected.xht: Added. |
| * web-platform-tests/css/css-color/t31-color-text-a.xht: Added. |
| * web-platform-tests/css/css-color/t32-opacity-basic-0.0-a-expected.html: Added. |
| * web-platform-tests/css/css-color/t32-opacity-basic-0.0-a.xht: Added. |
| * web-platform-tests/css/css-color/t32-opacity-basic-1.0-a-expected.html: Added. |
| * web-platform-tests/css/css-color/t32-opacity-basic-1.0-a.xht: Added. |
| * web-platform-tests/css/css-color/t32-opacity-clamping-0.0-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t32-opacity-clamping-0.0-b.xht: Added. |
| * web-platform-tests/css/css-color/t32-opacity-clamping-1.0-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t32-opacity-clamping-1.0-b.xht: Added. |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-b.xht: Added. |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-multiple-boxes-1-c.xht: |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-multiple-boxes-2-c.xht: |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-with-alpha-c-expected.html: Added. |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-with-alpha-c.xht: Added. |
| * web-platform-tests/css/css-color/t41-html4-keywords-a-expected.html: Added. |
| * web-platform-tests/css/css-color/t41-html4-keywords-a.xht: Added. |
| * web-platform-tests/css/css-color/t421-rgb-clip-outside-gamut-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t421-rgb-clip-outside-gamut-b.xht: Added. |
| * web-platform-tests/css/css-color/t421-rgb-func-int-a.xht: |
| * web-platform-tests/css/css-color/t421-rgb-func-no-mixed-f.xht: |
| * web-platform-tests/css/css-color/t421-rgb-func-pct-a.xht: |
| * web-platform-tests/css/css-color/t421-rgb-func-whitespace-b.xht: |
| * web-platform-tests/css/css-color/t421-rgb-hex-parsing-f.xht: |
| * web-platform-tests/css/css-color/t421-rgb-hex3-a.xht: |
| * web-platform-tests/css/css-color/t421-rgb-hex6-a.xht: |
| * web-platform-tests/css/css-color/t421-rgb-values-meaning-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t421-rgb-values-meaning-b.xht: Added. |
| * web-platform-tests/css/css-color/t422-rgba-a0.0-a-expected.html: Added. |
| * web-platform-tests/css/css-color/t422-rgba-a0.0-a.xht: Added. |
| * web-platform-tests/css/css-color/t422-rgba-a1.0-a.xht: |
| * web-platform-tests/css/css-color/t422-rgba-clamping-a0.0-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-clamping-a1.0-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-clip-outside-device-gamut-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-int-a.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-no-mixed-f.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-pct-a.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-whitespace-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-onscreen-multiple-boxes-c.xht: |
| * web-platform-tests/css/css-color/t422-rgba-values-meaning-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t422-rgba-values-meaning-b.xht: Added. |
| * web-platform-tests/css/css-color/t423-transparent-1-a.xht: |
| * web-platform-tests/css/css-color/t423-transparent-2-a.xht: |
| * web-platform-tests/css/css-color/t424-hsl-basic-a.xht: |
| * web-platform-tests/css/css-color/t424-hsl-clip-outside-gamut-b.xht: |
| * web-platform-tests/css/css-color/t424-hsl-h-rotating-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t424-hsl-h-rotating-b.xht: Added. |
| * web-platform-tests/css/css-color/t424-hsl-parsing-f.xht: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-1.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-10.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-11.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-12.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-13.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-14.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-15.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-2.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-3.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-4.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-5.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-6.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-7.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-8.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-9.html: |
| * web-platform-tests/css/css-color/t425-hsla-clip-outside-device-gamut-b.xht: |
| * web-platform-tests/css/css-color/t425-hsla-h-rotating-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t425-hsla-h-rotating-b.xht: Added. |
| * web-platform-tests/css/css-color/t425-hsla-onscreen-b-expected.html: Added. |
| * web-platform-tests/css/css-color/t425-hsla-onscreen-b.xht: Added. |
| * web-platform-tests/css/css-color/t425-hsla-onscreen-multiple-boxes-c.xht: |
| * web-platform-tests/css/css-color/t425-hsla-parsing-f.xht: |
| * web-platform-tests/css/css-color/t425-hsla-values-b.xht: |
| * web-platform-tests/css/css-color/t43-svg-keywords-a-expected.html: Added. |
| * web-platform-tests/css/css-color/t43-svg-keywords-a.xht: Added. |
| * web-platform-tests/css/css-color/t44-currentcolor-background-b.xht: |
| * web-platform-tests/css/css-color/t44-currentcolor-border-b-expected.html: |
| * web-platform-tests/css/css-color/t44-currentcolor-border-b.xht: |
| * web-platform-tests/css/css-color/t44-currentcolor-inherited-c-expected.xht: Added. |
| * web-platform-tests/css/css-color/t44-currentcolor-inherited-c.xht: Added. |
| * web-platform-tests/css/css-color/w3c-import.log: Added. |
| |
| 2018-04-20 Javier Fernandez <jfernandez@igalia.com> |
| |
| Update Alignment shorthands to the spec now that they are not ambiguous |
| https://bugs.webkit.org/show_bug.cgi?id=184812 |
| |
| Reviewed by Antti Koivisto. |
| |
| Imported new Web Platform Tests from the css-align test suite. |
| Additionally, updated the ones we already have to verify the new shorthand syntax is correct. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-align/OWNERS: Added. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-001.html: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-002.html: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-001.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-003.html: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-001.html: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-002.html: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-004-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-004.html: |
| * web-platform-tests/css/css-align/default-alignment/shorthand-serialization-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/shorthand-serialization-001.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/w3c-import.log: |
| * web-platform-tests/css/css-align/gaps/column-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/column-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/gap-normal-computed-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/gap-normal-computed-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-normal-used-001-expected.xht: Added. |
| * web-platform-tests/css/css-align/gaps/gap-normal-used-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-normal-used-002-expected.xht: Added. |
| * web-platform-tests/css/css-align/gaps/gap-normal-used-002.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/grid-column-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/grid-column-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/grid-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/grid-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/grid-row-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/grid-row-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/row-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/row-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/w3c-import.log: |
| * web-platform-tests/css/css-align/resources/alignment-parsing-utils.js: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-001.html: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-002.html: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-004-expected.txt: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-004.html: |
| * web-platform-tests/css/css-align/w3c-import.log: Added. |
| |
| 2018-04-18 Youenn Fablet <youenn@apple.com> |
| |
| Allow cross-origin redirections for synchronous XHR |
| https://bugs.webkit.org/show_bug.cgi?id=184723 |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/XMLHttpRequest/access-control-and-redirects-expected.txt: |
| |
| 2018-04-18 Youenn Fablet <youenn@apple.com> |
| |
| MediaResourceLoader should set its fetch destination |
| https://bugs.webkit.org/show_bug.cgi?id=184746 |
| |
| Reviewed by Eric Carlson. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-request-resources.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-resources.https.html: |
| * web-platform-tests/service-workers/service-worker/resources/fetch-request-resources-iframe.https.html: |
| * web-platform-tests/service-workers/service-worker/resources/fetch-request-resources-worker.js: |
| |
| 2018-04-18 Ms2ger <Ms2ger@igalia.com> |
| |
| Test gardening. |
| https://bugs.webkit.org/show_bug.cgi?id=184726 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/touch-events/historical-expected.txt: update expectation to test change |
| |
| 2018-04-17 Jonathan Bedard <jbedard@apple.com> |
| |
| Unreviewed rollout of r230632. Regression in memory usage. |
| |
| That bug tracked in https://bugs.webkit.org/show_bug.cgi?id=184569. |
| |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: |
| |
| 2018-04-16 Youenn Fablet <youenn@apple.com> |
| |
| Use NetworkLoadChecker to handle synchronous HTTP loads |
| https://bugs.webkit.org/show_bug.cgi?id=184240 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/cors/request-headers-expected.txt: |
| * web-platform-tests/XMLHttpRequest/access-control-and-redirects-expected.txt: |
| * web-platform-tests/XMLHttpRequest/send-authentication-cors-basic-setrequestheader-expected.txt: |
| * web-platform-tests/XMLHttpRequest/send-authentication-cors-setrequestheader-no-cred-expected.txt: |
| |
| 2018-04-16 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Ensure we never return -0 through the API |
| https://bugs.webkit.org/show_bug.cgi?id=184644 |
| |
| Reviewed by Dean Jackson. |
| |
| Record one progression in the Web Animations WPT tests. |
| |
| * web-platform-tests/web-animations/timing-model/animations/updating-the-finished-state-expected.txt: |
| |
| 2018-04-15 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Animations do not naturally get a finish event |
| https://bugs.webkit.org/show_bug.cgi?id=184639 |
| <rdar://problem/39397649> |
| |
| Reviewed by Jon Lee. |
| |
| Record two progressions in the Web Animations WPT tests. |
| |
| * web-platform-tests/web-animations/timing-model/animations/updating-the-finished-state-expected.txt: |
| |
| 2018-04-15 Chris Dumez <cdumez@apple.com> |
| |
| Change Event's returnValue so it doesn't expose a new primitive |
| https://bugs.webkit.org/show_bug.cgi?id=184415 |
| |
| Reviewed by Darin Adler. |
| |
| Import test coverage from https://github.com/w3c/web-platform-tests/pull/10258. |
| |
| * web-platform-tests/dom/events/AddEventListenerOptions-passive-expected.txt: |
| * web-platform-tests/dom/events/AddEventListenerOptions-passive.html: |
| * web-platform-tests/dom/events/Event-constructors.html: |
| * web-platform-tests/dom/events/Event-defaultPrevented-after-dispatch-expected.txt: |
| * web-platform-tests/dom/events/Event-defaultPrevented-after-dispatch.html: |
| * web-platform-tests/dom/events/Event-defaultPrevented-expected.txt: |
| * web-platform-tests/dom/events/Event-defaultPrevented.html: |
| * web-platform-tests/dom/events/Event-dispatch-click.html: |
| * web-platform-tests/dom/events/Event-dispatch-detached-click.html: |
| * web-platform-tests/dom/events/Event-dispatch-other-document.html: |
| * web-platform-tests/dom/events/Event-initEvent.html: |
| * web-platform-tests/dom/events/Event-returnValue-expected.txt: Added. |
| * web-platform-tests/dom/events/Event-returnValue.html: Added. |
| * web-platform-tests/dom/events/EventListener-handleEvent.html: |
| * web-platform-tests/dom/events/EventTarget-dispatchEvent-returnvalue-expected.txt: |
| * web-platform-tests/dom/events/EventTarget-dispatchEvent-returnvalue.html: |
| * web-platform-tests/dom/events/w3c-import.log: |
| * web-platform-tests/dom/interfaces-expected.txt: |
| * web-platform-tests/interfaces/dom.idl: |
| |
| 2018-04-12 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Turn CSS Animations and CSS Transitions as Web Animations on by default |
| https://bugs.webkit.org/show_bug.cgi?id=184569 |
| <rdar://problem/38671301> |
| |
| Reviewed by Jon Lee. |
| |
| This test now fails at a later assertion, so updating the expectation for it. |
| |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: |
| |
| 2018-04-12 Daniel Bates <dabates@apple.com> |
| |
| Content-Type not enforced for <script> allows for XSS |
| https://bugs.webkit.org/show_bug.cgi?id=184386 |
| <rdar://problem/39112268> |
| |
| Reviewed by Brady Eidson. |
| |
| Update expected result now that we pass all sub tests. |
| |
| * web-platform-tests/fetch/api/basic/block-mime-as-script-expected.txt: |
| |
| 2018-04-12 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Only cancel declarative animations upon element removal |
| https://bugs.webkit.org/show_bug.cgi?id=184553 |
| |
| Reviewed by Dean Jackson. |
| |
| Make some WPT tests opt into the CSS Animations and CSS Transtions as Web Animations flag. |
| |
| * web-platform-tests/web-animations/interfaces/Animation/ready.html: |
| * web-platform-tests/web-animations/timing-model/animations/playing-an-animation.html: |
| * web-platform-tests/web-animations/timing-model/animations/reversing-an-animation.html: |
| |
| 2018-04-11 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Enable seeking for hardware animations |
| https://bugs.webkit.org/show_bug.cgi?id=184518 |
| |
| Reviewed by Dean Jackson. |
| |
| Track a small regression in the Web Animations WPT tests. |
| |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: |
| |
| 2018-04-11 Jianjun Zhu <jianjun.zhu@intel.com> |
| |
| Fix a WebRTC data channel issue for non-ASCII characters. |
| |
| At the sender side, buffer size are calulcated after UTF8 encoding. At the |
| receiver side, strings are constructed with UTF8 data. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=184481 |
| |
| Reviewed by Youenn Fablet. |
| |
| * web-platform-tests/webrtc/RTCDataChannel-send-expected.txt: |
| |
| 2018-04-09 Brendan McLoughlin <brendan@bocoup.com> |
| |
| sync remaining web-platform-tests to 94b33b573a069ae5170104ca581a354a35762536 |
| https://bugs.webkit.org/show_bug.cgi?id=184333 |
| |
| Reviewed by Youenn Fablet. |
| |
| * resources/TestRepositories: |
| * resources/resource-files.json: |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker.html. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.worker.js. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.worker.html. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.worker.js. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.html. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.worker.js. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.html. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.js. |
| * web-platform-tests/WebCryptoAPI/derive_bits_keys/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/digest/digest.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/digest/digest.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/digest/digest.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/digest/digest.worker.html. |
| * web-platform-tests/WebCryptoAPI/digest/digest.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/digest/digest.worker.js. |
| * web-platform-tests/WebCryptoAPI/digest/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.html. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.html. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.html. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.html. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.js. |
| * web-platform-tests/WebCryptoAPI/encrypt_decrypt/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/generateKey/failures.worker.js: Removed. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CBC.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CBC.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CBC.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CBC.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CBC.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CBC.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CTR.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CTR.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CTR.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CTR.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CTR.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-CTR.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-GCM.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-GCM.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-GCM.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-GCM.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-GCM.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-GCM.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-KW.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-KW.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-KW.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-KW.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_AES-KW.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_AES-KW.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_HMAC.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_HMAC.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_HMAC.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_HMAC.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_HMAC.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_HMAC.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes.worker.js: Removed. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CBC.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CBC.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CBC.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CBC.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CBC.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CBC.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CTR.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CTR.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CTR.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CTR.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CTR.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-CTR.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-GCM.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-GCM.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-GCM.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-GCM.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-GCM.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-GCM.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-KW.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-KW.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-KW.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-KW.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_AES-KW.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-KW.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_HMAC.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_HMAC.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_HMAC.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_HMAC.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_HMAC.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_HMAC.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.worker-expected.txt: Added. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.worker-expected.txt: Removed. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.worker.html. |
| * web-platform-tests/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.worker.js. |
| * web-platform-tests/WebCryptoAPI/generateKey/test_failures.https-expected.txt: Removed. |
| * web-platform-tests/WebCryptoAPI/generateKey/test_failures.https.html: Removed. |
| * web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.https-expected.txt: |
| * web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSA-OAEP.https.html: |
| * web-platform-tests/WebCryptoAPI/generateKey/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.worker.html. |
| * web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.worker.js. |
| * web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.worker.html. |
| * web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.worker.js. |
| * web-platform-tests/WebCryptoAPI/import_export/symmetric_importKey.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/symmetric_importKey.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/import_export/symmetric_importKey.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/symmetric_importKey.worker.html. |
| * web-platform-tests/WebCryptoAPI/import_export/symmetric_importKey.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/symmetric_importKey.worker.js. |
| * web-platform-tests/WebCryptoAPI/import_export/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.worker.html. |
| * web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.worker.js. |
| * web-platform-tests/WebCryptoAPI/sign_verify/hmac.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/hmac.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/sign_verify/hmac.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/hmac.worker.html. |
| * web-platform-tests/WebCryptoAPI/sign_verify/hmac.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/hmac.worker.js. |
| * web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.worker.html. |
| * web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.worker.js. |
| * web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker-expected.txt: Added. |
| * web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.worker.html. |
| * web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js. |
| * web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.worker-expected.txt: Removed. |
| * web-platform-tests/WebCryptoAPI/sign_verify/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/tools/generate.py: |
| * web-platform-tests/WebCryptoAPI/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/w3c-import.log: |
| * web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker-expected.txt: Copied from LayoutTests/platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt. |
| * web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html. |
| * web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.js. |
| * web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker-expected.txt: Removed. |
| * web-platform-tests/XMLHttpRequest/send-authentication-basic-cors-expected.txt: |
| * web-platform-tests/XMLHttpRequest/send-network-error-async-events.sub-expected.txt: |
| * web-platform-tests/css/OWNERS: Removed. |
| * web-platform-tests/css/README.md: |
| * web-platform-tests/css/build-css-testsuites.sh: |
| * web-platform-tests/css/css-align/gaps/column-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/column-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/grid-column-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/grid-column-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/grid-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/grid-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/grid-row-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/grid-row-gap-parsing-001.html: |
| * web-platform-tests/css/css-align/gaps/row-gap-parsing-001-expected.txt: |
| * web-platform-tests/css/css-align/gaps/row-gap-parsing-001.html: |
| * web-platform-tests/css/css-color/t31-color-currentColor-b.xht: |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-multiple-boxes-1-c.xht: |
| * web-platform-tests/css/css-color/t32-opacity-offscreen-multiple-boxes-2-c.xht: |
| * web-platform-tests/css/css-color/t421-rgb-func-int-a.xht: |
| * web-platform-tests/css/css-color/t421-rgb-func-no-mixed-f.xht: |
| * web-platform-tests/css/css-color/t421-rgb-func-pct-a.xht: |
| * web-platform-tests/css/css-color/t421-rgb-func-whitespace-b.xht: |
| * web-platform-tests/css/css-color/t421-rgb-hex-parsing-f.xht: |
| * web-platform-tests/css/css-color/t421-rgb-hex3-a.xht: |
| * web-platform-tests/css/css-color/t421-rgb-hex6-a.xht: |
| * web-platform-tests/css/css-color/t422-rgba-a1.0-a.xht: |
| * web-platform-tests/css/css-color/t422-rgba-clamping-a0.0-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-clamping-a1.0-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-clip-outside-device-gamut-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-int-a.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-no-mixed-f.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-pct-a.xht: |
| * web-platform-tests/css/css-color/t422-rgba-func-whitespace-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht: |
| * web-platform-tests/css/css-color/t422-rgba-onscreen-multiple-boxes-c.xht: |
| * web-platform-tests/css/css-color/t423-transparent-1-a.xht: |
| * web-platform-tests/css/css-color/t423-transparent-2-a.xht: |
| * web-platform-tests/css/css-color/t424-hsl-basic-a.xht: |
| * web-platform-tests/css/css-color/t424-hsl-clip-outside-gamut-b.xht: |
| * web-platform-tests/css/css-color/t424-hsl-parsing-f.xht: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-1.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-10.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-11.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-12.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-13.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-14.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-15.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-2.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-3.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-4.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-5.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-6.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-7.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-8.html: |
| * web-platform-tests/css/css-color/t424-hsl-values-b-9.html: |
| * web-platform-tests/css/css-color/t425-hsla-clip-outside-device-gamut-b.xht: |
| * web-platform-tests/css/css-color/t425-hsla-onscreen-multiple-boxes-c.xht: |
| * web-platform-tests/css/css-color/t425-hsla-parsing-f.xht: |
| * web-platform-tests/css/css-color/t425-hsla-values-b.xht: |
| * web-platform-tests/css/css-color/t44-currentcolor-background-b.xht: |
| * web-platform-tests/css/css-color/t44-currentcolor-border-b-expected.html: |
| * web-platform-tests/css/css-color/t44-currentcolor-border-b.xht: |
| * web-platform-tests/css/css-display/display-contents-before-after-001-expected.html: |
| * web-platform-tests/css/css-display/display-contents-before-after-001.html: |
| * web-platform-tests/css/css-display/display-contents-before-after-002-expected.html: |
| * web-platform-tests/css/css-display/display-contents-before-after-002.html: |
| * web-platform-tests/css/css-display/display-contents-replaced-001-expected.html: Removed. |
| * web-platform-tests/css/css-display/display-contents-replaced-001.html: Removed. |
| * web-platform-tests/css/css-display/display-contents-td-001-expected.html: |
| * web-platform-tests/css/css-display/display-contents-td-001.html: |
| * web-platform-tests/css/css-display/w3c-import.log: |
| * 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/grid-paint-positioned-children-001.html: |
| * 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-content-alignment-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-content-alignment-rtl-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-gaps-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-positioned-items-gaps-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-padding-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-positioned-items-within-grid-implicit-track-001.html: |
| * web-platform-tests/css/css-grid/abspos/grid-sizing-positioned-items-001.html: |
| * 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/grid.css: Added. |
| (.grid): |
| (.inline-grid): |
| (.firstRowFirstColumn): |
| (.onlyFirstRowOnlyFirstColumn): |
| (.firstRowSecondColumn): |
| (.onlyFirstRowOnlySecondColumn): |
| (.secondRowFirstColumn): |
| (.onlySecondRowOnlyFirstColumn): |
| (.secondRowSecondColumn): |
| (.onlySecondRowOnlySecondColumn): |
| (.endSecondRowEndSecondColumn): |
| (.thirdRowSecondColumn): |
| (.firstRowThirdColumn): |
| (.secondRowThirdColumn): |
| (.firstRowFourthColumn): |
| (.secondRowFourthColumn): |
| (.firstAutoRowSecondAutoColumn): |
| (.autoLastRowAutoLastColumn): |
| (.autoSecondRowAutoFirstColumn): |
| (.firstRowBothColumn): |
| (.secondRowBothColumn): |
| (.bothRowFirstColumn): |
| (.bothRowSecondColumn): |
| (.bothRowBothColumn): |
| (.autoRowAutoColumn): |
| (.firstRowAutoColumn): |
| (.secondRowAutoColumn): |
| (.thirdRowAutoColumn): |
| (.autoRowFirstColumn): |
| (.autoRowSecondColumn): |
| (.autoRowThirdColumn): |
| (.autoRowAutoColumnSpanning2): |
| (.autoRowSpanning2AutoColumn): |
| (.autoRowSpanning2AutoColumnSpanning3): |
| (.autoRowSpanning3AutoColumnSpanning2): |
| (.autoRowFirstColumnSpanning2): |
| (.autoRowSecondColumnSpanning2): |
| (.firstRowSpanning2AutoColumn): |
| (.secondRowSpanning2AutoColumn): |
| (.gridAutoFlowColumnSparse): |
| (.gridAutoFlowColumnDense): |
| (.gridAutoFlowRowSparse): |
| (.gridAutoFlowRowDense): |
| (.constrainedContainer): |
| (.unconstrainedContainer): |
| (.sizedToGridArea): |
| (.verticalRL): |
| (.verticalLR): |
| (.horizontalTB): |
| (.directionRTL): |
| (.directionLTR): |
| * 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/support/100x100-green.png: Added. |
| * web-platform-tests/css/css-grid/alignment/support/style-change.js: Added. |
| (evaluateStyleChange): |
| * web-platform-tests/css/css-grid/alignment/support/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/custom-elements/resources/w3c-import.log. |
| * web-platform-tests/css/css-grid/alignment/w3c-import.log: |
| * 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/support/100x100-green.png: |
| * web-platform-tests/css/css-grid/grid-items/support/grid.css: Added. |
| (.grid): |
| (.inline-grid): |
| (.firstRowFirstColumn): |
| (.onlyFirstRowOnlyFirstColumn): |
| (.firstRowSecondColumn): |
| (.onlyFirstRowOnlySecondColumn): |
| (.secondRowFirstColumn): |
| (.onlySecondRowOnlyFirstColumn): |
| (.secondRowSecondColumn): |
| (.onlySecondRowOnlySecondColumn): |
| (.endSecondRowEndSecondColumn): |
| (.thirdRowSecondColumn): |
| (.firstRowThirdColumn): |
| (.secondRowThirdColumn): |
| (.firstRowFourthColumn): |
| (.secondRowFourthColumn): |
| (.firstAutoRowSecondAutoColumn): |
| (.autoLastRowAutoLastColumn): |
| (.autoSecondRowAutoFirstColumn): |
| (.firstRowBothColumn): |
| (.secondRowBothColumn): |
| (.bothRowFirstColumn): |
| (.bothRowSecondColumn): |
| (.bothRowBothColumn): |
| (.autoRowAutoColumn): |
| (.firstRowAutoColumn): |
| (.secondRowAutoColumn): |
| (.thirdRowAutoColumn): |
| (.autoRowFirstColumn): |
| (.autoRowSecondColumn): |
| (.autoRowThirdColumn): |
| (.autoRowAutoColumnSpanning2): |
| (.autoRowSpanning2AutoColumn): |
| (.autoRowSpanning2AutoColumnSpanning3): |
| (.autoRowSpanning3AutoColumnSpanning2): |
| (.autoRowFirstColumnSpanning2): |
| (.autoRowSecondColumnSpanning2): |
| (.firstRowSpanning2AutoColumn): |
| (.secondRowSpanning2AutoColumn): |
| (.gridAutoFlowColumnSparse): |
| (.gridAutoFlowColumnDense): |
| (.gridAutoFlowRowSparse): |
| (.gridAutoFlowRowDense): |
| (.constrainedContainer): |
| (.unconstrainedContainer): |
| (.sizedToGridArea): |
| (.verticalRL): |
| (.verticalLR): |
| (.horizontalTB): |
| (.directionRTL): |
| (.directionLTR): |
| * web-platform-tests/css/css-grid/grid-items/support/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-model/support/grid.css: Added. |
| (.grid): |
| (.inline-grid): |
| (.firstRowFirstColumn): |
| (.onlyFirstRowOnlyFirstColumn): |
| (.firstRowSecondColumn): |
| (.onlyFirstRowOnlySecondColumn): |
| (.secondRowFirstColumn): |
| (.onlySecondRowOnlyFirstColumn): |
| (.secondRowSecondColumn): |
| (.onlySecondRowOnlySecondColumn): |
| (.endSecondRowEndSecondColumn): |
| (.thirdRowSecondColumn): |
| (.firstRowThirdColumn): |
| (.secondRowThirdColumn): |
| (.firstRowFourthColumn): |
| (.secondRowFourthColumn): |
| (.firstAutoRowSecondAutoColumn): |
| (.autoLastRowAutoLastColumn): |
| (.autoSecondRowAutoFirstColumn): |
| (.firstRowBothColumn): |
| (.secondRowBothColumn): |
| (.bothRowFirstColumn): |
| (.bothRowSecondColumn): |
| (.bothRowBothColumn): |
| (.autoRowAutoColumn): |
| (.firstRowAutoColumn): |
| (.secondRowAutoColumn): |
| (.thirdRowAutoColumn): |
| (.autoRowFirstColumn): |
| (.autoRowSecondColumn): |
| (.autoRowThirdColumn): |
| (.autoRowAutoColumnSpanning2): |
| (.autoRowSpanning2AutoColumn): |
| (.autoRowSpanning2AutoColumnSpanning3): |
| (.autoRowSpanning3AutoColumnSpanning2): |
| (.autoRowFirstColumnSpanning2): |
| (.autoRowSecondColumnSpanning2): |
| (.firstRowSpanning2AutoColumn): |
| (.secondRowSpanning2AutoColumn): |
| (.gridAutoFlowColumnSparse): |
| (.gridAutoFlowColumnDense): |
| (.gridAutoFlowRowSparse): |
| (.gridAutoFlowRowDense): |
| (.constrainedContainer): |
| (.unconstrainedContainer): |
| (.sizedToGridArea): |
| (.verticalRL): |
| (.verticalLR): |
| (.horizontalTB): |
| (.directionRTL): |
| (.directionLTR): |
| * web-platform-tests/css/css-grid/grid-model/support/w3c-import.log: Copied from LayoutTests/imported/w3c/web-platform-tests/custom-elements/resources/w3c-import.log. |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-balance-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-balance-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-inherit-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-inherit-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-fraction-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-fraction-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-px-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-px-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-shorthand-2-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-shorthand-2.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-stacking-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-stacking-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-shorthand-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-shorthand-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-block-sibling-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-block-sibling-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-nested-firstchild-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-nested-firstchild-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-table-cell-vertical-align-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-table-cell-vertical-align-001.xht: |
| * web-platform-tests/css/css-pseudo/marker-color-expected.html: |
| * web-platform-tests/css/css-pseudo/marker-color.html: |
| * web-platform-tests/css/css-pseudo/marker-font-properties.html: |
| * web-platform-tests/css/css-shapes/shape-outside/values/shape-image-threshold-003-expected.txt: |
| * web-platform-tests/css/css-shapes/shape-outside/values/shape-image-threshold-003.html: |
| * web-platform-tests/css/css-ui/cursor-image-006.html: |
| * web-platform-tests/css/css-ui/outline-016.html: |
| * web-platform-tests/css/css-ui/text-overflow-007.html: |
| * web-platform-tests/css/css-ui/text-overflow-008-expected.html: |
| * web-platform-tests/css/css-ui/text-overflow-008.html: |
| * web-platform-tests/css/css-ui/text-overflow-010.html: |
| * web-platform-tests/css/css-ui/text-overflow-011.html: |
| * web-platform-tests/css/css-ui/text-overflow-013-expected.html: |
| * web-platform-tests/css/css-ui/text-overflow-013.html: |
| * web-platform-tests/css/css-ui/text-overflow-014.html: |
| * web-platform-tests/css/css-ui/text-overflow-015.html: |
| * web-platform-tests/css/css-ui/text-overflow-016.html: |
| * web-platform-tests/css/css-ui/text-overflow-017.html: |
| * web-platform-tests/css/css-ui/text-overflow-020.html: |
| * web-platform-tests/css/css-ui/text-overflow-023.html: |
| * web-platform-tests/css/geometry/DOMMatrix-003-expected.txt: |
| * web-platform-tests/css/geometry/DOMMatrix-003.html: |
| * web-platform-tests/css/geometry/DOMMatrixInit-validate-fixup.html: |
| * web-platform-tests/css/geometry/DOMPoint-002-expected.txt: |
| * web-platform-tests/css/geometry/DOMPoint-002.html: |
| * web-platform-tests/css/geometry/OWNERS: |
| * web-platform-tests/css/geometry/structured-serialization-expected.txt: |
| * web-platform-tests/css/geometry/structured-serialization.html: |
| * web-platform-tests/css/mediaqueries/min-width-tables-001.html: |
| * web-platform-tests/css/mediaqueries/test_media_queries-expected.txt: |
| * web-platform-tests/css/mediaqueries/test_media_queries.html: |
| * web-platform-tests/css/requirements.txt: |
| * web-platform-tests/css/selectors/OWNERS: |
| * web-platform-tests/css/w3c-import.log: |
| * web-platform-tests/custom-elements/Document-createElement-expected.txt: |
| * web-platform-tests/custom-elements/Document-createElement.html: |
| * web-platform-tests/custom-elements/OWNERS: |
| * web-platform-tests/custom-elements/attribute-changed-callback-expected.txt: |
| * web-platform-tests/custom-elements/attribute-changed-callback.html: |
| * web-platform-tests/custom-elements/custom-element-registry/w3c-import.log: |
| * web-platform-tests/custom-elements/parser/parser-sets-attributes-and-children-expected.txt: |
| * web-platform-tests/custom-elements/parser/parser-sets-attributes-and-children.html: |
| * web-platform-tests/custom-elements/parser/parser-uses-registry-of-owner-document-expected.txt: |
| * web-platform-tests/custom-elements/parser/parser-uses-registry-of-owner-document.html: |
| * web-platform-tests/custom-elements/parser/w3c-import.log: |
| * web-platform-tests/custom-elements/reactions/CSSStyleDeclaration-expected.txt: |
| * web-platform-tests/custom-elements/reactions/CSSStyleDeclaration.html: |
| * web-platform-tests/custom-elements/reactions/Document.html: |
| * web-platform-tests/custom-elements/reactions/HTMLElement-expected.txt: |
| * web-platform-tests/custom-elements/reactions/HTMLElement.html: |
| * web-platform-tests/custom-elements/reactions/w3c-import.log: |
| * web-platform-tests/custom-elements/resources/custom-elements-helpers.js: |
| (CustomElement): |
| (CustomElement.prototype.attributeChangedCallback): |
| (CustomElement.prototype.connectedCallback): |
| (CustomElement.prototype.disconnectedCallback): |
| (CustomElement.prototype.adoptedCallback): |
| (document_types.return.create): Deleted. |
| (document_types.create): Deleted. |
| (document_types.): Deleted. |
| (document_types): Deleted. |
| * web-platform-tests/custom-elements/resources/w3c-import.log: |
| * web-platform-tests/custom-elements/upgrading/Node-cloneNode-expected.txt: |
| * web-platform-tests/custom-elements/upgrading/Node-cloneNode.html: |
| * web-platform-tests/custom-elements/upgrading/w3c-import.log: |
| * web-platform-tests/custom-elements/w3c-import.log: |
| * web-platform-tests/encrypted-media/clearkey-check-initdata-type.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-check-initdata-type.html. |
| * web-platform-tests/encrypted-media/clearkey-events-session-closed-event.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-events-session-closed-event.html. |
| * web-platform-tests/encrypted-media/clearkey-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-events.html. |
| * web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html. |
| * web-platform-tests/encrypted-media/clearkey-invalid-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-invalid-license.html. |
| * web-platform-tests/encrypted-media/clearkey-keystatuses-multiple-sessions.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-keystatuses-multiple-sessions.html. |
| * web-platform-tests/encrypted-media/clearkey-keystatuses.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-keystatuses.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-destroy-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-destroy-persistent-license.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-destroy-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-destroy-persistent-license.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-license.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear-sources.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear-sources.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-events.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential-readyState.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential-readyState.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multisession.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multisession.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-update.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-update.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-immediately.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-immediately.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-onencrypted.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-onencrypted.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-two-videos.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-two-videos.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-waitingforkey.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-waitingforkey.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-again-after-resetting-src.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-again-after-resetting-src.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-at-same-time.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-at-same-time.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-different-mediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-different-mediakeys.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-to-multiple-video-elements.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-to-multiple-video-elements.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeysession.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeysession.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.html. |
| * web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.html. |
| * web-platform-tests/encrypted-media/clearkey-not-callable-after-createsession.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-not-callable-after-createsession.html. |
| * web-platform-tests/encrypted-media/clearkey-update-non-ascii-input.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/clearkey-update-non-ascii-input.html. |
| * web-platform-tests/encrypted-media/drm-check-initdata-type.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-check-initdata-type.html. |
| * web-platform-tests/encrypted-media/drm-events-session-closed-event.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-events-session-closed-event.html. |
| * web-platform-tests/encrypted-media/drm-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-events.html. |
| * web-platform-tests/encrypted-media/drm-expiration.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-expiration.html. |
| * web-platform-tests/encrypted-media/drm-generate-request-disallowed-input.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-generate-request-disallowed-input.html. |
| * web-platform-tests/encrypted-media/drm-invalid-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-invalid-license.html. |
| * web-platform-tests/encrypted-media/drm-keystatuses-multiple-sessions.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-keystatuses-multiple-sessions.html. |
| * web-platform-tests/encrypted-media/drm-keystatuses.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-keystatuses.html. |
| * web-platform-tests/encrypted-media/drm-mp4-onencrypted.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-onencrypted.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-destroy-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-destroy-persistent-license.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-persistent-license-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-persistent-license-events.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-persistent-license.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-persistent-usage-record-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-persistent-usage-record-events.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-persistent-usage-record.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-persistent-usage-record.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-retrieve-destroy-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-retrieve-destroy-persistent-license.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-retrieve-persistent-license.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-retrieve-persistent-license.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-retrieve-persistent-usage-record.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-retrieve-persistent-usage-record.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-clear-encrypted.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-clear-encrypted.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-encrypted-clear-sources.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-encrypted-clear-sources.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-encrypted-clear.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-encrypted-clear.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-events.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-events.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-expired.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-expired.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multikey-sequential-readyState.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multikey-sequential-readyState.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multikey-sequential.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multikey-sequential.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multikey.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multikey.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multisession.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-multisession.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-playduration-keystatus.html: Copied from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-playduration.html: Copied from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-after-src.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-after-src.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-after-update.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-after-update.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-immediately.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-immediately.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-onencrypted.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-onencrypted.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-two-videos.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-two-videos.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary-waitingforkey.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary-waitingforkey.html. |
| * web-platform-tests/encrypted-media/drm-mp4-playback-temporary.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-playback-temporary.html. |
| * web-platform-tests/encrypted-media/drm-mp4-requestmediakeysystemaccess.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-requestmediakeysystemaccess.html. |
| * web-platform-tests/encrypted-media/drm-mp4-reset-src-after-setmediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-reset-src-after-setmediakeys.html. |
| * web-platform-tests/encrypted-media/drm-mp4-setmediakeys-again-after-playback.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-setmediakeys-again-after-playback.html. |
| * web-platform-tests/encrypted-media/drm-mp4-setmediakeys-again-after-resetting-src.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-setmediakeys-again-after-resetting-src.html. |
| * web-platform-tests/encrypted-media/drm-mp4-setmediakeys-at-same-time.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-setmediakeys-at-same-time.html. |
| * web-platform-tests/encrypted-media/drm-mp4-setmediakeys-multiple-times-with-different-mediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-setmediakeys-multiple-times-with-different-mediakeys.html. |
| * web-platform-tests/encrypted-media/drm-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.html. |
| * web-platform-tests/encrypted-media/drm-mp4-setmediakeys-to-multiple-video-elements.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-setmediakeys-to-multiple-video-elements.html. |
| * web-platform-tests/encrypted-media/drm-mp4-setmediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-setmediakeys.html. |
| * web-platform-tests/encrypted-media/drm-mp4-syntax-mediakeys.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-syntax-mediakeys.html. |
| * web-platform-tests/encrypted-media/drm-mp4-syntax-mediakeysession.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-syntax-mediakeysession.html. |
| * web-platform-tests/encrypted-media/drm-mp4-syntax-mediakeysystemaccess.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-syntax-mediakeysystemaccess.html. |
| * web-platform-tests/encrypted-media/drm-mp4-unique-origin.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-unique-origin.html. |
| * web-platform-tests/encrypted-media/drm-mp4-waiting-for-a-key.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-mp4-waiting-for-a-key.html. |
| * web-platform-tests/encrypted-media/drm-not-callable-after-createsession.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-not-callable-after-createsession.html. |
| * web-platform-tests/encrypted-media/drm-temporary-license-type.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/drm-temporary-license-type.html. |
| * web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub.html: |
| * web-platform-tests/encrypted-media/polyfill/make-polyfill-tests.py: |
| * web-platform-tests/encrypted-media/resources/clearkey-retrieve-destroy-persistent-license.html: |
| * web-platform-tests/encrypted-media/resources/clearkey-retrieve-persistent-license.html: |
| * web-platform-tests/encrypted-media/resources/drm-retrieve-destroy-persistent-license.html: |
| * web-platform-tests/encrypted-media/resources/drm-retrieve-persistent-license.html: |
| * web-platform-tests/encrypted-media/resources/drm-retrieve-persistent-usage-record.html: |
| * web-platform-tests/encrypted-media/resources/retrieve-persistent-usage-record.html: |
| * web-platform-tests/encrypted-media/scripts/playback-retrieve-persistent-license.js: |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/playback-retrieve-persistent-usage-record.js: |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/playback-temporary-playduration-keystatus.js: Added. |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/playback-temporary-playduration.js: Added. |
| (runTest): |
| * web-platform-tests/encrypted-media/scripts/unique-origin.js: |
| (runTest.load_iframe): |
| (runTest.): |
| * web-platform-tests/encrypted-media/scripts/w3c-import.log: |
| * web-platform-tests/encrypted-media/util/drm-messagehandler.js: |
| (const.requestConstructors.string_appeared_here): |
| * web-platform-tests/encrypted-media/util/utils.js: |
| * web-platform-tests/encrypted-media/w3c-import.log: |
| * web-platform-tests/fetch/data-urls/resources/base64.json: Added. |
| * web-platform-tests/html/browsers/browsing-the-web/history-traversal/PopStateEvent-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html: |
| * web-platform-tests/html/browsers/browsing-the-web/history-traversal/hashchange_event-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/history-traversal/hashchange_event.html: |
| * web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html: |
| * web-platform-tests/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name-expected.txt: |
| * web-platform-tests/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html: |
| * web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt: |
| * web-platform-tests/html/browsers/origin/cross-origin-objects/cross-origin-objects.html: |
| * web-platform-tests/html/browsers/origin/cross-origin-objects/frame-with-then.html: Added. |
| * web-platform-tests/html/browsers/origin/cross-origin-objects/frame.html: |
| * web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-height-expected.txt: |
| * web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-non-integer-height.html: |
| * web-platform-tests/html/dom/documents/dom-tree-accessors/Document.body-expected.txt: |
| * web-platform-tests/html/dom/documents/dom-tree-accessors/Document.body.html: |
| * web-platform-tests/html/dom/documents/resource-metadata-management/document-lastModified-01.html: |
| * web-platform-tests/html/dom/elements-embedded.js: |
| * web-platform-tests/html/dom/elements-forms.js: |
| * web-platform-tests/html/dom/elements-metadata.js: |
| * web-platform-tests/html/dom/elements-misc.js: |
| * web-platform-tests/html/dom/reflection-embedded-expected.txt: |
| * web-platform-tests/html/dom/reflection-forms-expected.txt: |
| * web-platform-tests/html/dom/reflection-metadata-expected.txt: |
| * web-platform-tests/html/dom/reflection-misc-expected.txt: |
| * web-platform-tests/html/dom/reflection.js: |
| (ReflectionTests.reflects): |
| * web-platform-tests/html/semantics/document-metadata/the-link-element/link-load-event.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/readyState-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/readyState.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-to-other-document.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-within-document.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/cloneNode.html: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/muted-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/media-elements/user-interface/muted.html: |
| * web-platform-tests/html/semantics/embedded-content/the-area-element/area-download-click.html: |
| * web-platform-tests/html/semantics/embedded-content/the-area-element/resources/area-download-click.html: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/imagedata-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-canvas-element/imagedata.html: |
| * web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt: |
| * web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application.html: |
| * web-platform-tests/html/semantics/forms/textfieldselection/selection-start-end-expected.txt: |
| * web-platform-tests/html/semantics/forms/textfieldselection/selection-start-end.html: |
| * web-platform-tests/html/semantics/forms/textfieldselection/selection-value-interactions-expected.txt: |
| * web-platform-tests/html/semantics/forms/textfieldselection/selection-value-interactions.html: |
| * web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-001-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-fieldset-element/disabled-001.html: |
| * web-platform-tests/html/semantics/forms/the-input-element/checkbox.html: |
| * web-platform-tests/html/semantics/forms/the-input-element/datetime-local-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-input-element/datetime-local.html: |
| * web-platform-tests/html/semantics/forms/the-input-element/month-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-input-element/month.html: |
| * web-platform-tests/html/semantics/forms/the-input-element/range-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-input-element/range.html: |
| * web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-input-element/type-change-state.html: |
| * web-platform-tests/html/semantics/forms/the-input-element/week-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-input-element/week.html: |
| * web-platform-tests/html/semantics/forms/the-progress-element/progress-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-progress-element/progress.html: |
| * web-platform-tests/html/semantics/forms/the-select-element/selected-index-expected.txt: |
| * web-platform-tests/html/semantics/forms/the-select-element/selected-index.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-classic-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-classic.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-module-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-module.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-classic-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-module-expected.txt. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-classic.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-classic.html. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-module-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-classic-expected.txt. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-module.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-module.html. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/w3c-import.log: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-1-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-1.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-2-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-3-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-3.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/load-error-events-inline.html: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/module-in-xhtml.xhtml: |
| * web-platform-tests/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt: |
| * web-platform-tests/html/semantics/tabular-data/the-table-element/caption-methods.html: |
| * web-platform-tests/html/semantics/text-level-semantics/the-a-element/a-download-click-404.html: |
| * web-platform-tests/html/semantics/text-level-semantics/the-a-element/a-download-click-expected.txt: |
| * web-platform-tests/html/semantics/text-level-semantics/the-a-element/a-download-click.html: |
| * web-platform-tests/html/semantics/text-level-semantics/the-a-element/resources/a-download-click.html: Added. |
| * web-platform-tests/html/syntax/parsing/DOMContentLoaded-defer-support.js: |
| (t.step): |
| * web-platform-tests/html/syntax/parsing/the-end-expected.txt: |
| * web-platform-tests/html/syntax/parsing/the-end.html: |
| * web-platform-tests/html/tools/update_html5lib_tests.py: |
| * web-platform-tests/html/webappapis/animation-frames/same-dispatch-time.html: |
| * web-platform-tests/html/webappapis/atob/base64-expected.txt: |
| * web-platform-tests/html/webappapis/atob/base64.html: |
| * web-platform-tests/html/webappapis/scripting/events/event-handler-spec-example.html: |
| * web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator.any.js: |
| (async_test): |
| * web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol-expected.txt: |
| * web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.html: |
| * web-platform-tests/innerText/getter.html: |
| * web-platform-tests/innerText/setter.html: |
| * web-platform-tests/mathml/tools/utils/w3c-import.log: |
| * web-platform-tests/media-source/mediasource-addsourcebuffer.html: |
| * web-platform-tests/media-source/mediasource-config-changes.js: |
| (mediaSourceConfigChangeTest): |
| * web-platform-tests/media-source/mediasource-endofstream.html: |
| * web-platform-tests/media-source/mediasource-is-type-supported.html: |
| * web-platform-tests/media-source/mediasource-play.html: |
| * web-platform-tests/mediacapture-fromelement/capture.html: |
| * web-platform-tests/mediacapture-fromelement/creation.html: |
| * web-platform-tests/mediacapture-fromelement/ended.html: |
| * web-platform-tests/payment-request/OWNERS: |
| * web-platform-tests/payment-request/PaymentAddress/attributes-and-toJSON-method-manual.https.html: |
| * web-platform-tests/payment-request/payment-request-abort-method-manual.https-expected.txt: Added. |
| * web-platform-tests/payment-request/payment-request-abort-method-manual.https.html: Added. |
| * web-platform-tests/payment-request/payment-request-abort-method.https.html: Removed. |
| * web-platform-tests/payment-request/payment-request-canmakepayment-method-manual.https-expected.txt: Added. |
| * web-platform-tests/payment-request/payment-request-canmakepayment-method-manual.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/payment-request/payment-request-canmakepayment-method.https.html. |
| * web-platform-tests/payment-request/payment-request-constructor-crash.https.html: |
| * web-platform-tests/payment-request/payment-request-constructor.https.html: |
| * web-platform-tests/payment-request/payment-request-ctor-pmi-handling.https-expected.txt: |
| * web-platform-tests/payment-request/payment-request-ctor-pmi-handling.https.html: |
| * web-platform-tests/payment-request/payment-request-id-attribute.https-expected.txt: |
| * web-platform-tests/payment-request/payment-request-id-attribute.https.html: |
| * web-platform-tests/payment-request/payment-request-response-id.html: Removed. |
| * web-platform-tests/payment-request/payment-request-show-method.https.html: |
| * web-platform-tests/payment-request/w3c-import.log: |
| * web-platform-tests/resource-timing/resource_TAO_origin-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_origin.htm: |
| * web-platform-tests/resource-timing/resource_TAO_zero-expected.txt: |
| * web-platform-tests/resource-timing/resource_TAO_zero.htm: |
| * web-platform-tests/resource-timing/resource_connection_reuse.html: |
| * web-platform-tests/resource-timing/resource_dynamic_insertion.html: |
| * web-platform-tests/resource-timing/resources/fake_responses.py: |
| * web-platform-tests/resource-timing/resources/w3c-import.log: |
| * web-platform-tests/resource-timing/test_resource_timing.js: |
| (resource_load): |
| * web-platform-tests/secure-contexts/basic-dedicated-worker.html: |
| * web-platform-tests/secure-contexts/basic-dedicated-worker.https.html: |
| * web-platform-tests/secure-contexts/basic-popup-and-iframe-tests-expected.txt: |
| * web-platform-tests/secure-contexts/basic-popup-and-iframe-tests.https.js: |
| (LoadTarget.prototype.load_and_get_result_for): |
| * web-platform-tests/secure-contexts/shared-worker-insecure-first.https.html: |
| * web-platform-tests/secure-contexts/shared-worker-secure-first.https.html: |
| * web-platform-tests/secure-contexts/support/https-subframe-dedicated.html: |
| * web-platform-tests/secure-contexts/support/parent-dedicated-worker-script.js: |
| (typeof.Worker.string_appeared_here.w.onmessage): |
| (w.onmessage): Deleted. |
| * web-platform-tests/secure-contexts/support/parent-shared-worker-script.js: |
| (typeof.Worker.string_appeared_here.w.onmessage): |
| (w.onmessage): Deleted. |
| * web-platform-tests/shadow-dom/event-composed-path-with-related-target-expected.txt: |
| * web-platform-tests/shadow-dom/event-composed-path-with-related-target.html: |
| * web-platform-tests/shadow-dom/event-inside-shadow-tree-expected.txt: |
| * web-platform-tests/shadow-dom/event-inside-shadow-tree.html: |
| * web-platform-tests/shadow-dom/slots-expected.txt: |
| * web-platform-tests/shadow-dom/slots-fallback-expected.txt: |
| * web-platform-tests/shadow-dom/slots-fallback.html: |
| * web-platform-tests/shadow-dom/slots.html: |
| * web-platform-tests/streams/piping/close-propagation-forward-expected.txt: |
| * web-platform-tests/streams/piping/close-propagation-forward.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/piping/close-propagation-forward.js: |
| (promise_test): |
| * web-platform-tests/streams/piping/close-propagation-forward.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/piping/error-propagation-backward.js: |
| (promise_test): |
| (promise_test.t.string_appeared_here.then): |
| (promise_test.t.then): |
| * web-platform-tests/streams/piping/error-propagation-forward-expected.txt: |
| * web-platform-tests/streams/piping/error-propagation-forward.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/piping/error-propagation-forward.js: |
| (promise_test.t.const.ws.recordingWritableStream.write): |
| (promise_test.t.then): |
| (promise_test.t.return.writeCalledPromise.then): |
| (promise_test.t.then.flushAsyncEvents.then): |
| (promise_test.t.rs.pipeTo.ws.then): |
| (promise_test.t.return.writeCalledPromise.then.flushAsyncEvents.then): |
| * web-platform-tests/streams/piping/error-propagation-forward.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/piping/multiple-propagation.js: |
| (promise_test.t.string_appeared_here.then): |
| * web-platform-tests/streams/readable-byte-streams/general.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/general.html: |
| * web-platform-tests/streams/readable-byte-streams/general.js: |
| (promise_test): |
| (test): |
| * web-platform-tests/streams/readable-byte-streams/general.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/properties-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/properties.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/readable-byte-streams/properties.js: |
| (promise_test.t.const.rs.new.ReadableStream.pull): |
| (test): |
| * 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.js: |
| (test): |
| (promise_test): |
| (promise_test.t.const.rs.new.ReadableStream.get cancel): Deleted. |
| (promise_test.t.const.rs.new.ReadableStream.cancel): Deleted. |
| * web-platform-tests/streams/readable-streams/bad-underlying-sources.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-streams/default-reader-expected.txt: |
| * web-platform-tests/streams/readable-streams/default-reader.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/default-reader.js: |
| (test): |
| * web-platform-tests/streams/readable-streams/default-reader.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-streams/garbage-collection-expected.txt: |
| * web-platform-tests/streams/readable-streams/garbage-collection.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/garbage-collection.js: |
| (promise_test): |
| * web-platform-tests/streams/readable-streams/garbage-collection.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-streams/general-expected.txt: |
| * web-platform-tests/streams/readable-streams/general.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/general.js: |
| (test): |
| * web-platform-tests/streams/readable-streams/general.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/readable-streams/tee.dedicatedworker-expected.txt: |
| * web-platform-tests/streams/readable-streams/tee.js: |
| (test.t.const.stream.new.ReadableStream.start): |
| (test.t.ReadableStream): |
| (test.t.t.add_cleanup): |
| * web-platform-tests/streams/readable-streams/tee.serviceworker.https-expected.txt: |
| * web-platform-tests/streams/resources/recording-streams.js: |
| (self.recordingTransformStream): |
| * web-platform-tests/streams/resources/test-utils.js: |
| (self.getterRejectsForAll): |
| (self.methodRejectsForAll): |
| (self.getterThrowsForAll): |
| (self.methodThrowsForAll): |
| (self.constructorThrowsForAll): |
| * web-platform-tests/touch-events/historical.html: |
| * web-platform-tests/touch-events/multi-touch-interactions.js: |
| (debug_print): |
| (check_list_subset_of_two_targetlists): |
| (is_at_least_one_item_in_targetlist): |
| (check_no_item_in_targetlist): |
| (check_targets): |
| (run.): |
| (run): |
| * web-platform-tests/url/OWNERS: |
| * 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/setters_tests.json: |
| * web-platform-tests/url/url-constructor-expected.txt: |
| * web-platform-tests/url/url-origin-expected.txt: |
| * web-platform-tests/url/url-setters-expected.txt: |
| * web-platform-tests/url/urlsearchparams-stringifier-expected.txt: |
| * web-platform-tests/url/urlsearchparams-stringifier.html: |
| * web-platform-tests/url/urltestdata.json: |
| * web-platform-tests/user-timing/invoke_with_timing_attributes-expected.txt: |
| * web-platform-tests/user-timing/invoke_with_timing_attributes.html: |
| * web-platform-tests/user-timing/measure_exceptions_navigation_timing-expected.txt: |
| * web-platform-tests/user-timing/measure_exceptions_navigation_timing.html: |
| * web-platform-tests/webrtc/OWNERS: |
| * web-platform-tests/webrtc/RTCCertificate.html: |
| * web-platform-tests/webrtc/RTCConfiguration-iceTransportPolicy-expected.txt: |
| * web-platform-tests/webrtc/RTCConfiguration-iceTransportPolicy.html: |
| * web-platform-tests/webrtc/RTCDTMFSender-helper.js: |
| (createDtmfSender.then.): |
| (createDtmfSender): |
| * web-platform-tests/webrtc/RTCDTMFSender-insertDTMF.https-expected.txt: |
| * web-platform-tests/webrtc/RTCDTMFSender-insertDTMF.https.html: |
| * web-platform-tests/webrtc/RTCDTMFSender-ontonechange.https.html: |
| * web-platform-tests/webrtc/RTCDtlsTransport-getRemoteCertificates.html: |
| * web-platform-tests/webrtc/RTCPeerConnection-addTransceiver.html: |
| * web-platform-tests/webrtc/RTCPeerConnection-constructor.html: |
| * web-platform-tests/webrtc/RTCPeerConnection-createDataChannel.html: |
| * web-platform-tests/webrtc/RTCPeerConnection-getStats.https-expected.txt: |
| * web-platform-tests/webrtc/RTCPeerConnection-getStats.https.html: |
| * web-platform-tests/webrtc/RTCPeerConnection-helper.js: |
| * web-platform-tests/webrtc/RTCPeerConnection-peerIdentity.html: |
| * web-platform-tests/webrtc/RTCPeerConnection-setLocalDescription-offer-expected.txt: |
| * web-platform-tests/webrtc/RTCPeerConnection-setLocalDescription-offer.html: |
| * web-platform-tests/webrtc/RTCPeerConnection-setRemoteDescription-offer-expected.txt: |
| * web-platform-tests/webrtc/RTCPeerConnection-setRemoteDescription-offer.html: |
| * web-platform-tests/webrtc/RTCRtpCapabilities-helper.js: |
| (validateHeaderExtensionCapability): |
| * web-platform-tests/webrtc/RTCRtpReceiver-getStats.https-expected.txt: Added. |
| * web-platform-tests/webrtc/RTCRtpReceiver-getStats.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getStats.html. |
| * web-platform-tests/webrtc/RTCRtpSender-getStats.https-expected.txt: Added. |
| * web-platform-tests/webrtc/RTCRtpSender-getStats.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpSender-getStats.html. |
| * web-platform-tests/webrtc/RTCStats-helper.js: |
| (findStatsFromReport): |
| (validateRtcStats): |
| (validateRtpStreamStats): |
| (validateCodecStats): |
| (validateReceivedRtpStreamStats): |
| (validateInboundRtpStreamStats): |
| (validateRemoteInboundRtpStreamStats): |
| (validateSentRtpStreamStats): |
| (validateOutboundRtpStreamStats): |
| (validateRemoteOutboundRtpStreamStats): |
| (validateMediaStreamTrackStats): |
| (validateDataChannelStats): |
| (validateTransportStats): |
| (validateIceCandidateStats): |
| (validateIceCandidatePairStats): |
| (validateCertificateStats): |
| * web-platform-tests/webrtc/RTCTrackEvent-constructor-expected.txt: |
| * web-platform-tests/webrtc/RTCTrackEvent-constructor.html: |
| * web-platform-tests/webrtc/historical-expected.txt: |
| * web-platform-tests/webrtc/historical.html: |
| * web-platform-tests/webrtc/simplecall.https-expected.txt: Added. |
| * web-platform-tests/webrtc/simplecall.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/webrtc/simplecall.html. |
| * web-platform-tests/webrtc/w3c-import.log: |
| * web-platform-tests/workers/data-url-expected.txt: |
| * web-platform-tests/workers/data-url-shared.html: |
| * web-platform-tests/workers/data-url.html: |
| * web-platform-tests/workers/name-property-expected.txt: |
| * web-platform-tests/workers/support/name-as-accidental-global.js: |
| (test): |
| * web-platform-tests/workers/worker-performance.worker.js: |
| (test.testPerformanceMark): |
| (test.testPerformanceHasToJSON): |
| (test.testPerformanceHasNoToJSON): Deleted. |
| * web-platform-tests/xhr/resources/inspect-headers.py: Added. |
| (get_response): |
| (main): |
| |
| 2018-04-06 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer.html after r230350. |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: |
| |
| 2018-04-06 Youenn Fablet <youenn@apple.com> |
| |
| Import wpt webaudio tests |
| https://bugs.webkit.org/show_bug.cgi?id=184348 |
| |
| Reviewed by Eric Carlson. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/webaudio/: Added. |
| |
| 2018-04-06 Ms2ger <Ms2ger@igalia.com> |
| |
| Implement createImageBitmap(Blob) |
| https://bugs.webkit.org/show_bug.cgi?id=183247 |
| |
| Reviewed by Dean Jackson. |
| |
| Update expectations. |
| |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: |
| |
| 2018-04-06 Ms2ger <Ms2ger@igalia.com> |
| |
| Support transferring ImageBitmap objects |
| https://bugs.webkit.org/show_bug.cgi?id=183131 |
| |
| Reviewed by Dean Jackson. |
| |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Added. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer.html: Added. |
| * web-platform-tests/2dcontext/imagebitmap/transfer-worker.js: Added. |
| |
| 2018-04-06 Brendan McLoughlin <brendan@bocoup.com> |
| |
| Sync 2dcontext, FileAPI, IndexedDB, background-fetch, credential-management, custom-elements, dom, encoding, and fetch web-platform-tests to 94b33b573a069ae5170104ca581a354a35762536 |
| https://bugs.webkit.org/show_bug.cgi?id=184299 |
| |
| Reviewed by Youenn Fablet. |
| |
| * web-platform-tests/2dcontext/imagebitmap/common.sub.js: |
| (makeMakeHTMLImage.return.new.Promise): Deleted. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub.html: |
| * web-platform-tests/FileAPI/BlobURL/support/file_test1.js: Removed. |
| * web-platform-tests/FileAPI/BlobURL/support/file_test3.html: Removed. |
| * web-platform-tests/FileAPI/FileReader/w3c-import.log: |
| * web-platform-tests/FileAPI/blob/Blob-XHR-revoke-expected.txt: Removed. |
| * web-platform-tests/FileAPI/blob/Blob-XHR-revoke.html: Removed. |
| * web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt: |
| * web-platform-tests/FileAPI/blob/Blob-constructor.html: |
| * web-platform-tests/FileAPI/blob/Blob-slice-overflow.html: |
| * web-platform-tests/FileAPI/blob/w3c-import.log: |
| * web-platform-tests/FileAPI/file/File-constructor-expected.txt: |
| * web-platform-tests/FileAPI/file/File-constructor.html: |
| * web-platform-tests/FileAPI/file/w3c-import.log: |
| * web-platform-tests/FileAPI/url/blob-url-in-sandboxed-iframe-expected.txt: Removed. |
| * web-platform-tests/FileAPI/url/blob-url-in-sandboxed-iframe.html: Removed. |
| * web-platform-tests/FileAPI/url/cross-global-revoke.sub-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/cross-global-revoke.sub.html: Added. |
| * web-platform-tests/FileAPI/url/resources/create-helper.html: Added. |
| * web-platform-tests/FileAPI/url/resources/create-helper.js: Added. |
| * web-platform-tests/FileAPI/url/resources/fetch-tests.js: Added. |
| (fetch_tests): |
| * web-platform-tests/FileAPI/url/resources/revoke-helper.html: Added. |
| * web-platform-tests/FileAPI/url/resources/revoke-helper.js: Added. |
| * web-platform-tests/FileAPI/url/sandboxed-iframe-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/sandboxed-iframe.html: Added. |
| * web-platform-tests/FileAPI/url/unicode-origin.sub-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/origin.sub-expected.txt. |
| * web-platform-tests/FileAPI/url/unicode-origin.sub.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/origin.sub.html. |
| * web-platform-tests/FileAPI/url/url-format.any-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-format.any.html: Added. |
| * web-platform-tests/FileAPI/url/url-format.any.js: Added. |
| (test): |
| * web-platform-tests/FileAPI/url/url-format.any.worker-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-format.any.worker.html: Added. |
| * web-platform-tests/FileAPI/url/url-in-tags.window.js: Added. |
| (async_test.t.e.onload.t.step_func_done): |
| (async_test.t.frame.onload.t.step_func_done): |
| * web-platform-tests/FileAPI/url/url-lifetime-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-lifetime.html: Added. |
| * web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-with-fetch.any.html: Added. |
| * web-platform-tests/FileAPI/url/url-with-fetch.any.js: Added. |
| (fetch_should_succeed): |
| (promise_test): |
| * web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-with-fetch.any.worker.html: Added. |
| * web-platform-tests/FileAPI/url/url-with-xhr.any-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-with-xhr.any.html: Added. |
| * web-platform-tests/FileAPI/url/url-with-xhr.any.js: Added. |
| (xhr_should_succeed): |
| (async_test.t.xhr.onloadend.t.step_func_done): |
| (async_test.t.xhr.onload.t.step_func_done): |
| * web-platform-tests/FileAPI/url/url-with-xhr.any.worker-expected.txt: Added. |
| * web-platform-tests/FileAPI/url/url-with-xhr.any.worker.html: Added. |
| * web-platform-tests/FileAPI/url/url_createobjecturl_blob-expected.txt: Removed. |
| * web-platform-tests/FileAPI/url/url_createobjecturl_blob.html: Removed. |
| * web-platform-tests/FileAPI/url/url_xmlhttprequest.html: Removed. |
| * web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html: |
| * web-platform-tests/FileAPI/url/w3c-import.log: |
| * web-platform-tests/FileAPI/w3c-import.log: |
| * web-platform-tests/IndexedDB/README.md: |
| * web-platform-tests/IndexedDB/interleaved-cursors.html: Removed. |
| * web-platform-tests/IndexedDB/w3c-import.log: |
| * web-platform-tests/background-fetch/mixed-content-and-allowed-schemes.https.window.js: |
| (backgroundFetchTest): |
| * web-platform-tests/background-fetch/w3c-import.log: |
| * web-platform-tests/credential-management/credentialscontainer-create-basics.https-expected.txt: |
| * web-platform-tests/credential-management/credentialscontainer-create-basics.https.html: |
| * web-platform-tests/custom-elements/Document-createElement-expected.txt: |
| * web-platform-tests/custom-elements/Document-createElement.html: |
| * web-platform-tests/custom-elements/OWNERS: |
| * web-platform-tests/custom-elements/attribute-changed-callback-expected.txt: |
| * web-platform-tests/custom-elements/attribute-changed-callback.html: |
| * web-platform-tests/custom-elements/custom-element-registry/w3c-import.log: |
| * web-platform-tests/custom-elements/parser/parser-sets-attributes-and-children-expected.txt: |
| * web-platform-tests/custom-elements/parser/parser-sets-attributes-and-children.html: |
| * web-platform-tests/custom-elements/parser/parser-uses-registry-of-owner-document-expected.txt: |
| * web-platform-tests/custom-elements/parser/parser-uses-registry-of-owner-document.html: |
| * web-platform-tests/custom-elements/parser/w3c-import.log: |
| * web-platform-tests/custom-elements/reactions/CSSStyleDeclaration-expected.txt: |
| * web-platform-tests/custom-elements/reactions/CSSStyleDeclaration.html: |
| * web-platform-tests/custom-elements/reactions/Document.html: |
| * web-platform-tests/custom-elements/reactions/HTMLElement-expected.txt: |
| * web-platform-tests/custom-elements/reactions/HTMLElement.html: |
| * web-platform-tests/custom-elements/reactions/w3c-import.log: |
| * web-platform-tests/custom-elements/resources/custom-elements-helpers.js: |
| (CustomElement): |
| (CustomElement.prototype.attributeChangedCallback): |
| (CustomElement.prototype.connectedCallback): |
| (CustomElement.prototype.disconnectedCallback): |
| (CustomElement.prototype.adoptedCallback): |
| (document_types.return.create): Deleted. |
| (document_types.create): Deleted. |
| (document_types.): Deleted. |
| (document_types): Deleted. |
| * web-platform-tests/custom-elements/resources/w3c-import.log: |
| * web-platform-tests/custom-elements/upgrading/Node-cloneNode-expected.txt: |
| * web-platform-tests/custom-elements/upgrading/Node-cloneNode.html: |
| * web-platform-tests/custom-elements/upgrading/w3c-import.log: |
| * web-platform-tests/custom-elements/w3c-import.log: |
| * web-platform-tests/dom/nodes/Element-classlist.html: |
| * web-platform-tests/dom/nodes/w3c-import.log: |
| * web-platform-tests/encoding/big5-encoder-expected.txt: |
| * web-platform-tests/encoding/big5-encoder.html: |
| * web-platform-tests/encoding/gbk-encoder-expected.txt: |
| * web-platform-tests/encoding/gbk-encoder.html: |
| * web-platform-tests/fetch/README.md: |
| * web-platform-tests/fetch/api/abort/general.any.js: |
| * web-platform-tests/fetch/api/basic/integrity.js: |
| * web-platform-tests/fetch/api/cors/cors-expose-star.js: |
| (string_appeared_here.promise_test): |
| * web-platform-tests/fetch/api/cors/cors-filtering.js: |
| * web-platform-tests/fetch/api/cors/cors-preflight-star.any-expected.txt: |
| * web-platform-tests/fetch/api/cors/cors-preflight-star.any.js: |
| * web-platform-tests/fetch/api/cors/cors-preflight-star.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-location.js: |
| * web-platform-tests/fetch/api/redirect/redirect-method-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-method-worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-method.js: |
| (redirectMethod): |
| * web-platform-tests/fetch/api/redirect/redirect-mode-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-mode-worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-mode.js: |
| (redirectMode): |
| * web-platform-tests/fetch/api/request/request-disturbed-expected.txt: |
| * web-platform-tests/fetch/api/request/request-disturbed.html: |
| * web-platform-tests/fetch/api/request/request-keepalive-expected.txt: |
| * web-platform-tests/fetch/api/request/request-keepalive-quota-expected.txt: |
| * web-platform-tests/fetch/api/request/request-keepalive-quota.html: |
| * web-platform-tests/fetch/api/request/request-keepalive.html: |
| * web-platform-tests/fetch/api/resources/redirect.py: |
| (main): |
| * web-platform-tests/fetch/api/resources/trickle.py: |
| (main): |
| * web-platform-tests/fetch/api/response/response-consume.html: |
| * web-platform-tests/fetch/api/response/response-init-002-expected.txt: |
| * web-platform-tests/fetch/api/response/response-init-002.html: |
| * web-platform-tests/fetch/api/response/response-trailer-expected.txt: |
| * web-platform-tests/fetch/api/response/response-trailer.html: |
| * web-platform-tests/fetch/data-urls/resources/base64.json: Added. |
| * web-platform-tests/fetch/http-cache/cc-request.html: |
| * web-platform-tests/fetch/http-cache/heuristic.html: |
| * web-platform-tests/fetch/http-cache/partial.html: |
| * web-platform-tests/fetch/http-cache/vary-expected.txt: |
| * web-platform-tests/fetch/http-cache/vary.html: |
| * web-platform-tests/fetch/nosniff/importscripts.js: |
| (string_appeared_here.forEach): |
| * web-platform-tests/fetch/nosniff/resources/css.py: |
| (main): |
| * web-platform-tests/fetch/nosniff/script-expected.txt: |
| * web-platform-tests/fetch/nosniff/script.html: |
| * web-platform-tests/fetch/nosniff/stylesheet-expected.txt: |
| * web-platform-tests/fetch/nosniff/stylesheet.html: |
| * web-platform-tests/fetch/nosniff/worker-expected.txt: |
| * web-platform-tests/fetch/nosniff/worker.html: |
| |
| 2018-04-04 Brendan McLoughlin <brendan@bocoup.com> |
| |
| Resync idlharness web-platform-tests up to 94b33b573a069ae5170104ca581a354a35762536 |
| https://bugs.webkit.org/show_bug.cgi?id=184278 |
| |
| Reviewed by Youenn Fablet. |
| |
| * web-platform-tests/FileAPI/idlharness-expected.txt: |
| * web-platform-tests/FileAPI/idlharness.html: |
| * web-platform-tests/FileAPI/idlharness.idl: Removed. |
| * web-platform-tests/FileAPI/idlharness.worker.js: |
| * web-platform-tests/IndexedDB/interfaces.any-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/IndexedDB/interfaces.worker-expected.txt. |
| * web-platform-tests/IndexedDB/interfaces.any.html: Copied from LayoutTests/imported/w3c/web-platform-tests/IndexedDB/interfaces.worker.html. |
| * web-platform-tests/IndexedDB/interfaces.any.js: Added. |
| * web-platform-tests/IndexedDB/interfaces.any.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/IndexedDB/interfaces.worker-expected.txt. |
| * web-platform-tests/IndexedDB/interfaces.any.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.worker.html. |
| * web-platform-tests/IndexedDB/interfaces.html: Removed. |
| * web-platform-tests/IndexedDB/interfaces.idl: Removed. |
| * web-platform-tests/IndexedDB/interfaces.worker.js: Removed. |
| * web-platform-tests/WebCryptoAPI/WebCryptoAPI.idl: Removed. |
| * web-platform-tests/WebCryptoAPI/idlharness.html: Removed. |
| * web-platform-tests/WebCryptoAPI/idlharness.https.html: |
| * web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.worker-expected.txt. |
| * web-platform-tests/WebCryptoAPI/idlharness.https.worker.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/IndexedDB/interfaces.worker.html. |
| * web-platform-tests/WebCryptoAPI/idlharness.https.worker.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.worker.js. |
| * web-platform-tests/WebIDL/interfaces-expected.txt: |
| * web-platform-tests/XMLHttpRequest/interfaces-expected.txt: |
| * web-platform-tests/background-fetch/interfaces-expected.txt: |
| * web-platform-tests/background-fetch/interfaces.html: |
| * web-platform-tests/background-fetch/interfaces.idl: Removed. |
| * web-platform-tests/background-fetch/interfaces.worker.js: |
| (promise_test): |
| * web-platform-tests/css/geometry/interfaces-expected.txt: |
| * web-platform-tests/css/geometry/interfaces.html: |
| * web-platform-tests/css/geometry/interfaces.worker-expected.txt: |
| * web-platform-tests/css/geometry/support/interfaces.js: |
| (doTest): |
| * web-platform-tests/cssom-view/interfaces-expected.txt: |
| * web-platform-tests/cssom/interfaces-expected.txt: |
| * web-platform-tests/dom/interfaces-expected.txt: |
| * web-platform-tests/encoding/idlharness-expected.txt: |
| * web-platform-tests/encoding/idlharness.html: |
| * web-platform-tests/encrypted-media/EncryptedMediaExtensions.idl: Removed. |
| * web-platform-tests/encrypted-media/idlharness.https-expected.txt: Added. |
| * web-platform-tests/encrypted-media/idlharness.https.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/encrypted-media/idlharness.html. |
| * web-platform-tests/eventsource/interfaces-expected.txt: |
| * web-platform-tests/eventsource/interfaces.html: |
| * web-platform-tests/fetch/api/request/request-idl.html: |
| * web-platform-tests/fetch/api/response/response-idl.html: |
| * web-platform-tests/hr-time/idlharness-expected.txt: |
| * web-platform-tests/hr-time/idlharness.html: |
| * web-platform-tests/html/webappapis/animation-frames/idlharness-expected.txt: |
| * web-platform-tests/html/webappapis/animation-frames/idlharness.html: |
| * web-platform-tests/interfaces/encoding.idl: Added. |
| * web-platform-tests/mediacapture-streams/MediaDevices-IDL-all-expected.txt: |
| * web-platform-tests/mediacapture-streams/MediaDevices-IDL-enumerateDevices-expected.txt: |
| * web-platform-tests/notifications/interfaces-expected.txt: |
| * web-platform-tests/notifications/interfaces.html: |
| * web-platform-tests/payment-request/interfaces.https-expected.txt: |
| * web-platform-tests/payment-request/interfaces.https.html: |
| * web-platform-tests/resources/idlharness.js: |
| (self.IdlHarnessError): |
| (IdlHarnessError.prototype.toString): |
| (IdlArray.prototype.add_untested_idls): |
| (IdlArray.prototype.internal_add_idls): |
| (IdlArray.prototype.recursively_get_implements): |
| (IdlArray.prototype.recursively_get_includes): |
| (set exposed_in): |
| (IdlArray.prototype.assert_throws): |
| (IdlArray.prototype.test): |
| (IdlArray.prototype.assert_type_is): |
| (IdlInterface.prototype.test_self): |
| (IdlInterface.prototype.test_member_const): |
| (IdlInterface.prototype.test_to_json_operation): |
| (IdlInterface.prototype.test_object): |
| * web-platform-tests/service-workers/service-worker/interfaces-window.https-expected.txt: |
| * web-platform-tests/url/interfaces.any-expected.txt: |
| * web-platform-tests/url/interfaces.any.js: |
| (promise_test.async): |
| * web-platform-tests/url/interfaces.any.worker-expected.txt: |
| * web-platform-tests/webrtc/RTCPeerConnection-idl-expected.txt: Removed. |
| * web-platform-tests/webrtc/RTCPeerConnection-idl.html: Removed. |
| * web-platform-tests/webrtc/datachannel-idlharness-expected.txt: Removed. |
| * web-platform-tests/webrtc/datachannel-idlharness.html: Removed. |
| * web-platform-tests/webrtc/interfaces.https-expected.txt: |
| * web-platform-tests/webrtc/interfaces.https.html: |
| |
| 2018-04-04 Ms2ger <Ms2ger@igalia.com> |
| |
| Test gardening for GTK. |
| https://bugs.webkit.org/show_bug.cgi?id=184298 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/XMLHttpRequest/event-upload-progress-crossorigin-expected.txt: |
| update expectations: the test started passing in r230066, but this was |
| not noticed because it is marked as flaky on macOS. |
| |
| 2018-04-03 Sihui Liu <sihui_liu@apple.com> |
| |
| The referer header is not set after redirect |
| https://bugs.webkit.org/show_bug.cgi?id=182644 |
| <rdar://problem/37479048> |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline some tests for fetch api as they are passing now. |
| |
| * web-platform-tests/fetch/api/basic/referrer.any-expected.txt: |
| * web-platform-tests/fetch/api/basic/referrer.any.worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-referrer-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-referrer-worker-expected.txt: |
| |
| 2018-03-30 Youenn Fablet <youenn@apple.com> |
| |
| NetworkLoadChecker should upgrade redirects if needed |
| https://bugs.webkit.org/show_bug.cgi?id=184098 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/beacon/resources/beacon-preflight.py: Added. |
| * web-platform-tests/beacon/resources/redirect.py: Added. |
| * web-platform-tests/beacon/resources/upgrade-iframe.html: Added. |
| * web-platform-tests/beacon/resources/upgrade-redirect-iframe.html: Added. |
| * web-platform-tests/beacon/upgrade-beacon.https-expected.txt: Added. |
| * web-platform-tests/beacon/upgrade-beacon.https.html: Added. |
| |
| 2018-03-28 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Implement more CSSPropertyBlendingClient methods |
| https://bugs.webkit.org/show_bug.cgi?id=184077 |
| |
| Reviewed by Dean Jackson. |
| |
| Mark progressions for WPT tests. |
| |
| * web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: |
| |
| 2018-03-28 Chris Dumez <cdumez@apple.com> |
| |
| Align XMLHttpRequest's open() / send() / abort() with the latest specification |
| https://bugs.webkit.org/show_bug.cgi?id=184108 |
| |
| Reviewed by Youenn Fablet. |
| |
| * web-platform-tests/XMLHttpRequest/abort-after-send-expected.txt: |
| * web-platform-tests/XMLHttpRequest/abort-during-open-expected.txt: |
| * web-platform-tests/XMLHttpRequest/abort-during-open.worker-expected.txt: |
| * web-platform-tests/XMLHttpRequest/abort-event-abort-expected.txt: |
| * web-platform-tests/XMLHttpRequest/abort-event-order-expected.txt: |
| * web-platform-tests/XMLHttpRequest/open-during-abort-event-expected.txt: |
| * web-platform-tests/XMLHttpRequest/open-during-abort-expected.txt: |
| * web-platform-tests/XMLHttpRequest/open-send-during-abort-expected.txt: |
| * web-platform-tests/XMLHttpRequest/security-consideration.sub-expected.txt: |
| * web-platform-tests/XMLHttpRequest/send-data-unexpected-tostring-expected.txt: |
| Rebaseline WPT tests that are now passing. |
| |
| * web-platform-tests/XMLHttpRequest/open-during-abort-processing-expected.txt: |
| We now fail the test differently. Our results are consistent with Firefox. I believe this |
| test does not match the specification so I filed: |
| https://github.com/w3c/web-platform-tests/issues/10217 |
| |
| 2018-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Unreviewed, rolling out r230033. |
| |
| The LayoutTests modified in this change fail an assertion on |
| WK1. |
| |
| Reverted changeset: |
| |
| "[Web Animations] Implement more CSSPropertyBlendingClient |
| methods" |
| https://bugs.webkit.org/show_bug.cgi?id=184077 |
| https://trac.webkit.org/changeset/230033 |
| |
| 2018-03-28 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Implement more CSSPropertyBlendingClient methods |
| https://bugs.webkit.org/show_bug.cgi?id=184077 |
| |
| Reviewed by Dean Jackson. |
| |
| Mark progressions for WPT tests. |
| |
| * web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: |
| |
| 2018-03-28 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Comparing two matching FramesTimingFunction objects fails |
| https://bugs.webkit.org/show_bug.cgi?id=184078 |
| |
| Reviewed by Jon Lee. |
| |
| Mark one progression for the frames() timing function test with the CSS Animations and CSS Transitions as Web Animations flag. |
| |
| * web-platform-tests/css-timing-1/frames-timing-functions-output-expected.txt: |
| * web-platform-tests/css-timing-1/frames-timing-functions-output.html: |
| |
| 2018-03-23 Youenn Fablet <youenn@apple.com> |
| |
| Update WPT tools to a1ec330 |
| https://bugs.webkit.org/show_bug.cgi?id=183934 |
| |
| Reviewed by Chris Dumez. |
| |
| * resources/config.json: |
| * resources/import-expectations.json: |
| * web-platform-tests/config.default.json: |
| * web-platform-tests/tools/: Refreshed. |
| |
| 2018-03-23 Youenn Fablet <youenn@apple.com> |
| |
| DocumentThreadableLoader should send credentials after redirections and preflight if fetch option credentials is include |
| https://bugs.webkit.org/show_bug.cgi?id=183928 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/fetch/api/cors/cors-cookies-redirect.any.html: Added. |
| * web-platform-tests/fetch/api/cors/cors-cookies-redirect.any.js: Added. |
| * web-platform-tests/fetch/api/cors/cors-cookies-redirect.any.worker.html: Added. |
| * web-platform-tests/fetch/api/resources/inspect-headers.py: |
| * web-platform-tests/fetch/api/resources/redirect.py: |
| |
| 2018-03-23 Sergio Villar Senin <svillar@igalia.com> |
| |
| [css-grid] Fix auto repeat tracks computation with definite min sizes |
| https://bugs.webkit.org/show_bug.cgi?id=183933 |
| |
| Reviewed by Javier Fernandez. |
| |
| The relevant test for this change is just grid-inline-auto-repeat-001.html. The other ones |
| were pulled in by the import. The unique change in those tests is the location of a |
| stylesheet. Since we're using it in the new test it seems sensible to use this same commit |
| to import those changes too. There is one important change in testing-utils.js which is |
| also required by the new test. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-grid/grid-definition/grid-change-fit-content-argument-001.html: |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-auto-repeat-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-definition/grid-inline-auto-repeat-001.html: Added. |
| * 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-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/grid.css: Added. |
| (.grid): |
| (.inline-grid): |
| (.firstRowFirstColumn): |
| (.onlyFirstRowOnlyFirstColumn): |
| (.firstRowSecondColumn): |
| (.onlyFirstRowOnlySecondColumn): |
| (.secondRowFirstColumn): |
| (.onlySecondRowOnlyFirstColumn): |
| (.secondRowSecondColumn): |
| (.onlySecondRowOnlySecondColumn): |
| (.endSecondRowEndSecondColumn): |
| (.thirdRowSecondColumn): |
| (.firstRowThirdColumn): |
| (.secondRowThirdColumn): |
| (.firstRowFourthColumn): |
| (.secondRowFourthColumn): |
| (.firstAutoRowSecondAutoColumn): |
| (.autoLastRowAutoLastColumn): |
| (.autoSecondRowAutoFirstColumn): |
| (.firstRowBothColumn): |
| (.secondRowBothColumn): |
| (.bothRowFirstColumn): |
| (.bothRowSecondColumn): |
| (.bothRowBothColumn): |
| (.autoRowAutoColumn): |
| (.firstRowAutoColumn): |
| (.secondRowAutoColumn): |
| (.thirdRowAutoColumn): |
| (.autoRowFirstColumn): |
| (.autoRowSecondColumn): |
| (.autoRowThirdColumn): |
| (.autoRowAutoColumnSpanning2): |
| (.autoRowSpanning2AutoColumn): |
| (.autoRowSpanning2AutoColumnSpanning3): |
| (.autoRowSpanning3AutoColumnSpanning2): |
| (.autoRowFirstColumnSpanning2): |
| (.autoRowSecondColumnSpanning2): |
| (.firstRowSpanning2AutoColumn): |
| (.secondRowSpanning2AutoColumn): |
| (.gridAutoFlowColumnSparse): |
| (.gridAutoFlowColumnDense): |
| (.gridAutoFlowRowSparse): |
| (.gridAutoFlowRowDense): |
| (.constrainedContainer): |
| (.unconstrainedContainer): |
| (.sizedToGridArea): |
| (.verticalRL): |
| (.verticalLR): |
| (.horizontalTB): |
| (.directionRTL): |
| (.directionLTR): |
| * web-platform-tests/css/css-grid/grid-definition/support/testing-utils.js: |
| (checkGridTemplateRows): Convert the passed computed style to an Array in case it is just an string. |
| * web-platform-tests/css/css-grid/grid-definition/support/w3c-import.log: |
| * web-platform-tests/css/css-grid/grid-definition/w3c-import.log: |
| |
| 2018-03-23 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Animated transform styles are ignored when calling getComputedStyle() |
| https://bugs.webkit.org/show_bug.cgi?id=183918 |
| |
| Reviewed by Dean Jackson. |
| |
| We obtain a number of progressions by correctly serializing the transform property on getComputedStyle(). |
| |
| * web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/cancel-expected.txt: |
| |
| 2018-03-22 Frederic Wang <fwang@igalia.com> |
| |
| [MathML] Import WPT test to replace mathml/opentype/large-operators-italic-correction.html |
| https://bugs.webkit.org/show_bug.cgi?id=183891 |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| Import WPT test added in https://github.com/w3c/web-platform-tests/pull/9993. |
| |
| * web-platform-tests/fonts/math/largeop-displayoperatorminheight2000-2AFF-italiccorrection3000.woff: Added. |
| * web-platform-tests/fonts/math/w3c-import.log: |
| * web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-2-expected.txt: Added. |
| * web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-2.html: Added. |
| * web-platform-tests/mathml/presentation-markup/scripts/w3c-import.log: |
| * web-platform-tests/mathml/tools/largeop.py: |
| |
| 2018-03-20 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Update the timing model when pending tasks schedule changes |
| https://bugs.webkit.org/show_bug.cgi?id=183785 |
| |
| Reviewed by Dean Jackson. |
| |
| Record a progression now that we correctly invalidate effects as their pending play |
| or pause task schedule changes. Setting an animation's effect resets pending tasks. |
| |
| * web-platform-tests/web-animations/interfaces/Animation/effect-expected.txt: |
| |
| 2018-03-16 Claudio Saavedra <csaavedra@igalia.com> |
| |
| Unreviewed rebaseline |
| |
| These seem to have been forgotten, update baseline as it seemed needed. |
| * web-platform-tests/dom/events/EventListener-invoke-legacy-expected.txt: |
| * web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt: |
| * web-platform-tests/encrypted-media/idlharness-expected.txt: |
| |
| 2018-03-15 Youenn Fablet <youenn@apple.com> |
| |
| Bad configuration parameters should make RTCPeerConnection constructor throw |
| https://bugs.webkit.org/show_bug.cgi?id=183615 |
| |
| Reviewed by Eric Carlson. |
| |
| * web-platform-tests/webrtc/RTCConfiguration-bundlePolicy-expected.txt: |
| * web-platform-tests/webrtc/RTCConfiguration-iceServers-expected.txt: |
| * web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt: |
| |
| 2018-03-14 Frederic Wang <fwang@igalia.com> |
| |
| Finish migration to MathML WPT tests |
| https://bugs.webkit.org/show_bug.cgi?id=183628 |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| In r225162, the MathML tests from the WPT repository were imported. They were intended to |
| replace the ones in imported/mathml-in-html5 but the migration was not fully possible. The |
| main issue was that many MathML tests use Web fonts to test the use of OpenType parameters |
| but document.fonts.ready is unreliable in WebKit (bug 174030). A workaround was implemented |
| in WPT ( https://github.com/w3c/web-platform-tests/pull/10025 ) so this commit finishes |
| the migration. We update the WPT MathML tests and now run them all, we remove |
| imported/mathml-in-html5 and the associated TestExpectations failures. Two cases unrelated to |
| font loading are still failing: One for the SuperscriptShiftUpCramped parameter (bug 156401) |
| and one for the RadicalDegreeBottomRaisePercent parameter (bug 183631). |
| |
| Reviewed by Manuel Rego Casasnovas. |
| |
| * web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt. |
| * web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-1.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/fractions/frac-parameters-2-expected.txt. |
| * web-platform-tests/mathml/presentation-markup/fractions/frac-parameters-2.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/operators/mo-axis-height-1.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/radicals/root-parameters-1-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/radicals/root-parameters-1-expected.txt. |
| Also add the failure with RadicalDegreeBottomRaisePercent. |
| * web-platform-tests/mathml/presentation-markup/radicals/root-parameters-1.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-1-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-parameters-1-expected.txt. |
| Also add the failure for SuperscriptShiftUpCramped. |
| * web-platform-tests/mathml/presentation-markup/scripts/subsup-parameters-1.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-1-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/scripts/underover-parameters-1-expected.txt. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-1.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-2-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/scripts/underover-parameters-2-expected.txt. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-2.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-3-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/scripts/underover-parameters-3-expected.txt. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-3.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-4-expected.txt: Renamed from LayoutTests/imported/mathml-in-html5/mathml/presentation-markup/scripts/underover-parameters-4-expected.txt. |
| * web-platform-tests/mathml/presentation-markup/scripts/underover-parameters-4.html: Import font loading workaround. |
| * web-platform-tests/mathml/presentation-markup/tables/table-axis-height.html: Import font loading workaround. |
| * web-platform-tests/mathml/relations/css-styling/displaystyle-1.html: Import font loading workaround. |
| * web-platform-tests/mathml/relations/css-styling/lengths-3.html: Import font loading workaround. |
| * web-platform-tests/mathml/tools/utils/misc.py: Import update to Python 3. |
| (downloadWithProgressBar): |
| |
| 2018-03-13 Youenn Fablet <youenn@apple.com> |
| |
| Layout Test imported/w3c/web-platform-tests/service-workers/service-worker/register-closed-window.https.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=182853 |
| <rdar://problem/37645429> |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/register-closed-window.https-expected.txt: |
| |
| 2018-03-13 Youenn Fablet <youenn@apple.com> |
| |
| Calling removeTrack with RTCRtpSender does not set SenderTrack to null |
| https://bugs.webkit.org/show_bug.cgi?id=183308 |
| |
| Reviewed by Eric Carlson. |
| |
| * web-platform-tests/webrtc/RTCPeerConnection-removeTrack.https-expected.txt: |
| |
| 2018-03-12 Chris Dumez <cdumez@apple.com> |
| |
| Return boolean from DOMTokenList's replace() method |
| https://bugs.webkit.org/show_bug.cgi?id=183567 |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline web platform test now that all checks are passing. |
| |
| * web-platform-tests/dom/nodes/Element-classlist-expected.txt: |
| |
| 2018-03-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Unreviewed, rebaseline two cssom tests after r229544. |
| |
| * web-platform-tests/cssom-view/interfaces-expected.txt: |
| * web-platform-tests/cssom/interfaces-expected.txt: |
| |
| 2018-03-12 Youenn Fablet <youenn@apple.com> |
| |
| RTCPeerConnection's close method should update signalingState |
| https://bugs.webkit.org/show_bug.cgi?id=174314 |
| <rdar://problem/33267977> |
| |
| Reviewed by Eric Carlson. |
| |
| * web-platform-tests/webrtc/RTCPeerConnection-createDataChannel-expected.txt: |
| |
| 2018-03-12 Chris Dumez <cdumez@apple.com> |
| |
| Re-sync dom web-platform-tests |
| https://bugs.webkit.org/show_bug.cgi?id=183570 |
| |
| Reviewed by Alex Christensen. |
| |
| Re-sync dom web-platform-tests from upstream 5a1c088ef0. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/dom/abort/event.any-expected.txt: |
| * web-platform-tests/dom/abort/event.any.js: |
| (test.t.signal.onabort): |
| * web-platform-tests/dom/abort/event.any.worker-expected.txt: |
| * web-platform-tests/dom/events/Event-subclasses-constructors-expected.txt: |
| * web-platform-tests/dom/events/Event-subclasses-constructors.html: |
| * web-platform-tests/dom/events/EventListener-invoke-legacy.html: |
| * web-platform-tests/dom/events/event-disabled-dynamic-expected.txt: Added. |
| * web-platform-tests/dom/events/event-disabled-dynamic.html: Added. |
| * web-platform-tests/dom/events/w3c-import.log: |
| * web-platform-tests/dom/historical-expected.txt: |
| * web-platform-tests/dom/historical.html: |
| * web-platform-tests/dom/interfaces-expected.txt: |
| * web-platform-tests/dom/interfaces.html: |
| * web-platform-tests/dom/nodes/Document-constructor-svg.svg: Removed. |
| * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.html: Added. |
| * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.svg: Added. |
| * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xhtml: Added. |
| * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xml: Added. |
| * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/generate.py: |
| * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/w3c-import.log: |
| * web-platform-tests/dom/nodes/Document-importNode-expected.txt: |
| * web-platform-tests/dom/nodes/Document-importNode.html: |
| * web-platform-tests/dom/nodes/Element-classlist-expected.txt: |
| * web-platform-tests/dom/nodes/Element-classlist.html: |
| * web-platform-tests/dom/nodes/Element-matches-expected.txt: |
| * web-platform-tests/dom/nodes/Element-webkitMatchesSelector-expected.txt: |
| * web-platform-tests/dom/nodes/ParentNode-querySelector-All-expected.txt: |
| * web-platform-tests/dom/nodes/ParentNode-querySelector-All-xht-expected.txt: |
| * web-platform-tests/dom/nodes/selectors.js: |
| * web-platform-tests/dom/nodes/w3c-import.log: |
| * web-platform-tests/html/dom/interfaces-expected.txt: |
| * web-platform-tests/interfaces/dom.idl: |
| * web-platform-tests/interfaces/html.idl: |
| * web-platform-tests/resources/idlharness.js: |
| (constValue): |
| (self.IdlArray): |
| (IdlArray.prototype.add_idls): |
| (should_skip): |
| (IdlArray.prototype.internal_add_idls): |
| (IdlArray.prototype.recursively_get_includes): |
| (IdlArray.prototype.is_json_type): |
| (IdlArray.prototype.test): |
| (IdlInterface): |
| (IdlInterface.prototype.is_mixin): |
| (IdlInterface.prototype.get_unscopables): |
| (IdlInterface.prototype.is_global): |
| (_traverse_inherited_and_consequential_interfaces): |
| (IdlInterface.prototype.test): |
| (IdlInterface.prototype.test_self): |
| (IdlInterface.prototype.test_member_attribute): |
| (IdlInterface.prototype.test_member_operation): |
| (IdlInterface.prototype.do_member_unscopable_asserts): |
| (IdlInterface.prototype.test_primary_interface_of): |
| (IdlInterface.prototype.test_interface_of): |
| (IdlInterfaceMember): |
| * web-platform-tests/resources/idlharness.js.headers: |
| * web-platform-tests/resources/webidl2/lib/webidl2.js: |
| (WebIDLParseError): |
| (WebIDLParseError.prototype.toString): |
| (sanitize_name): |
| (consume): |
| (ws): |
| (all_ws): |
| (integer_type): |
| (float_type): |
| (primitive_type): |
| (const_value): |
| (type_suffix): |
| (single_type): |
| (union_type): |
| (type): |
| (type_with_extended_attributes): |
| (argument): |
| (argument_list): |
| (simple_extended_attr): |
| (extended_attrs): |
| (default_): |
| (const_): |
| (inheritance): |
| (operation_rest): |
| (callback): |
| (attribute): |
| (attribute_rest): |
| (return_type): |
| (operation): |
| (static_member): |
| (stringifier): |
| (identifiers): |
| (iterable_type): |
| (readonly_iterable_type): |
| (iterable): |
| (interface_rest): |
| (mixin_rest): |
| (interface_): |
| (namespace): |
| (noninherited_attribute): |
| (regular_operation): |
| (partial): |
| (dictionary): |
| (enum_): |
| (parse): |
| |
| 2018-03-12 Frederic Wang <fwang@igalia.com> |
| |
| Import WPT tests for blocked modal dialogs in sanboxed documents |
| https://bugs.webkit.org/show_bug.cgi?id=183568 |
| |
| Reviewed by Youenn Fablet. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-1-expected.txt: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-1.html: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-2-expected.txt: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-2.html: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-3-expected.txt: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-3.html: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-4-expected.txt: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-4.html: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/iframe-that-opens-modals.html: Added. |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_block_modals.js: Added. |
| (runTest): |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/w3c-import.log: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log: |
| |
| 2018-03-12 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Implement CSS Animations and CSS Transitions as Web Animations |
| https://bugs.webkit.org/show_bug.cgi?id=183504 |
| <rdar://problem/38372965> |
| |
| Reviewed by Dean Jackson and Jon Lee. |
| |
| Since we've improved our implementation of getAnimations() we updated the expectations to mark |
| the progressions. Both tests for getAnimations() now pass 100%. Another test now fails at a later |
| stage and needed its expectation updated. |
| |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animatable/getAnimations-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Document/getAnimations-expected.txt: |
| |
| 2018-03-02 Youenn Fablet <youenn@apple.com> |
| |
| Loads for a Document controlled by a Service Worker should not use AppCache |
| https://bugs.webkit.org/show_bug.cgi?id=183148 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/appcache-ordering-main.https-expected.txt: |
| |
| 2018-02-28 Youenn Fablet <youenn@apple.com> |
| |
| Make LayoutTests wait_for_state fail after a given period of time |
| https://bugs.webkit.org/show_bug.cgi?id=183039 |
| |
| Reviewed by Chris Dumez. |
| |
| This will allow further investigating why some tests are timing out. |
| |
| * web-platform-tests/service-workers/service-worker/resources/test-helpers.sub.js: |
| (wait_for_state): |
| |
| 2018-02-27 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Correct implementation of pending tasks and promises |
| https://bugs.webkit.org/show_bug.cgi?id=183161 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations with progressions (+32 WPT PASS). |
| |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/finish-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/finished-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/onfinish-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/pause-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/pending-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/startTime-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/canceling-an-animation-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/pausing-an-animation-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/play-states-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/reversing-an-animation-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/set-the-animation-start-time-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt: |
| |
| 2018-02-26 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Update the playState implementation |
| https://bugs.webkit.org/show_bug.cgi?id=183145 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations with slightly different failures later on in a couple of tests. |
| |
| * web-platform-tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt: |
| |
| 2018-02-26 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Implement the procedure to set the start time |
| https://bugs.webkit.org/show_bug.cgi?id=183137 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations with progressions. |
| |
| * web-platform-tests/web-animations/timing-model/animations/set-the-animation-start-time-expected.txt: |
| |
| 2018-02-26 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Ensure setting the hold time invalidates the timing model |
| https://bugs.webkit.org/show_bug.cgi?id=183136 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations with progressions. |
| |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-001-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/cancel-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/finish-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt: |
| |
| 2018-02-26 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r226745. |
| https://bugs.webkit.org/show_bug.cgi?id=183132 |
| |
| This is breaking some websites (Requested by youenn on |
| #webkit). |
| |
| Reverted changeset: |
| |
| "Use no-cache fetch mode when loading main documents with |
| location.reload()" |
| https://bugs.webkit.org/show_bug.cgi?id=181285 |
| https://trac.webkit.org/changeset/226745 |
| |
| 2018-02-19 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Make KeyframeEffect target nullable and read-write |
| https://bugs.webkit.org/show_bug.cgi?id=182741 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations with progressions resulting from handling null values for a keyframe effect's target |
| as well as making the KeyframeEffect target a read-write property. |
| |
| * web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/idlharness-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: |
| |
| 2018-02-17 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Store all parsed keyframe input information in a single structure |
| https://bugs.webkit.org/show_bug.cgi?id=182903 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations with progressions resulting from returning the style values as provided |
| by the keyframe input when calling getKeyframes(). |
| |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/setKeyframes-expected.txt: |
| |
| 2018-02-17 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Accept null composite modes in keyframes |
| https://bugs.webkit.org/show_bug.cgi?id=182902 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations with progressions. |
| |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor-expected.txt: |
| |
| 2018-02-19 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [css-grid] Apply automatic minimum size clamping to spanning items too |
| https://bugs.webkit.org/show_bug.cgi?id=182684 |
| |
| Reviewed by Javier Fernandez. |
| |
| Update WPT tests related to this change. |
| |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-022-expected.txt: |
| * 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-expected.txt: |
| * 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-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-024.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-025-expected.txt: Added. |
| * web-platform-tests/css/css-grid/grid-items/grid-minimum-size-grid-items-025.html: Added. |
| * web-platform-tests/css/css-grid/grid-items/w3c-import.log: |
| |
| 2018-02-16 Daniel Bates <dabates@apple.com> |
| |
| Remove UTF-32 BOM parsing code |
| https://bugs.webkit.org/show_bug.cgi?id=182900 |
| <rdar://problem/37238717> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Update expected results now that all sub-tests pass. |
| |
| * web-platform-tests/encoding/unsupported-encodings-expected.txt: |
| * web-platform-tests/encoding/utf-32-expected.txt: |
| |
| 2018-02-15 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Ensure that changing the timing model updates styles synchronously |
| https://bugs.webkit.org/show_bug.cgi?id=182836 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations for progressions. |
| |
| * web-platform-tests/css-timing-1/cubic-bezier-timing-functions-output-expected.txt: |
| * web-platform-tests/css-timing-1/frames-timing-functions-output-expected.txt: |
| * web-platform-tests/css-timing-1/step-timing-functions-output-expected.txt: |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-001-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/discrete-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/visibility-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/cancel-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt: |
| |
| 2018-02-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Unreviewed, rolling out r228444. |
| |
| Introduced API and Layout test failures. |
| |
| Reverted changeset: |
| |
| "[WebAuthN] Revisit the whole async model of task dispatching, |
| timeout and aborting" |
| https://bugs.webkit.org/show_bug.cgi?id=181946 |
| https://trac.webkit.org/changeset/228444 |
| |
| 2018-02-13 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r228437, r228439, and r228440. |
| https://bugs.webkit.org/show_bug.cgi?id=182756 |
| |
| Introduced LayoutTest failures (Requested by ryanhadd_ on |
| #webkit). |
| |
| Reverted changesets: |
| |
| "[Web Animations] Make KeyframeEffect target nullable and |
| read-write" |
| https://bugs.webkit.org/show_bug.cgi?id=182741 |
| https://trac.webkit.org/changeset/228437 |
| |
| "Unreviewed attempt to fix build after r228437." |
| https://trac.webkit.org/changeset/228439 |
| |
| "[Web Animations] Make KeyframeEffect target nullable and |
| read-write" |
| https://bugs.webkit.org/show_bug.cgi?id=182741 |
| https://trac.webkit.org/changeset/228440 |
| |
| 2018-02-13 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Make KeyframeEffect target nullable and read-write |
| https://bugs.webkit.org/show_bug.cgi?id=182741 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations for tests that use null KeyframeEffect targets and tests that update their target. |
| |
| * web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/discrete-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: |
| * web-platform-tests/web-animations/animation-model/animation-types/visibility-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/cancel-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/idlharness-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: |
| * web-platform-tests/web-animations/timing-model/timelines/document-timelines-expected.txt: |
| |
| 2018-02-12 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Support the copy constructors for KeyframeEffectReadOnly and KeyframeEffect |
| https://bugs.webkit.org/show_bug.cgi?id=182712 |
| |
| Reviewed by Dean Jackson. |
| |
| Update test expectations for tests relevant to the copy constructors. |
| |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/copy-constructor-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/idlharness-expected.txt: |
| |
| 2018-02-08 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Refactor AnimationEffect and KeyframeEffect into AnimationEffectReadOnly, KeyframeEffectReadOnly and KeyframeEffect |
| https://bugs.webkit.org/show_bug.cgi?id=182608 |
| |
| Reviewed by Dean Jackson. |
| |
| Update WPT expectations with progressions and updated failure points for all tests that involved |
| either AnimationEffectReadOnly or KeyframeEffectReadOnly. |
| |
| * web-platform-tests/web-animations/interfaces/Animation/constructor-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/effect-expected.txt: |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/idlharness-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Document/getAnimations-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/copy-constructor-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/idlharness-expected.txt: |
| |
| 2018-02-09 Youenn Fablet <youenn@apple.com> |
| |
| Add support for cache storage of blob response |
| https://bugs.webkit.org/show_bug.cgi?id=182637 |
| |
| Reviewed by Brady Eidson. |
| |
| * web-platform-tests/service-workers/cache-storage/script-tests/cache-put.js: |
| (cache_test.async): |
| * web-platform-tests/service-workers/cache-storage/serviceworker/cache-put.https-expected.txt: |
| * web-platform-tests/service-workers/cache-storage/window/cache-put.https-expected.txt: |
| * web-platform-tests/service-workers/cache-storage/worker/cache-put.https-expected.txt: |
| * web-platform-tests/service-workers/cache-storage/window/cache-put.https.html: |
| |
| 2018-02-09 Javier Fernandez <jfernandez@igalia.com> |
| |
| [css-align] Implement the new behavior of 'legacy' for justify-items |
| https://bugs.webkit.org/show_bug.cgi?id=172712 |
| |
| Reviewed by Antti Koivisto. |
| |
| Rebaselined Default Alignment related tests because of the new 'legacy' value. |
| |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-002-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-002.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-004-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-004-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-004.html: |
| |
| 2018-02-08 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Always expose "composite" in output of getKeyframes() |
| https://bugs.webkit.org/show_bug.cgi?id=182600 |
| |
| Reviewed by Dean Jackson. |
| |
| Update expected results to account for a number of progressions. |
| |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/composite-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/setKeyframes-expected.txt: |
| |
| 2018-02-07 Youenn Fablet <youenn@apple.com> |
| |
| Remove www1/www2 URLs from service worker tests |
| https://bugs.webkit.org/show_bug.cgi?id=182548 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/http-to-https-redirect-and-register.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/http-to-https-redirect-and-register.https.html: |
| * web-platform-tests/service-workers/service-worker/update-bytecheck.https.html: |
| |
| 2018-02-07 Chris Dumez <cdumez@apple.com> |
| |
| IndexedDB in service workers is using a memory backed store |
| https://bugs.webkit.org/show_bug.cgi?id=182574 |
| <rdar://problem/37316205> |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline WPT test that is now passing. |
| |
| * web-platform-tests/service-workers/service-worker/indexeddb.https-expected.txt: |
| |
| 2018-02-05 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, unskip fetch-event-respond-with-partial-stream.https.html as it no longer times out |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-partial-stream.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/import-scripts-redirect.https-expected.txt: |
| |
| 2018-02-05 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [css-grid] Rename gutter properties to remove "grid-" prefix |
| https://bugs.webkit.org/show_bug.cgi?id=180290 |
| |
| Reviewed by Javier Fernandez. |
| |
| Imported WPT tests from css/css-align/gaps/. |
| And also update the tests on css/css-grid/alignment/ gutter tests. |
| |
| * web-platform-tests/css/css-align/gaps/column-gap-animation-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/column-gap-animation-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/column-gap-animation-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/column-gap-animation-002.html: Added. |
| * web-platform-tests/css/css-align/gaps/column-gap-animation-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/column-gap-animation-003.html: Added. |
| * web-platform-tests/css/css-align/gaps/column-gap-parsing-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/column-gap-parsing-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-002.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-003.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-004-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/gap-animation-004.html: Added. |
| * web-platform-tests/css/css-align/gaps/gap-parsing-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/gap-parsing-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/grid-column-gap-parsing-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/grid-column-gap-parsing-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/grid-gap-parsing-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/grid-gap-parsing-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/grid-row-gap-parsing-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/grid-row-gap-parsing-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-animation-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-animation-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-animation-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-animation-002.html: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-animation-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-animation-003.html: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-parsing-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/gaps/row-gap-parsing-001.html: Added. |
| * web-platform-tests/css/css-align/gaps/w3c-import.log: Added. |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-001-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-002-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-003-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-004-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-005-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-006-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-007-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-008-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-009-expected.html: |
| * web-platform-tests/css/css-grid/alignment/grid-gutters-010-expected.html: |
| |
| 2018-02-05 Ms2ger <Ms2ger@igalia.com> |
| |
| Implement createImageBitmap(HTMLVideoElement) |
| https://bugs.webkit.org/show_bug.cgi?id=182388 |
| |
| Reviewed by Žan Doberšek. |
| |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html: |
| Update from upstream to make the test pass on macOS. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: |
| |
| 2018-02-02 Chris Dumez <cdumez@apple.com> |
| |
| Clearing a registration should null out its workers before setting their state to "redundant" |
| https://bugs.webkit.org/show_bug.cgi?id=182418 |
| <rdar://problem/37142874> |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline WPT test now that all checks are passing. I verified that this test is passing |
| in both Firefox and Chrome. |
| |
| * web-platform-tests/service-workers/service-worker/activation.https-expected.txt: |
| |
| 2018-02-02 Ms2ger <Ms2ger@igalia.com> |
| |
| Update imagebitmap tests. |
| https://bugs.webkit.org/show_bug.cgi?id=182335 |
| <rdar://problem/37110684> |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/2dcontext/imagebitmap/common.sub.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/common.js. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args.html: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Added. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub.html: Added. |
| * web-platform-tests/2dcontext/imagebitmap/w3c-import.log: |
| * web-platform-tests/common/namespaces.js: Added. |
| * web-platform-tests/common/w3c-import.log: |
| * web-platform-tests/images/pattern.mp4: Added. |
| * web-platform-tests/images/pattern.svg: Added. |
| * web-platform-tests/images/w3c-import.log: |
| |
| 2018-02-01 Chris Dumez <cdumez@apple.com> |
| |
| When SW install fails, null out registration.installing before setting worker state to "redundant" |
| https://bugs.webkit.org/show_bug.cgi?id=182416 |
| <rdar://problem/37141997> |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline WPT test now that one more check is passing. |
| |
| * web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt: |
| |
| 2018-02-01 Chris Dumez <cdumez@apple.com> |
| |
| Add missing RETURN_IF_EXCEPTION() after object->get() calls in convertDictionary<>() |
| https://bugs.webkit.org/show_bug.cgi?id=182392 |
| <rdar://problem/37119215> |
| |
| Reviewed by Geoffrey Garen. |
| |
| Rebaseline WPT test now that all checks are passing. |
| |
| * web-platform-tests/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https-expected.txt: |
| |
| 2018-02-01 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, rebaseline imported/w3c/web-platform-tests/service-workers/service-worker/performance-timeline.https.html |
| |
| * web-platform-tests/service-workers/service-worker/performance-timeline.https-expected.txt: |
| |
| 2018-02-01 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r227958 and r227972. |
| https://bugs.webkit.org/show_bug.cgi?id=182393 |
| |
| This caused a consistent crash on macOS. (Requested by |
| mlewis13 on #webkit). |
| |
| Reverted changesets: |
| |
| "Update imagebitmap tests." |
| https://bugs.webkit.org/show_bug.cgi?id=182335 |
| https://trac.webkit.org/changeset/227958 |
| |
| "[WPE] Update test expectations for r227958" |
| https://bugs.webkit.org/show_bug.cgi?id=182391 |
| https://trac.webkit.org/changeset/227972 |
| |
| 2018-02-01 Chris Dumez <cdumez@apple.com> |
| |
| Queue a microtask when a waitUntil() promise is settled |
| https://bugs.webkit.org/show_bug.cgi?id=182372 |
| <rdar://problem/37101019> |
| |
| Reviewed by Mark Lam. |
| |
| Reaseline WPT test now that all checks are passing. |
| |
| * web-platform-tests/service-workers/service-worker/extendable-event-async-waituntil.https-expected.txt: |
| |
| 2018-02-01 Ms2ger <Ms2ger@igalia.com> |
| |
| Update imagebitmap tests. |
| https://bugs.webkit.org/show_bug.cgi?id=182335 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/2dcontext/imagebitmap/common.sub.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/common.js. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args.html: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Added. |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub.html: Added. |
| * web-platform-tests/2dcontext/imagebitmap/w3c-import.log: |
| * web-platform-tests/common/namespaces.js: Added. |
| * web-platform-tests/common/w3c-import.log: |
| * web-platform-tests/images/pattern.mp4: Added. |
| * web-platform-tests/images/pattern.svg: Added. |
| * web-platform-tests/images/w3c-import.log: |
| |
| 2018-01-31 Saam Barati <sbarati@apple.com> |
| |
| JSC incorrectly interpreting script, sets Global Property instead of Global Lexical variable (LiteralParser / JSONP path) |
| https://bugs.webkit.org/show_bug.cgi?id=182074 |
| <rdar://problem/36846261> |
| |
| Reviewed by Mark Lam. |
| |
| * web-platform-tests/service-workers/service-worker/import-scripts-updated-flag.https-expected.txt: |
| |
| 2018-01-30 Youenn Fablet <youenn@apple.com> and Oleksandr Skachkov <gskachkov@gmail.com> |
| |
| FetchResponse should support ConsumeData callback on chunk data is received |
| https://bugs.webkit.org/show_bug.cgi?id=181600 |
| <rdar://problem/36932547> |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-body-loaded-in-chunk.https-expected.txt: Added. |
| * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-body-loaded-in-chunk.https.html: Added. |
| * web-platform-tests/service-workers/service-worker/resources/fetch-event-respond-with-body-loaded-in-chunk-worker.js: Added. |
| |
| 2018-01-30 Javier Fernandez <jfernandez@igalia.com> |
| |
| [css-align] The 'baseline' value must be invalid for the 'justify-content' property |
| https://bugs.webkit.org/show_bug.cgi?id=181794 |
| |
| Reviewed by Antti Koivisto. |
| |
| Adapted the test cases using <baseline-position> keywords to the new CSS syntax. |
| Imported the CSS/support folder. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-001-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-001.html: |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-003-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-003.html: |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-001-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-001.html: |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-003-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-003.html: |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-004-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-004.html: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-001-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-001.html: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-002-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-002.html: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004.html: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-006-expected.txt: |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-006.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-001-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-001.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-003-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-003.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-001-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-001.html: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-003-expected.txt: |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-003.html: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-001.html: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-002.html: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-004.html: |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-006.html: |
| * web-platform-tests/css/css-align/resources/alignment-parsing-utils.js: |
| (checkPlaceShorhand): |
| (checkPlaceShorhandLonghands): |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-001-expected.txt: |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-001.html: |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-003-expected.txt: |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-003.html: |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-001-expected.txt: |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-001.html: |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-003-expected.txt: |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-003.html: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-001.html: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-002.html: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-004.html: |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-006.html: |
| * web-platform-tests/css/support/1x1-green.png: Added. |
| * web-platform-tests/css/support/1x1-lime.png: Added. |
| * web-platform-tests/css/support/1x1-maroon.png: Added. |
| * web-platform-tests/css/support/1x1-navy.png: Added. |
| * web-platform-tests/css/support/1x1-red.png: Added. |
| * web-platform-tests/css/support/1x1-white.png: Added. |
| * web-platform-tests/css/support/60x60-gg-rr.png: Added. |
| * web-platform-tests/css/support/60x60-green.png: Added. |
| * web-platform-tests/css/support/60x60-red.png: Added. |
| * web-platform-tests/css/support/OWNERS: Added. |
| * web-platform-tests/css/support/README: Added. |
| * web-platform-tests/css/support/a-green.css: Added. |
| (.a): |
| * web-platform-tests/css/support/alignment.css: Added. |
| (.alignSelfAuto): |
| (.alignSelfNormal): |
| (.alignSelfStretch): |
| (.alignSelfStart): |
| (.alignSelfEnd): |
| (.alignSelfCenter): |
| (.alignSelfRight): |
| (.alignSelfLeft): |
| (.alignSelfFlexStart): |
| (.alignSelfFlexEnd): |
| (.alignSelfSelfStart): |
| (.alignSelfSelfEnd): |
| (.alignSelfSafeCenter): |
| (.alignSelfUnsafeCenter): |
| (.alignSelfSafeEnd): |
| (.alignSelfUnsafeEnd): |
| (.alignSelfSafeSelfEnd): |
| (.alignSelfUnsafeSelfEnd): |
| (.alignSelfSafeSelfStart): |
| (.alignSelfUnsafeSelfStart): |
| (.alignSelfSafeRight): |
| (.alignSelfUnsafeRight): |
| (.alignSelfSafeLeft): |
| (.alignSelfUnsafeLeft): |
| (.alignSelfSafeFlexEnd): |
| (.alignSelfUnsafeFlexEnd): |
| (.alignSelfSafeFlexStart): |
| (.alignSelfUnsafeFlexStart): |
| (.alignSelfBaseline): |
| (.alignSelfFirstBaseline): |
| (.alignSelfLastBaseline): |
| (.alignItemsAuto): |
| (.alignItemsNormal): |
| (.alignItemsStretch): |
| (.alignItemsStart): |
| (.alignItemsCenter): |
| (.alignItemsEnd): |
| (.alignItemsLeft): |
| (.alignItemsRight): |
| (.alignItemsFlexStart): |
| (.alignItemsFlexEnd): |
| (.alignItemsSelfStart): |
| (.alignItemsSelfEnd): |
| (.alignItemsSafeCenter): |
| (.alignItemsUnsafeCenter): |
| (.alignItemsSafeEnd): |
| (.alignItemsUnsafeEnd): |
| (.alignItemsSafeSelfEnd): |
| (.alignItemsUnsafeSelfEnd): |
| (.alignItemsSafeSelfStart): |
| (.alignItemsUnsafeSelfStart): |
| (.alignItemsSafeRight): |
| (.alignItemsUnsafeRight): |
| (.alignItemsSafeLeft): |
| (.alignItemsUnsafeLeft): |
| (.alignItemsSafeFlexEnd): |
| (.alignItemsUnsafeFlexEnd): |
| (.alignItemsSafeFlexStart): |
| (.alignItemsUnsafeFlexStart): |
| (.alignItemsBaseline): |
| (.alignItemsFirstBaseline): |
| (.alignItemsLastBaseline): |
| (.alignContentBaseline): |
| (.alignContentLastBaseline): |
| (.alignContentStart): |
| (.alignContentEnd): |
| (.alignContentCenter): |
| (.alignContentLeft): |
| (.alignContentRight): |
| (.alignContentFlexStart): |
| (.alignContentFlexEnd): |
| (.alignContentSpaceBetween): |
| (.alignContentSpaceAround): |
| (.alignContentSpaceEvenly): |
| (.alignContentStretch): |
| (.alignContentSafeCenter): |
| (.alignContentUnsafeCenter): |
| (.alignContentSafeEnd): |
| (.alignContentUnsafeEnd): |
| (.alignContentSafeRight): |
| (.alignContentUnsafeRight): |
| (.alignContentSafeLeft): |
| (.alignContentUnsafeLeft): |
| (.alignContentSafeFlexEnd): |
| (.alignContentUnsafeFlexEnd): |
| (.alignContentSafeFlexStart): |
| (.alignContentUnsafeFlexStart): |
| (.alignContentFirstBaseline): |
| (.justifySelfAuto): |
| (.justifySelfNormal): |
| (.justifySelfStretch): |
| (.justifySelfStart): |
| (.justifySelfCenter): |
| (.justifySelfEnd): |
| (.justifySelfRight): |
| (.justifySelfLeft): |
| (.justifySelfFlexStart): |
| (.justifySelfFlexEnd): |
| (.justifySelfSelfStart): |
| (.justifySelfSelfEnd): |
| (.justifySelfSafeCenter): |
| (.justifySelfUnsafeCenter): |
| (.justifySelfSafeEnd): |
| (.justifySelfUnsafeEnd): |
| (.justifySelfSafeSelfEnd): |
| (.justifySelfUnsafeSelfEnd): |
| (.justifySelfSafeSelfStart): |
| (.justifySelfUnsafeSelfStart): |
| (.justifySelfSafeRight): |
| (.justifySelfUnsafeRight): |
| (.justifySelfSafeLeft): |
| (.justifySelfUnsafeLeft): |
| (.justifySelfSafeFlexEnd): |
| (.justifySelfUnsafeFlexEnd): |
| (.justifySelfSafeFlexStart): |
| (.justifySelfUnsafeFlexStart): |
| (.justifySelfBaseline): |
| (.justifySelfFirstBaseline): |
| (.justifySelfLastBaseline): |
| (.justifyItemsAuto): |
| (.justifyItemsNormal): |
| (.justifyItemsStretch): |
| (.justifyItemsStart): |
| (.justifyItemsCenter): |
| (.justifyItemsEnd): |
| (.justifyItemsLeft): |
| (.justifyItemsRight): |
| (.justifyItemsFlexStart): |
| (.justifyItemsFlexEnd): |
| (.justifyItemsSelfStart): |
| (.justifyItemsSelfEnd): |
| (.justifyItemsLegacy): |
| (.justifyItemsLegacyLeft): |
| (.justifyItemsLegacyCenter): |
| (.justifyItemsLegacyRight): |
| (.justifyItemsLeftLegacy): |
| (.justifyItemsCenterLegacy): |
| (.justifyItemsRightLegacy): |
| (.justifyItemsSafeCenter): |
| (.justifyItemsUnsafeCenter): |
| (.justifyItemsSafeEnd): |
| (.justifyItemsUnsafeEnd): |
| (.justifyItemsSafeSelfEnd): |
| (.justifyItemsUnsafeSelfEnd): |
| (.justifyItemsSafeSelfStart): |
| (.justifyItemsUnsafeSelfStart): |
| (.justifyItemsSafeRight): |
| (.justifyItemsUnsafeRight): |
| (.justifyItemsSafeLeft): |
| (.justifyItemsUnsafeLeft): |
| (.justifyItemsSafeFlexEnd): |
| (.justifyItemsUnsafeFlexEnd): |
| (.justifyItemsSafeFlexStart): |
| (.justifyItemsUnsafeFlexStart): |
| (.justifyItemsTest): |
| (.justifyItemsBaseline): |
| (.justifyItemsFirstBaseline): |
| (.justifyItemsLastBaseline): |
| (.justifyContentBaseline): |
| (.justifyContentLastBaseline): |
| (.justifyContentStart): |
| (.justifyContentEnd): |
| (.justifyContentCenter): |
| (.justifyContentLeft): |
| (.justifyContentRight): |
| (.justifyContentFlexStart): |
| (.justifyContentFlexEnd): |
| (.justifyContentSpaceBetween): |
| (.justifyContentSpaceAround): |
| (.justifyContentSpaceEvenly): |
| (.justifyContentStretch): |
| (.justifyContentSafeCenter): |
| (.justifyContentUnsafeCenter): |
| (.justifyContentSafeEnd): |
| (.justifyContentUnsafeEnd): |
| (.justifyContentSafeRight): |
| (.justifyContentUnsafeRight): |
| (.justifyContentSafeLeft): |
| (.justifyContentUnsafeLeft): |
| (.justifyContentSafeFlexEnd): |
| (.justifyContentUnsafeFlexEnd): |
| (.justifyContentSafeFlexStart): |
| (.justifyContentUnsafeFlexStart): |
| (.justifyContentFirstBaseline): |
| (.itemsNormal): |
| (.itemsStretch): |
| (.itemsStart): |
| (.itemsCenter): |
| (.itemsEnd): |
| (.itemsLeft): |
| (.itemsRight): |
| (.itemsSelfStart): |
| (.itemsSelfEnd): |
| (.itemsBaseline): |
| (.selfStretch): |
| (.selfStart): |
| (.selfEnd): |
| (.selfCenter): |
| (.selfRight): |
| (.selfLeft): |
| (.selfSelfStart): |
| (.selfSelfEnd): |
| (.selfBaseline): |
| (.contentStart): |
| (.contentCenter): |
| (.contentEnd): |
| (.contentCenterSafe): |
| (.contentCenterUnsafe): |
| (.contentEndSafe): |
| (.contentEndUnsafe): |
| (.contentSpaceBetween): |
| (.contentSpaceAround): |
| (.contentSpaceEvenly): |
| (.contentStretch): |
| * web-platform-tests/css/support/b-green.css: Added. |
| (.b): |
| * web-platform-tests/css/support/c-red.css: Added. |
| (.c): |
| * web-platform-tests/css/support/cat.png: Added. |
| * web-platform-tests/css/support/green.ico: Added. |
| * web-platform-tests/css/support/import-green.css: Added. |
| (.import): |
| * web-platform-tests/css/support/import-red.css: Added. |
| (.import): |
| * web-platform-tests/css/support/pattern-grg-rgr-grg.png: Added. |
| * web-platform-tests/css/support/pattern-grg-rrg-rgg.png: Added. |
| * web-platform-tests/css/support/pattern-rgr-grg-rgr.png: Added. |
| * web-platform-tests/css/support/pattern-tr.png: Added. |
| * web-platform-tests/css/support/red.ico: Added. |
| * web-platform-tests/css/support/ruler-h-50%.png: Added. |
| * web-platform-tests/css/support/ruler-h-50px.png: Added. |
| * web-platform-tests/css/support/ruler-v-100px.png: Added. |
| * web-platform-tests/css/support/ruler-v-50px.png: Added. |
| * web-platform-tests/css/support/square-purple.png: Added. |
| * web-platform-tests/css/support/square-teal.png: Added. |
| * web-platform-tests/css/support/square-white.png: Added. |
| * web-platform-tests/css/support/support/README: Added. |
| * web-platform-tests/css/support/support/swatch-green.png: Added. |
| * web-platform-tests/css/support/support/swatch-red.png: Added. |
| * web-platform-tests/css/support/support/w3c-import.log: Added. |
| * web-platform-tests/css/support/swatch-blue.png: Added. |
| * web-platform-tests/css/support/swatch-green.png: Added. |
| * web-platform-tests/css/support/swatch-lime.png: Added. |
| * web-platform-tests/css/support/swatch-orange.png: Added. |
| * web-platform-tests/css/support/swatch-red.png: Added. |
| * web-platform-tests/css/support/swatch-teal.png: Added. |
| * web-platform-tests/css/support/swatch-white.png: Added. |
| * web-platform-tests/css/support/swatch-yellow.png: Added. |
| * web-platform-tests/css/support/test-bl.png: Added. |
| * web-platform-tests/css/support/test-br.png: Added. |
| * web-platform-tests/css/support/test-inner-half-size.png: Added. |
| * web-platform-tests/css/support/test-outer.png: Added. |
| * web-platform-tests/css/support/test-tl.png: Added. |
| * web-platform-tests/css/support/test-tr.png: Added. |
| * web-platform-tests/css/support/w3c-import.log: Added. |
| |
| 2018-01-30 Frederic Wang <fwang@igalia.com> |
| |
| Use document.scrollingElement to access viewport scroll properties in tests |
| https://bugs.webkit.org/show_bug.cgi?id=182241 |
| |
| Reviewed by Antonio Gomes. |
| |
| Many tests use document.body in standard mode in order to access scroll properties of the |
| viewport. This is incorrect per the CSSOM View specification but WebKit does not follow the |
| spec at the moment (see bug 5991). This replaces several of these instances with |
| document.scrollingElement, so that tests will still work when WebKit's behavior is changed. |
| The change in that web-platform-tests test are imported from |
| https://github.com/w3c/web-platform-tests/commit/fc33ef7641427a3f1388093c54b24f292c21b34d |
| |
| * web-platform-tests/html/browsers/browsing-the-web/scroll-to-fragid/003.html: |
| |
| 2018-01-29 Youenn Fablet <youenn@apple.com> |
| |
| ServiceWorkerClientFetch should not consider responses without Location headers as redirection responses |
| https://bugs.webkit.org/show_bug.cgi?id=182134 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/navigation-redirect.https-expected.txt: |
| |
| 2018-01-29 Oleksandr Skachkov <gskachkov@gmail.com> |
| |
| FetchResponse should support ConsumeData callback on chunk data is received: handling ReadableStream bodies |
| https://bugs.webkit.org/show_bug.cgi?id=182008 |
| |
| Reviewed by Youenn Fablet. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-readable-stream-chunk.https-expected.txt: Added. |
| * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-readable-stream-chunk.https.html: Added. |
| * web-platform-tests/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-chunk-iframe.html: Added. |
| * web-platform-tests/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-chunk-worker.js: Added. |
| (const.process): |
| (this.step): |
| (this.run): |
| (const.asyncSteps): |
| |
| 2018-01-26 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Distinguish between an omitted and a null timeline argument to the Animation constructor |
| https://bugs.webkit.org/show_bug.cgi?id=179065 |
| |
| Reviewed by Dean Jackson. |
| |
| Update WPT test output with progressions. |
| |
| * web-platform-tests/web-animations/interfaces/Animation/constructor-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/reversing-an-animation-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt: |
| |
| 2018-01-26 Youenn Fablet <youenn@apple.com> |
| |
| CSP post checks should be done for service worker responses |
| https://bugs.webkit.org/show_bug.cgi?id=182160 |
| |
| Reviewed by Daniel Bates. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-csp.https-expected.txt: |
| |
| 2018-01-26 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [css-multicol] Support percentages in column-gap |
| https://bugs.webkit.org/show_bug.cgi?id=182004 |
| |
| Reviewed by Javier Fernandez. |
| |
| New expected results for a few tests that are passing now. |
| One is the test for this specific patch, the other are tests related to animations |
| of "normal" and initial value, that were fixed with the introduction of GapLength. |
| |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-002-expected.txt: |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-003-expected.txt: |
| * web-platform-tests/css/css-multicol/multicol-gap-percentage-001-expected.txt: |
| |
| 2018-01-25 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling.html crashes |
| https://bugs.webkit.org/show_bug.cgi?id=181980 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error-expected.txt: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt: Added. |
| |
| 2018-01-25 Chris Dumez <cdumez@apple.com> |
| |
| Access to service workers / Cache API should be disabled in sandboxed frames without allow-same-origin flag |
| https://bugs.webkit.org/show_bug.cgi?id=182140 |
| <rdar://problem/36879952> |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline several WPT test that either pass or fail differently. |
| |
| * web-platform-tests/service-workers/cache-storage/window/sandboxed-iframes.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/sandboxed-iframe-navigator-serviceworker.https-expected.txt: |
| |
| 2018-01-25 Chris Dumez <cdumez@apple.com> |
| |
| Clients.get(id) should only returns clients in the service worker's origin |
| https://bugs.webkit.org/show_bug.cgi?id=182149 |
| <rdar://problem/36882310> |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebase WPT test that is now passing. |
| |
| * web-platform-tests/service-workers/service-worker/clients-get-cross-origin.https-expected.txt: |
| |
| 2018-01-25 Youenn Fablet <youenn@apple.com> |
| |
| ShapeOutside should use same origin credentials mode |
| https://bugs.webkit.org/show_bug.cgi?id=182141 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-request-css-images.https-expected.txt: |
| |
| 2018-01-25 Youenn Fablet <youenn@apple.com> |
| |
| DocumentThreadableLoader should ensure service worker is not reused if redirection comes from the network |
| https://bugs.webkit.org/show_bug.cgi?id=182137 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-request-fallback.https-expected.txt: |
| |
| 2018-01-25 Youenn Fablet <youenn@apple.com> |
| |
| DocumentLoader should interrupt ongoing load when getting a redirection from network that matches a service worker |
| https://bugs.webkit.org/show_bug.cgi?id=182115 |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/service-workers/service-worker/navigation-redirect.https-expected.txt: |
| |
| 2018-01-25 Chris Dumez <cdumez@apple.com> |
| |
| Registering same scope as the script directory without the last slash should fail |
| https://bugs.webkit.org/show_bug.cgi?id=182122 |
| <rdar://problem/36877167> |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline WPT test now that one more check is passing. |
| |
| * web-platform-tests/service-workers/service-worker/registration-security-error.https-expected.txt: |
| |
| 2018-01-25 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Expose the reverse() method |
| https://bugs.webkit.org/show_bug.cgi?id=182100 |
| <rdar://problem/36867117> |
| |
| Reviewed by Dean Jackson. |
| |
| Update WPT test output with progressions. |
| |
| * web-platform-tests/web-animations/interfaces/Animation/idlharness-expected.txt: |
| * web-platform-tests/web-animations/timing-model/animations/reversing-an-animation-expected.txt: |
| |
| 2018-01-25 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Account for provided easings when computing progress and resolving keyframe effect values |
| https://bugs.webkit.org/show_bug.cgi?id=182098 |
| <rdar://problem/36866149> |
| |
| Reviewed by Dean Jackson. |
| |
| Update expected values with a few adjusted failures and many progressions. |
| |
| * web-platform-tests/css-timing-1/step-timing-functions-output-expected.txt: |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: |
| * web-platform-tests/web-animations/interfaces/Animation/effect-expected.txt: |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt: |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt: |
| * web-platform-tests/web-animations/timing-model/time-transformations/transformed-progress-expected.txt: |
| |
| 2018-01-25 Youenn Fablet <youenn@apple.com> |
| |
| Set integrity fetch options for loading scripts and CSS |
| https://bugs.webkit.org/show_bug.cgi?id=182077 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-request-resources.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-resources.https.html: |
| |
| 2018-01-25 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [css-multicol] Update WPT test suite |
| https://bugs.webkit.org/show_bug.cgi?id=182087 |
| |
| Reviewed by Javier Fernandez. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/css/css-multicol/OWNERS: Added. |
| * web-platform-tests/css/css-multicol/extremely-tall-multicol-with-extremely-tall-child-crash-expected.txt: Added. |
| * web-platform-tests/css/css-multicol/extremely-tall-multicol-with-extremely-tall-child-crash.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-001-expected.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-001.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-002-expected.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-002.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-003-expected.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-003.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-004-expected.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-004.html: |
| * web-platform-tests/css/css-multicol/multicol-basic-005-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-005.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-006-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-006.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-007-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-007.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-008-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-basic-008.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-block-no-clip-001-expected.xht: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-multicol/multicol-width-002-expected.xht. |
| * web-platform-tests/css/css-multicol/multicol-block-no-clip-001.xht: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-multicol/multicol-clip-001.xht. |
| * web-platform-tests/css/css-multicol/multicol-block-no-clip-002-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-block-no-clip-002.xht: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-multicol/multicol-clip-001.xht. |
| * web-platform-tests/css/css-multicol/multicol-br-inside-avoidcolumn-001-expected.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-br-inside-avoidcolumn-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-break-000-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-break-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-break-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-clip-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-004-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-004.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-005-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-005.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-006-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-006.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-007-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-007.xht: |
| * web-platform-tests/css/css-multicol/multicol-columns-invalid-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-containing-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-containing-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-count-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-count-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-count-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-count-computed-003-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-count-computed-003.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-count-computed-005-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-count-computed-005.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-fill-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-block-children-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-auto-block-children-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-balance-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-balance-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-fill-balance-002-expected.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-fill-balance-002.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-gap-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-001-expected.txt: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-001.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-002-expected.txt: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-002.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-003-expected.txt: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-animation-003.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-fraction-002-expected.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-fraction-002.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-large-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-gap-large-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-gap-percentage-001-expected.txt: Added. |
| * web-platform-tests/css/css-multicol/multicol-gap-percentage-001.html: Added. |
| * web-platform-tests/css/css-multicol/multicol-height-block-child-001-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-height-block-child-001.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-inherit-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-inherit-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-inherit-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-margin-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-margin-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-margin-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-margin-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-margin-child-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-005.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-column-rule-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-column-rule-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-margin-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-margin-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-margin-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-margin-004-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-margin-004.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-margin-005-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-nested-margin-005.xht: |
| * web-platform-tests/css/css-multicol/multicol-overflow-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-reduce-000-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-reduce-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-000-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-color-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-color-inherit-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-dashed-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-double-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-fraction-002.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-fraction-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-fraction-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-groove-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-hidden-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-inset-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-large-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-large-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-large-002.xht: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-multicol/multicol-rule-large-001.xht. |
| * web-platform-tests/css/css-multicol/multicol-rule-none-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-outset-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-px-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-px-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-ridge-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-samelength-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-shorthand-2-expected.xht: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-multicol/multicol-shorthand-001-expected.xht. |
| * web-platform-tests/css/css-multicol/multicol-rule-shorthand-2.xht: Copied from LayoutTests/imported/w3c/web-platform-tests/css/css-multicol/multicol-rule-002.xht. |
| * web-platform-tests/css/css-multicol/multicol-rule-solid-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-stacking-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-rule-stacking-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-shorthand-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-shorthand-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-000.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-block-sibling-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-block-sibling-003.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-bottom-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-bottom-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-nested-firstchild-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-all-margin-nested-firstchild-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-span-none-001-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-span-none-001.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-table-cell-vertical-align-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-table-cell-vertical-align-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-003-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-ch-001-expected.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-width-ch-001.xht: Added. |
| * web-platform-tests/css/css-multicol/multicol-width-count-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-count-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-count-002-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-negative-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-width-small-001.xht: |
| * web-platform-tests/css/css-multicol/multicol-zero-height-001-expected.xht: |
| * web-platform-tests/css/css-multicol/multicol-zero-height-001.xht: |
| * web-platform-tests/css/css-multicol/support/w3c-import.log: Added. |
| * web-platform-tests/css/css-multicol/w3c-import.log: Added. |
| |
| 2018-01-25 Antoine Quint <graouts@apple.com> |
| |
| [Web Animations] Update WPT tests and move them to imported/w3c/web-platform-tests |
| https://bugs.webkit.org/show_bug.cgi?id=182092 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt. |
| * web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/accumulation-per-property.html. |
| * web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/addition-per-property-expected.txt. |
| * web-platform-tests/web-animations/animation-model/animation-types/addition-per-property.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/addition-per-property.html. |
| * web-platform-tests/web-animations/animation-model/animation-types/discrete-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/discrete-animation-expected.txt. |
| * web-platform-tests/web-animations/animation-model/animation-types/discrete.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/discrete-animation.html. |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt. |
| * web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/interpolation-per-property.html. |
| * web-platform-tests/web-animations/animation-model/animation-types/property-list.js: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/property-list.js. |
| * web-platform-tests/web-animations/animation-model/animation-types/property-types.js: Renamed from LayoutTests/http/wpt/web-animations/animation-model/animation-types/property-types.js. |
| * web-platform-tests/web-animations/animation-model/animation-types/visibility-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-visibility-expected.txt. |
| * web-platform-tests/web-animations/animation-model/animation-types/visibility.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-visibility.html. |
| * web-platform-tests/web-animations/animation-model/combining-effects/effect-composition-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/combining-effects/effect-composition-expected.txt. |
| * web-platform-tests/web-animations/animation-model/combining-effects/effect-composition.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/combining-effects/effect-composition.html. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-context-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-context-expected.txt. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-context.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-context.html. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation-expected.txt: Added. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/iterationComposite.html. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes-expected.txt. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance-expected.txt. |
| * web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html: Renamed from LayoutTests/http/wpt/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html. |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animatable/animate-no-browsing-context-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animatable/animate-no-browsing-context.html. |
| * web-platform-tests/web-animations/interfaces/Animatable/animate.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animatable/animate.html. |
| * web-platform-tests/web-animations/interfaces/Animatable/getAnimations-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/Animatable/getAnimations.html: Added. |
| * web-platform-tests/web-animations/interfaces/Animation/cancel-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/cancel-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/cancel.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/cancel.html. |
| * web-platform-tests/web-animations/interfaces/Animation/constructor-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/constructor-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/constructor.html: Added. |
| * web-platform-tests/web-animations/interfaces/Animation/effect-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/effect-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/effect.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/effect.html. |
| * web-platform-tests/web-animations/interfaces/Animation/finish-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/Animation/finish.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/finish.html. |
| * web-platform-tests/web-animations/interfaces/Animation/finished-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/Animation/finished.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/finished.html. |
| * web-platform-tests/web-animations/interfaces/Animation/id-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/id-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/id.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/id.html. |
| * web-platform-tests/web-animations/interfaces/Animation/idlharness-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/idlharness-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/idlharness.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/idlharness.html. |
| * web-platform-tests/web-animations/interfaces/Animation/oncancel-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/oncancel-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/oncancel.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/oncancel.html. |
| * web-platform-tests/web-animations/interfaces/Animation/onfinish-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/onfinish-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/onfinish.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/onfinish.html. |
| * web-platform-tests/web-animations/interfaces/Animation/pause-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/pause-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/pause.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/pause.html. |
| * web-platform-tests/web-animations/interfaces/Animation/pending-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/Animation/pending.html: Added. |
| * web-platform-tests/web-animations/interfaces/Animation/play-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/play-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/play.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/play.html. |
| * web-platform-tests/web-animations/interfaces/Animation/playbackRate-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/playbackRate-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/playbackRate.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/playbackRate.html. |
| * web-platform-tests/web-animations/interfaces/Animation/ready-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/ready-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/ready.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/ready.html. |
| * web-platform-tests/web-animations/interfaces/Animation/startTime-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/startTime-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Animation/startTime.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Animation/startTime.html. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/delay-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/delay.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/direction-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/direction.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/duration-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/duration.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/AnimationEffectTiming/easing-expected.txt. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/easing.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/AnimationEffectTiming/easing.html. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/endDelay-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/endDelay.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/fill-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/fill.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/getComputedTiming-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/getComputedTiming.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/idlharness-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/idlharness.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/iterationStart-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/iterationStart.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/iterations-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationEffectTiming/iterations.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationPlaybackEvent/constructor-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationPlaybackEvent/constructor.html: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationPlaybackEvent/idlharness-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/AnimationPlaybackEvent/idlharness.html: Added. |
| * web-platform-tests/web-animations/interfaces/Document/getAnimations-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Document/getAnimations-expected.txt. |
| * web-platform-tests/web-animations/interfaces/Document/getAnimations.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/Document/getAnimations.html. |
| * web-platform-tests/web-animations/interfaces/Document/timeline-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/Document/timeline.html: Added. |
| * web-platform-tests/web-animations/interfaces/DocumentTimeline/constructor-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/DocumentTimeline/constructor-expected.txt. |
| * web-platform-tests/web-animations/interfaces/DocumentTimeline/constructor.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/DocumentTimeline/constructor.html. |
| * web-platform-tests/web-animations/interfaces/DocumentTimeline/idlharness-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/AnimationTimeline/idlharness-expected.txt. |
| * web-platform-tests/web-animations/interfaces/DocumentTimeline/idlharness.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/composite-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/composite.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/composite.html. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/constructor.html: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/copy-constructor-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/copy-constructor.html: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/idlharness-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/idlharness.html: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite.html: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001-expected.txt. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002-expected.txt. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/setKeyframes-expected.txt: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/setKeyframes.html: Added. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/setTarget-expected.txt. |
| * web-platform-tests/web-animations/interfaces/KeyframeEffect/target.html: Renamed from LayoutTests/http/wpt/web-animations/interfaces/KeyframeEffect/setTarget.html. |
| * web-platform-tests/web-animations/resources/easing-tests.js: Renamed from LayoutTests/http/wpt/web-animations/resources/easing-tests.js. |
| * web-platform-tests/web-animations/resources/effect-tests.js: Renamed from LayoutTests/http/wpt/web-animations/resources/effect-tests.js. |
| * web-platform-tests/web-animations/resources/keyframe-tests.js: Added. |
| * web-platform-tests/web-animations/resources/keyframe-utils.js: Added. |
| * web-platform-tests/web-animations/resources/xhr-doc.py: Renamed from LayoutTests/http/wpt/web-animations/resources/xhr-doc.py. |
| * web-platform-tests/web-animations/testcommon.js: Renamed from LayoutTests/http/wpt/web-animations/testcommon.js. |
| * web-platform-tests/web-animations/timing-model/animation-effects/active-time-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/active-time-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animation-effects/active-time.html: Added. |
| * web-platform-tests/web-animations/timing-model/animation-effects/current-iteration-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/current-iteration-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animation-effects/current-iteration.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/current-iteration.html. |
| * web-platform-tests/web-animations/timing-model/animation-effects/local-time-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/local-time-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animation-effects/local-time.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/local-time.html. |
| * web-platform-tests/web-animations/timing-model/animation-effects/phases-and-states-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/phases-and-states-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animation-effects/phases-and-states.html: Added. |
| * web-platform-tests/web-animations/timing-model/animation-effects/simple-iteration-progress-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/simple-iteration-progress-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animation-effects/simple-iteration-progress.html. |
| * web-platform-tests/web-animations/timing-model/animations/canceling-an-animation-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/canceling-an-animation-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/canceling-an-animation.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/canceling-an-animation.html. |
| * web-platform-tests/web-animations/timing-model/animations/current-time-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/current-time-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/current-time.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/current-time.html. |
| * web-platform-tests/web-animations/timing-model/animations/finishing-an-animation-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/finishing-an-animation-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/finishing-an-animation.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/finishing-an-animation.html. |
| * web-platform-tests/web-animations/timing-model/animations/pausing-an-animation-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/pausing-an-animation-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/pausing-an-animation.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/pausing-an-animation.html. |
| * web-platform-tests/web-animations/timing-model/animations/play-states-expected.txt: Added. |
| * web-platform-tests/web-animations/timing-model/animations/play-states.html: Added. |
| * web-platform-tests/web-animations/timing-model/animations/playing-an-animation-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/playing-an-animation-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/playing-an-animation.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/playing-an-animation.html. |
| * web-platform-tests/web-animations/timing-model/animations/reversing-an-animation-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/reversing-an-animation-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/reversing-an-animation.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/reversing-an-animation.html. |
| * web-platform-tests/web-animations/timing-model/animations/set-the-animation-start-time-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/set-the-animation-start-time-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/set-the-animation-start-time.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/set-the-animation-start-time.html. |
| * web-platform-tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/set-the-target-effect-of-an-animation-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html. |
| * web-platform-tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/set-the-timeline-of-an-animation-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html. |
| * web-platform-tests/web-animations/timing-model/animations/updating-the-finished-state-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/updating-the-finished-state-expected.txt. |
| * web-platform-tests/web-animations/timing-model/animations/updating-the-finished-state.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/animations/updating-the-finished-state.html. |
| * web-platform-tests/web-animations/timing-model/time-transformations/transformed-progress-expected.txt: Renamed from LayoutTests/http/wpt/web-animations/timing-model/time-transformations/transformed-progress-expected.txt. |
| * web-platform-tests/web-animations/timing-model/time-transformations/transformed-progress.html: Renamed from LayoutTests/http/wpt/web-animations/timing-model/time-transformations/transformed-progress.html. |
| * web-platform-tests/web-animations/timing-model/timelines/document-timelines-expected.txt: Added. |
| * web-platform-tests/web-animations/timing-model/timelines/document-timelines.html: Added. |
| * web-platform-tests/web-animations/timing-model/timelines/timelines-expected.txt: Added. |
| * web-platform-tests/web-animations/timing-model/timelines/timelines.html: Added. |
| |
| 2018-01-24 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| Move css-color & css-multicol WPT suites to the proper folder |
| https://bugs.webkit.org/show_bug.cgi?id=182044 |
| |
| Reviewed by Youenn Fablet. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-color/: Renamed from LayoutTests/imported/w3c/css/css-color-3/. |
| * web-platform-tests/css/css-multicol/: Renamed from LayoutTests/imported/w3c/css/css-multicol-1/. |
| |
| 2018-01-24 Chris Dumez <cdumez@apple.com> |
| |
| close() operation should not be exposed inside a ServiceWorkerGlobalScope |
| https://bugs.webkit.org/show_bug.cgi?id=182057 |
| |
| Reviewed by Youenn Fablet. |
| |
| Rebaseline WPT tests now that more checks are passing. |
| |
| * web-platform-tests/service-workers/service-worker/ServiceWorkerGlobalScope/close.https-expected.txt: |
| * web-platform-tests/workers/interfaces.worker-expected.txt: |
| |
| 2018-01-24 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, rebaseline flaky service worker test |
| |
| * web-platform-tests/service-workers/service-worker/windowclient-navigate.https-expected.txt: |
| |
| 2018-01-24 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, unskip some service worker tests that no longer time out |
| |
| * web-platform-tests/service-workers/service-worker/clients-matchall-include-uncontrolled.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/extendable-event-waituntil.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/indexeddb.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/navigation-redirect.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/postmessage-msgport-to-client.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/postmessage.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/sandboxed-iframe-fetch-event.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/update-recovery.https-expected.txt: |
| |
| 2018-01-24 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| Update paths of CSS tests from WPT |
| https://bugs.webkit.org/show_bug.cgi?id=182043 |
| |
| Reviewed by Youenn Fablet. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/css/css-display/: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-display-3/. |
| * web-platform-tests/css/css-pseudo/: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo-4/. |
| * web-platform-tests/css/css-scoping/: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-scoping-1/. |
| * web-platform-tests/css/css-shapes/: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-shapes-1/. |
| * web-platform-tests/css/css-ui/: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-ui-3/. |
| * web-platform-tests/css/geometry/: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/geometry-1/. |
| * web-platform-tests/css/selectors/: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/selectors4/. |
| * web-platform-tests/lint.whitelist: |
| |
| 2018-01-23 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| Import WPT for modules |
| https://bugs.webkit.org/show_bug.cgi?id=181981 |
| |
| Reviewed by Sam Weinig. |
| |
| This patch just imports WPT for modules mechanically. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/bad-module-specifier.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/charset-01-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/charset-01.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/charset-02-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/charset-02.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/charset-03-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/charset-03.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/compilation-error-1-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/compilation-error-1.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/compilation-error-2-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/compilation-error-2.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/credentials.sub-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/credentials.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-common.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-import-different.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-import-missingheader.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-import-same.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-import-wrongheader.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-root-different.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-root-missingheader.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-root-same.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-root-wrongheader.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin-scripterror.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/crossorigin.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentScript-null-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentScript-null.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/currentscript.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/custom-element-exception-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/custom-element-exception.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/cycle-tdz-access-a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/cycle-tdz-access.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/cycle-unresolvable-a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/cycle-unresolvable.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-fetch-error.sub-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-fetch-error.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/inline-event-handler-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/inline-event-handler.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-classic-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-classic.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-module-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-module.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-classic-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-classic.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-module-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-module.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-classic-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-classic.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-module-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-module.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-classic-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-classic.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-module-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-module.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/dynamic-import/w3c-import.log: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/error-and-slow-dependency-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/error-and-slow-dependency.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-common.js: Added. |
| (errorHandler): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-dependent.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-dependent.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-dependentmultiple.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-dependentmultiple.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-parseerror-root.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-wrongMimetype-import.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-wrongMimetype.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-1-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-1.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-2-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-2.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-3-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-3.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-4-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/evaluation-error-4.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered2.js: Added. |
| (test_dynamicOrdered.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered3.js: Added. |
| (test_dynamicOrdered.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-dynamicordered4.js: Added. |
| (test_dynamicOrdered.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-dynamicunordered1.js: Added. |
| (test_dynamicUnordered1.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-dynamicunordered2.js: Added. |
| (test_dynamicUnordered2.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-parsedordered2.js: Added. |
| (test_parsedOrdered.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-parsedordered4.js: Added. |
| (test_parsedOrdered.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-parsedunordered1.js: Added. |
| (test_parsedUnordered1.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder-parsedunordered2.js: Added. |
| (test_parsedUnordered2.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/execorder.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/export-something-nested.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/export-something.js: Added. |
| (export.set_foo): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/fetch-error-1-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/fetch-error-1.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/fetch-error-2-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/fetch-error-2.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/fetch-error-2.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/import-something-namespace.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/import-subgraph-404-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/import-subgraph-404.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-cycle-a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-cycle-b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-cycle.js: Added. |
| (test_importCycle.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-inc-a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-inc-ab.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-inc-b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-self-inner.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports-self.js: Added. |
| (test_importSelf.step): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/imports.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-1-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-1.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-1.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-2-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-3-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-3.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4c.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-4d.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5c.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5d.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-5e.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-6-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-6.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-6a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-6b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-6c.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-6d.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7c.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7d.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7e.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-7f.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/instantiation-error-8.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-matches-inner.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-matches.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-mismatches-inner.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-mismatches.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/late-namespace-request-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/late-namespace-request.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/late-star-export-request-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/late-star-export-request.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/load-error-events-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/load-error-events-inline-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/load-error-events-inline.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/load-error-events.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/missing-export-nested.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/missing-export.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/module-in-xhtml-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/module-in-xhtml.xhtml: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/module-vs-script-1-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/module-vs-script-1.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/module-vs-script-2-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/module-vs-script-2.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/nested-missing-export.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/nomodule-attribute-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/nomodule-attribute.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/404-but-js.asis: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/500-but-js.asis: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/check-cookie.py: Added. |
| (main): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/credentials-iframe.sub.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/delayed-modulescript.py: Added. |
| (main): |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/import-non-utf8-with-charset-header.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/import-non-utf8.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/import-utf8-with-charset-header.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/import-utf8.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/imports-404-but-js.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/imports-500-but-js.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/imports-b-cross-origin.sub.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/resources/w3c-import.log: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/script-for-event-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/script-for-event.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/set-currentScript-on-window.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/single-evaluation-1-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/single-evaluation-1.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/single-evaluation-2-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/single-evaluation-2.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/slow-cycle-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/slow-cycle.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/slow-module-graph-a.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/slow-module-graph-b.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/specifier-error-expected.txt: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/specifier-error.html: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/syntaxerror-nested.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/syntaxerror.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/this-nested.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/this.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw-error.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw-nested.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/throw.js: Added. |
| * web-platform-tests/html/semantics/scripting-1/the-script-element/module/w3c-import.log: Added. |
| |
| 2018-01-23 Javier Fernandez <jfernandez@igalia.com> |
| |
| [css-align] 'left' and 'right' should parse as invalid in block/cross-axis alignment |
| https://bugs.webkit.org/show_bug.cgi?id=181792 |
| |
| Reviewed by Antti Koivisto. |
| |
| Imported new Web Platform Tests for the css-align module. |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/css/css-align-3/content-distribution/w3c-import.log: Removed. |
| * web-platform-tests/css/css-align-3/default-alignment/w3c-import.log: Removed. |
| * web-platform-tests/css/css-align-3/resources/alignment-parsing-utils.js: Removed. |
| * web-platform-tests/css/css-align-3/self-alignment/w3c-import.log: Removed. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-001.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-002.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-003.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-004-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-004.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-005-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-align-content-005.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-001.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-002.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-003.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-004-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-004.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-005-expected.txt: Added. |
| * web-platform-tests/css/css-align/content-distribution/parse-justify-content-005.html: Added. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-001-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-001-expected.txt. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-001.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-001.html. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-002-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-002-expected.txt. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-002.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-002.html. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-003-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-003-expected.txt. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-003.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-003.html. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-004-expected.txt. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-004.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-004.html. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-005-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-005-expected.txt. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-005.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-005.html. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-006-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-006-expected.txt. |
| * web-platform-tests/css/css-align/content-distribution/place-content-shorthand-006.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/content-distribution/place-content-shorthand-006.html. |
| * web-platform-tests/css/css-align/content-distribution/w3c-import.log: Added. |
| * web-platform-tests/css/css-align/default-alignment/justify-items-legacy-001-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/justify-items-legacy-001-expected.txt. |
| * web-platform-tests/css/css-align/default-alignment/justify-items-legacy-001.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/justify-items-legacy-001.html. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-001.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-002.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-003.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-004-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-004.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-005-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-align-items-005.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-001.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-002.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-003.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-004-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-004.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-005-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-005.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-006-expected.txt: Added. |
| * web-platform-tests/css/css-align/default-alignment/parse-justify-items-006.html: Added. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-001-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-001-expected.txt. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-001.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-001.html. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-002-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-002-expected.txt. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-002.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-002.html. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-003-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-003-expected.txt. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-003.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-003.html. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-004-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-004-expected.txt. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-004.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-004.html. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-005-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-005-expected.txt. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-005.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-005.html. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-006-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-006-expected.txt. |
| * web-platform-tests/css/css-align/default-alignment/place-items-shorthand-006.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/default-alignment/place-items-shorthand-006.html. |
| * web-platform-tests/css/css-align/default-alignment/w3c-import.log: Added. |
| * web-platform-tests/css/css-align/distribution-values/space-evenly-001-expected.xht: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/distribution-values/space-evenly-001-expected.xht. |
| * web-platform-tests/css/css-align/distribution-values/space-evenly-001.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/distribution-values/space-evenly-001.html. |
| * web-platform-tests/css/css-align/distribution-values/w3c-import.log: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/distribution-values/w3c-import.log. |
| * web-platform-tests/css/css-align/resources/alignment-parsing-utils.js: Added. |
| (checkPlaceShorhand): |
| (checkPlaceShorhandLonghands): |
| (checkPlaceShorthandInvalidValues): |
| (checkValues): |
| (checkBadValues): |
| (checkInitialValues): |
| (checkInheritValues): |
| (checkLegacyValues): |
| (checkSupportedValues): |
| * web-platform-tests/css/css-align/resources/w3c-import.log: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/resources/w3c-import.log. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-001.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-002.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-003.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-004-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-004.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-005-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-align-self-005.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-001-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-001.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-002-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-002.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-003-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-003.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-004-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-004.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-005-expected.txt: Added. |
| * web-platform-tests/css/css-align/self-alignment/parse-justify-self-005.html: Added. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-001-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-001-expected.txt. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-001.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-001.html. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-002-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-002-expected.txt. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-002.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-002.html. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-003-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-003-expected.txt. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-003.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-003.html. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-004-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-004-expected.txt. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-004.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-004.html. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-005-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-005-expected.txt. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-005.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-005.html. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-006-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-006-expected.txt. |
| * web-platform-tests/css/css-align/self-alignment/place-self-shorthand-006.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/css/css-align-3/self-alignment/place-self-shorthand-006.html. |
| * web-platform-tests/css/css-align/self-alignment/w3c-import.log: Added. |
| |
| 2018-01-23 Brady Eidson <beidson@apple.com> |
| |
| Allow passing MessagePorts across processes (e.g. ServiceWorkers). |
| https://bugs.webkit.org/show_bug.cgi?id=181178 |
| |
| Reviewed by Andy Estes. |
| |
| Re-baseline for many new passes and a few new failure modes. |
| |
| * web-platform-tests/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/ServiceWorkerGlobalScope/registration-attribute.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/claim-affect-other-registration.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/claim-fetch.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/claim-not-using-registration.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/claim-using-registration.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/claim-worker-fetch.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/client-id.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/clients-get-cross-origin.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/clients-get.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/clients-matchall-client-types.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/clients-matchall-exact-controller.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/clients-matchall-order.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/clients-matchall.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/extendable-event-async-waituntil.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-event-async-respond-with.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-event-respond-with-stops-propagation.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-event-throws-after-respond-with.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-css-base-url.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-css-images.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-fallback.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-resources.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/immutable-prototype-serviceworker.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/registration-end-to-end.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/registration-events.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/skip-waiting-installed.https-expected.txt: |
| |
| 2018-01-22 Chris Nardi <csnardi1@gmail.com> |
| |
| Parse calc() in CSS media queries |
| https://bugs.webkit.org/show_bug.cgi?id=181716 |
| |
| Reviewed by Antti Koivisto. |
| |
| * resources/import-expectations.json: |
| * resources/resource-files.json: |
| * web-platform-tests/css/mediaqueries/OWNERS: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-001-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-001.html: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-002-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-002.html: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-003-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-003.html: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-004-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/aspect-ratio-004.html: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-001-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-001.html: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-002-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-002.html: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-003-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-003.html: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-004-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-004.html: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-005-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-005.html: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-006-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/device-aspect-ratio-006.html: Added. |
| * web-platform-tests/css/mediaqueries/min-width-001-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/min-width-001.xht: Added. |
| * web-platform-tests/css/mediaqueries/min-width-tables-001-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/min-width-tables-001.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-001-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-001.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-002-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-002.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-003-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-003.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-004-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-004.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-005-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-calc-005.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-001-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-001.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-002-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-002.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-003-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-003.html: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-004-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/mq-invalid-media-type-004.html: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-001-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-001.html: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-002-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-002.html: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-003-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-003.html: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-004-expected.xht: Added. |
| * web-platform-tests/css/mediaqueries/relative-units-004.html: Added. |
| * web-platform-tests/css/mediaqueries/support/media_queries_iframe.html: Renamed from LayoutTests/fast/media/w3c/resources/media_queries_iframe.html. |
| * web-platform-tests/css/mediaqueries/support/min-width-tables-001-iframe.html: Added. |
| * web-platform-tests/css/mediaqueries/support/w3c-import.log: Added. |
| * web-platform-tests/css/mediaqueries/test_media_queries-expected.txt: Renamed from LayoutTests/fast/media/w3c/test_media_queries-expected.txt. |
| * web-platform-tests/css/mediaqueries/test_media_queries.html: Renamed from LayoutTests/fast/media/w3c/test_media_queries.html. |
| * web-platform-tests/css/mediaqueries/w3c-import.log: Added. |
| |
| 2018-01-22 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [css-grid] Spanning Grid item has too much space at the bottom / is too high |
| https://bugs.webkit.org/show_bug.cgi?id=181677 |
| |
| Imported WPT tests to check this change. |
| |
| Reviewed by Javier Fernandez. |
| |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-001-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-001.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-002-expected.txt: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-002.html: Added. |
| * web-platform-tests/css/css-grid/layout-algorithm/w3c-import.log: |
| |
| 2018-01-20 Youenn Fablet <youenn@apple.com> |
| |
| fetch redirect is incompatible with "no-cors" mode |
| https://bugs.webkit.org/show_bug.cgi?id=181866 |
| <rdar://problem/35827140> |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/fetch/api/redirect/redirect-mode-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-mode-worker-expected.txt: |
| * web-platform-tests/fetch/api/redirect/redirect-mode.js: |
| (redirectMode): |
| * web-platform-tests/service-workers/service-worker/fetch-event-redirect.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-event-redirect.https.html: |
| * web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt: |
| |
| 2018-01-19 Joseph Pecoraro <pecoraro@apple.com> |
| |
| AppCache: Log a Deprecation warning to the Console when AppCache is used |
| https://bugs.webkit.org/show_bug.cgi?id=181778 |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/html/browsers/offline/appcache/workers/appcache-worker-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_cached-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_checking-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_noupdate-expected.txt: |
| * web-platform-tests/html/browsers/offline/introduction-4/event_progress-expected.txt: |
| * web-platform-tests/html/browsers/offline/manifest_url_check-expected.txt: |
| * web-platform-tests/service-workers/service-worker/appcache-ordering-main.https-expected.txt: |
| |
| 2018-01-17 Ali Juma <ajuma@chromium.org> |
| |
| Update web platform tests for Visual Viewport API |
| https://bugs.webkit.org/show_bug.cgi?id=181689 |
| |
| Reviewed by Alex Christensen. |
| |
| Rename the test directory from 'viewport' to 'visual-viewport', and update |
| viewport-resize-event-on-load-overflowing-page.html. |
| |
| This corresponds to the following upstream commits: |
| 1) https://github.com/w3c/web-platform-tests/commit/f878fee4df619e55c7fbfce1a2ff5e5d4d83a03b |
| 2) https://github.com/w3c/web-platform-tests/commit/03a684d63e62d85cffed38bc942f468692d7d54f |
| |
| * resources/import-expectations.json: |
| * web-platform-tests/viewport/w3c-import.log: Removed. |
| * web-platform-tests/visual-viewport/viewport-no-resize-event-on-overflow-recalc-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-no-resize-event-on-overflow-recalc-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-no-resize-event-on-overflow-recalc.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-no-resize-event-on-overflow-recalc.html. |
| * web-platform-tests/visual-viewport/viewport-read-size-causes-layout-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-read-size-causes-layout-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-read-size-causes-layout.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-read-size-causes-layout.html. |
| * web-platform-tests/visual-viewport/viewport-read-size-in-iframe-causes-layout-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-read-size-in-iframe-causes-layout-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-read-size-in-iframe-causes-layout.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-read-size-in-iframe-causes-layout.html. |
| * web-platform-tests/visual-viewport/viewport-resize-event-on-load-overflowing-page-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-resize-event-on-load-overflowing-page-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-resize-event-on-load-overflowing-page.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-resize-event-on-load-overflowing-page.html. |
| * web-platform-tests/visual-viewport/viewport-scrollbars-cause-resize-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-scrollbars-cause-resize-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-scrollbars-cause-resize.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-scrollbars-cause-resize.html. |
| * web-platform-tests/visual-viewport/viewport-type-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-type-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-type.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-type.html. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scale-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scale-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scale-iframe-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scale-iframe-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scale-iframe.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scale-iframe.html. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scale.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scale.html. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scroll-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scroll-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scroll-iframe-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scroll-iframe-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scroll-iframe.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scroll-iframe.html. |
| * web-platform-tests/visual-viewport/viewport-unscaled-scroll.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-scroll.html. |
| * web-platform-tests/visual-viewport/viewport-unscaled-size-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-size-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-unscaled-size-iframe-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-size-iframe-expected.txt. |
| * web-platform-tests/visual-viewport/viewport-unscaled-size-iframe.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-size-iframe.html. |
| * web-platform-tests/visual-viewport/viewport-unscaled-size.html: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport-unscaled-size.html. |
| * web-platform-tests/visual-viewport/viewport_support.js: Renamed from LayoutTests/imported/w3c/web-platform-tests/viewport/viewport_support.js. |
| * web-platform-tests/visual-viewport/w3c-import.log: Added. |
| |
| 2018-01-12 Jiewen Tan <jiewen_tan@apple.com> |
| |
| [WebAuthN] Implement dummy WebAuthN IDLs |
| https://bugs.webkit.org/show_bug.cgi?id=181627 |
| <rdar://problem/36459864> |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/credential-management/credentialscontainer-create-basics.https-expected.txt: |
| |
| 2018-01-11 Youenn Fablet <youenn@apple.com> |
| |
| Redirected iframe loading with Request.redirect=follow should fail |
| https://bugs.webkit.org/show_bug.cgi?id=181491 |
| |
| Reviewed by Alex Christensen. |
| |
| Updated tests to output a more deterministic output, more debuggable. |
| Made use of media.js to allow loading either oga or mp3 when oga is not supported. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-request-redirect.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-request-redirect.https.html: |
| |
| 2018-01-10 Youenn Fablet <youenn@apple.com> |
| |
| Use no-cache fetch mode when loading main documents with location.reload() |
| https://bugs.webkit.org/show_bug.cgi?id=181285 |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event.https-expected.txt: |
| |
| 2018-01-09 Chris Dumez <cdumez@apple.com> |
| |
| We should not return undefined for most properties of a detached Window |
| https://bugs.webkit.org/show_bug.cgi?id=181416 |
| <rdar://problem/36162489> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Rebaseline several WPT tests now that more checks are passing. |
| |
| * web-platform-tests/custom-elements/custom-element-registry/per-global-expected.txt: |
| * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-append-to-child-document-expected.txt: |
| * web-platform-tests/service-workers/service-worker/detached-context.https-expected.txt: |
| |
| 2018-01-09 Matt Lewis <jlewis3@apple.com> |
| |
| Unreviewed, rolling out r226531. |
| |
| This caused test failures on macOS WK2. |
| |
| Reverted changeset: |
| |
| "Use no-cache fetch mode when loading main documents with |
| location.reload()" |
| https://bugs.webkit.org/show_bug.cgi?id=181285 |
| https://trac.webkit.org/changeset/226531 |
| |
| 2018-01-09 Youenn Fablet <youenn@apple.com> |
| |
| Make imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-cache.https.html robust to quota error |
| https://bugs.webkit.org/show_bug.cgi?id=181404 |
| |
| Reviewed by Alex Christensen. |
| |
| Ensure fetch event promise is resolved in case cache is used. |
| Ensure each cache entry is deleted to not hit any cache quota error. |
| Test was previously deleting the whole cache, but in WebKit, the quota |
| in such a case will only be updated when the cache is garbaged collected, which is not deterministic. |
| Make tests output more results to improve debugability. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-cache.https.html: |
| * web-platform-tests/service-workers/service-worker/fetch-canvas-tainting.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-canvas-tainting.https.html: |
| * web-platform-tests/service-workers/service-worker/resources/fetch-canvas-tainting-iframe.html: |
| |
| 2018-01-09 Youenn Fablet <youenn@apple.com> |
| |
| [iOS Debug WK2] Layout Test imported/w3c/web-platform-tests/service-workers/service-worker/register-closed-window.https.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=181087 |
| <rdar://problem/36188109> |
| |
| Reviewed by Chris Dumez. |
| |
| Updated test to get a more deterministic output. |
| |
| * web-platform-tests/service-workers/service-worker/register-closed-window.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/resources/register-closed-window-iframe.html: |
| |
| 2018-01-09 Youenn Fablet <youenn@apple.com> |
| |
| Add CSP support to service workers |
| https://bugs.webkit.org/show_bug.cgi?id=181385 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/service-worker-csp-connect.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/service-worker-csp-default.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/service-worker-csp-script.https-expected.txt: |
| |
| 2018-01-09 Ali Juma <ajuma@chromium.org> |
| |
| Implement VisualViewport API events |
| https://bugs.webkit.org/show_bug.cgi?id=179386 |
| |
| Reviewed by Frédéric Wang. |
| |
| Update expectation for a viewport WPT that now passes. |
| |
| * web-platform-tests/viewport/viewport-resize-event-on-load-overflowing-page-expected.txt: |
| |
| 2018-01-08 Chris Nardi <csnardi1@gmail.com> |
| |
| ::first-letter incorrectly selects grapheme pairs |
| https://bugs.webkit.org/show_bug.cgi?id=181315 |
| |
| Reviewed by Darin Adler. |
| |
| Updated css-pseudo-4 to latest WPT revision and added first-letter-004.html. |
| |
| * web-platform-tests/css/css-pseudo-4/first-letter-004-expected.html: Added. |
| * web-platform-tests/css/css-pseudo-4/first-letter-004.html: Added. |
| * web-platform-tests/css/css-pseudo-4/marker-color-expected.html: |
| * web-platform-tests/css/css-pseudo-4/marker-color.html: |
| * web-platform-tests/css/css-pseudo-4/marker-font-properties.html: |
| * web-platform-tests/css/css-pseudo-4/w3c-import.log: |
| |
| 2018-01-08 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r226532 and r226540. |
| https://bugs.webkit.org/show_bug.cgi?id=181422 |
| |
| jessie says basic browsing does not seem to work (Requested by |
| alexchristensen on #webkit). |
| |
| Reverted changesets: |
| |
| "Add CSP support to service workers" |
| https://bugs.webkit.org/show_bug.cgi?id=181385 |
| https://trac.webkit.org/changeset/226532 |
| |
| "SWClientConnection should not keep references to service |
| worker jobs" |
| https://bugs.webkit.org/show_bug.cgi?id=181381 |
| https://trac.webkit.org/changeset/226540 |
| |
| 2018-01-08 Youenn Fablet <youenn@apple.com> |
| |
| Add CSP support to service workers |
| https://bugs.webkit.org/show_bug.cgi?id=181385 |
| |
| Reviewed by Chris Dumez. |
| |
| * web-platform-tests/service-workers/service-worker/service-worker-csp-connect.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/service-worker-csp-default.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/service-worker-csp-script.https-expected.txt: |
| |
| 2018-01-08 Youenn Fablet <youenn@apple.com> |
| |
| Use no-cache fetch mode when loading main documents with location.reload() |
| https://bugs.webkit.org/show_bug.cgi?id=181285 |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event.https-expected.txt: |
| |
| 2018-01-08 Ms2ger <Ms2ger@igalia.com> |
| |
| Update imagebitmap tests. |
| https://bugs.webkit.org/show_bug.cgi?id=181379 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/2dcontext/imagebitmap/common.js: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args.html: |
| |
| 2018-01-07 Ms2ger <Ms2ger@igalia.com> |
| |
| Implement createImageBitmap(ImageBitmap) |
| https://bugs.webkit.org/show_bug.cgi?id=181287 |
| |
| Reviewed by Darin Adler. |
| |
| * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: rebaseline. |
| |
| 2018-01-05 Alex Christensen <achristensen@webkit.org> |
| |
| Forbid < and > in URL hosts |
| https://bugs.webkit.org/show_bug.cgi?id=181308 |
| <rdar://problem/36012757> |
| |
| Reviewed by Tim Horton. |
| |
| * 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/url-constructor-expected.txt: |
| * web-platform-tests/url/url-origin-expected.txt: |
| |
| 2018-01-05 Youenn Fablet <youenn@apple.com> |
| |
| Skip LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/claim-shared-worker-fetch.https.html |
| https://bugs.webkit.org/show_bug.cgi?id=181329 |
| |
| Unreviewed. |
| |
| * web-platform-tests/service-workers/service-worker/claim-shared-worker-fetch.https-expected.txt: Removed. |
| |
| 2018-01-05 Youenn Fablet <youenn@apple.com> |
| |
| LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event.https.html should not expect Upgrade-Insecure Requests header |
| https://bugs.webkit.org/show_bug.cgi?id=181286 |
| |
| Reviewed by Alex Christensen. |
| |
| Test previously expected upgrade-insecure-requests header to be inserted in a HTTP request. |
| Given the request URL is HTTPS, there is no need for that header. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-event.https.html: |
| |
| 2018-01-04 Youenn Fablet <youenn@apple.com> |
| |
| FetchResponse should set its internal response text encoding name |
| https://bugs.webkit.org/show_bug.cgi?id=181284 |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event.https-expected.txt: |
| |
| 2018-01-04 Youenn Fablet <youenn@apple.com> |
| |
| Service Worker should expose redirect mode for navigation loads as manual |
| https://bugs.webkit.org/show_bug.cgi?id=181067 |
| |
| Reviewed by Alex Christensen. |
| |
| Updating test to match the latest fetch spec. |
| |
| * web-platform-tests/service-workers/service-worker/navigation-redirect-to-http.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/request-end-to-end.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/request-end-to-end.https.html: |
| |
| 2018-01-04 Youenn Fablet <youenn@apple.com> |
| |
| Implement https://fetch.spec.whatwg.org/#main-fetch default referrer policy setting |
| https://bugs.webkit.org/show_bug.cgi?id=181239 |
| |
| Reviewed by Alex Christensen. |
| |
| Updated test to output more tests for better error reporting. |
| Also updated to relax the settings so that HTTP loads are done even though the page is HTTPS. |
| Updated referrer computation since it should be done based on the fetch context and not its parent context. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-event-referrer-policy.https-expected.txt: |
| * web-platform-tests/service-workers/service-worker/fetch-event-referrer-policy.https.html: |
| |
| 2018-01-02 Youenn Fablet <youenn@apple.com> |
| |
| Memory cache should not reuse resources with different credential fetch option |
| https://bugs.webkit.org/show_bug.cgi?id=181212 |
| |
| Reviewed by Alex Christensen. |
| |
| * web-platform-tests/service-workers/service-worker/fetch-cors-xhr.https-expected.txt: |
| |
| 2018-01-02 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Update Credential Management API for WebAuthentication |
| https://bugs.webkit.org/show_bug.cgi?id=181082 |
| <rdar://problem/36055239> |
| |
| Reviewed by Brent Fulgham. |
| |
| * web-platform-tests/credential-management/credentialscontainer-create-basics.https-expected.txt: |
| * web-platform-tests/credential-management/idl.https-expected.txt: |
| |
| 2018-01-02 Ms2ger <Ms2ger@igalia.com> |
| |
| Update imported/w3c/web-platform-tests/html/browsers/windows/browsing-context.html from upstream wpt. |
| https://bugs.webkit.org/show_bug.cgi?id=172255 |
| |
| Unreviewed test gardening. |
| |
| * web-platform-tests/html/browsers/windows/browsing-context-expected.txt: rebaseline. |
| * web-platform-tests/html/browsers/windows/browsing-context.html: update. |
| |
| == Rolled over to ChangeLog-2018-01-01 == |