From 5657715c018a6b2eabee0dfa158b8e11f905f1c0 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 5 Feb 2018 11:03:12 +0000 Subject: [PATCH] Bug 1435868 - Metadata update for wpt update, a=testonly MozReview-Commit-ID: IRzDsZt3WGP --- .../createImageBitmap-drawImage.html.ini | 99 ++++++++ .../createImageBitmap-invalid-args.html.ini | 9 + .../createImageBitmap-origin.sub.html.ini | 3 + .../anonymous-flex-item-004.html.ini | 2 - .../anonymous-flex-item-005.html.ini | 2 - .../anonymous-flex-item-006.html.ini | 2 - .../shape-outside-invalid-position.html.ini | 25 ++ ...erspective-origin-parsing-invalid.html.ini | 65 +++++ .../perspective-origin-parsing-valid.html.ini | 15 ++ .../parsing/translate-parsing-valid.html.ini | 6 + .../cssPositionValue-invalid.html.ini | 4 + .../cssPositionValue.html.ini | 4 + .../cssPositionValue.tentative.html.ini | 4 - .../cssUnparsedValue-interface.html.ini | 85 +++++++ .../cssUnparsedValue.html.ini | 4 + .../cssUnparsedValue.tentative.html.ini | 4 - .../cssUrlImageValue-interface.html.ini | 19 ++ .../cssUrlImageValue-invalid.html.ini | 4 + .../cssUrlImageValue.html.ini | 13 + .../cssUrlImageValue.tentative.html.ini | 19 -- ...sVariableReferenceValue-interface.html.ini | 34 +++ ...cssVariableReferenceValue-invalid.html.ini | 13 + .../cssVariableReferenceValue.html.ini | 10 + ...sVariableReferenceValue.tentative.html.ini | 22 -- .../declared/test.tentative.html.ini | 4 - .../the-stylepropertymap/interface.html.ini | 3 + .../css/geometry/interfaces.worker.js.ini | 18 ++ .../selectors/invalidation/matches.html.ini | 9 + .../individual-transform-1.html.ini | 2 + .../individual-transform-2a.html.ini | 2 + .../individual-transform-2b.html.ini | 2 + .../individual-transform-2c.html.ini | 2 + .../individual-transform-2d.html.ini | 2 + .../individual-transform-2e.html.ini | 2 + .../fetch/data-urls/processing.any.js.ini | 213 ++++++++++++++++ .../meta/html/dom/interfaces.html.ini | 3 + .../image-click-form-data.html.ini | 12 + .../type-change-state.html.ini | 228 ++++++++++++++++++ .../not-processing-user-gesture.html.ini | 4 + ...ng-video-with-range-request.https.html.ini | 10 + .../register-closed-window.https.html.ini | 7 + .../request-end-to-end.https.html.ini | 4 - .../pathLength-zero-percentage.svg.ini | 13 + .../no-dezippering.html.ini | 2 + .../waveshaper-copy-curve.html.ini | 2 + .../meta/webrtc/historical.html.ini | 3 + ...ess.html.ini => idlharness.https.html.ini} | 2 +- .../meta/webvtt/api/VTTRegion/lines.html.ini | 4 + 48 files changed, 956 insertions(+), 64 deletions(-) delete mode 100644 testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-004.html.ini delete mode 100644 testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-005.html.ini delete mode 100644 testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-006.html.ini create mode 100644 testing/web-platform/meta/css/css-shapes/parsing/shape-outside-invalid-position.html.ini create mode 100644 testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html.ini delete mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-interface.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html.ini delete mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-interface.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.html.ini delete mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-interface.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html.ini delete mode 100644 testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.tentative.html.ini delete mode 100644 testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/declared/test.tentative.html.ini create mode 100644 testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-1.html.ini create mode 100644 testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2a.html.ini create mode 100644 testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2b.html.ini create mode 100644 testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2c.html.ini create mode 100644 testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2d.html.ini create mode 100644 testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2e.html.ini create mode 100644 testing/web-platform/meta/fetch/data-urls/processing.any.js.ini create mode 100644 testing/web-platform/meta/html/semantics/forms/the-input-element/image-click-form-data.html.ini create mode 100644 testing/web-platform/meta/picture-in-picture/not-processing-user-gesture.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/fetch-canvas-tainting-video-with-range-request.https.html.ini create mode 100644 testing/web-platform/meta/service-workers/service-worker/register-closed-window.https.html.ini delete mode 100644 testing/web-platform/meta/service-workers/service-worker/request-end-to-end.https.html.ini create mode 100644 testing/web-platform/meta/svg/path/distance/pathLength-zero-percentage.svg.ini create mode 100644 testing/web-platform/meta/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini create mode 100644 testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini rename testing/web-platform/meta/webvr/{idlharness.html.ini => idlharness.https.html.ini} (91%) create mode 100644 testing/web-platform/meta/webvtt/api/VTTRegion/lines.html.ini diff --git a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini index 8743ffd64f43..34a518099eb6 100644 --- a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini +++ b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini @@ -26,3 +26,102 @@ [createImageBitmap from a vector SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap] expected: FAIL + [createImageBitmap from an HTMLCanvasElement scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLCanvasElement scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLCanvasElement resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLVideoElement scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLVideoElement scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLVideoElement resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLVideoElement from a data URL scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLVideoElement from a data URL scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an HTMLVideoElement from a data URL resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap HTMLImageElement scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap HTMLImageElement scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap HTMLImageElement resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector HTMLImageElement scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector HTMLImageElement scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector HTMLImageElement resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap SVGImageElement scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap SVGImageElement scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap SVGImageElement resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector SVGImageElement scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector SVGImageElement scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector SVGImageElement resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an ImageData scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an ImageData scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an ImageData resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an ImageBitmap scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an ImageBitmap scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from an ImageBitmap resized, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a Blob scaled down, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a Blob scaled up, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a Blob resized, and drawImage on the created ImageBitmap] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini index d42b1709e5eb..6a6fbac01157 100644 --- a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini +++ b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini @@ -199,3 +199,12 @@ [createImageBitmap with ArrayBuffer image source.] expected: FAIL + [createImageBitmap with a an HTMLVideoElement from a data URL source and sw set to 0] + expected: FAIL + + [createImageBitmap with a an HTMLVideoElement from a data URL source and sh set to 0] + expected: FAIL + + [createImageBitmap with a an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region] + expected: FAIL + diff --git a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini index a3d31b14f8ed..3daeb9530627 100644 --- a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini +++ b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini @@ -14,3 +14,6 @@ [unclean ImageBitmap] expected: FAIL + [redirected to cross-origin HTMLVideoElement] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-004.html.ini b/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-004.html.ini deleted file mode 100644 index 7df62ee88751..000000000000 --- a/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[anonymous-flex-item-004.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-005.html.ini b/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-005.html.ini deleted file mode 100644 index f5db1aa16107..000000000000 --- a/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[anonymous-flex-item-005.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-006.html.ini b/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-006.html.ini deleted file mode 100644 index 5865ea15bc87..000000000000 --- a/testing/web-platform/meta/css/css-flexbox/anonymous-flex-item-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[anonymous-flex-item-006.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-shapes/parsing/shape-outside-invalid-position.html.ini b/testing/web-platform/meta/css/css-shapes/parsing/shape-outside-invalid-position.html.ini new file mode 100644 index 000000000000..29fca1f04527 --- /dev/null +++ b/testing/web-platform/meta/css/css-shapes/parsing/shape-outside-invalid-position.html.ini @@ -0,0 +1,25 @@ +[shape-outside-invalid-position.html] + [e.style['shape-outside'\] = "circle(at center left 1px)" should not set the property value] + expected: FAIL + + [e.style['shape-outside'\] = "circle(at center top 2px)" should not set the property value] + expected: FAIL + + [e.style['shape-outside'\] = "circle(at right 3% center)" should not set the property value] + expected: FAIL + + [e.style['shape-outside'\] = "circle(at left 4px top)" should not set the property value] + expected: FAIL + + [e.style['shape-outside'\] = "circle(at right top 5px)" should not set the property value] + expected: FAIL + + [e.style['shape-outside'\] = "circle(at bottom 6% center)" should not set the property value] + expected: FAIL + + [e.style['shape-outside'\] = "circle(at bottom 7% left)" should not set the property value] + expected: FAIL + + [e.style['shape-outside'\] = "circle(at bottom right 8%)" should not set the property value] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini b/testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini new file mode 100644 index 000000000000..a0754c1c9b52 --- /dev/null +++ b/testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini @@ -0,0 +1,65 @@ +[perspective-origin-parsing-invalid.html] + [e.style['perspective-origin'\] = "center left 1px" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [e.style['perspective-origin'\] = "center top 2px" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [e.style['perspective-origin'\] = "right 3% center" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [e.style['perspective-origin'\] = "left 4px top" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [e.style['perspective-origin'\] = "right top 5px" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [e.style['perspective-origin'\] = "bottom 6% center" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [e.style['perspective-origin'\] = "bottom 7% left" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + + [e.style['perspective-origin'\] = "bottom right 8%" should not set the property value] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + diff --git a/testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-valid.html.ini b/testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-valid.html.ini new file mode 100644 index 000000000000..6dbc56e92556 --- /dev/null +++ b/testing/web-platform/meta/css/css-transforms/parsing/perspective-origin-parsing-valid.html.ini @@ -0,0 +1,15 @@ +[perspective-origin-parsing-valid.html] + [e.style['perspective-origin'\] = "bottom 10% right 20%" should set the property value] + expected: + if debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + + [e.style['perspective-origin'\] = "right 30% top 60px" should set the property value] + expected: + if debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + diff --git a/testing/web-platform/meta/css/css-transforms/parsing/translate-parsing-valid.html.ini b/testing/web-platform/meta/css/css-transforms/parsing/translate-parsing-valid.html.ini index 3d698e879cd7..c0a7ed07667b 100644 --- a/testing/web-platform/meta/css/css-transforms/parsing/translate-parsing-valid.html.ini +++ b/testing/web-platform/meta/css/css-transforms/parsing/translate-parsing-valid.html.ini @@ -5,3 +5,9 @@ [Serialization should round-trip after setting e.style['translate'\] = "1px 2px 0"] expected: FAIL + [e.style['translate'\] = "0" should set the property value] + expected: FAIL + + [e.style['translate'\] = "1px 2px 0" should set the property value] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html.ini new file mode 100644 index 000000000000..ac4349a45ae9 --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html.ini @@ -0,0 +1,4 @@ +[cssPositionValue-invalid.html] + [CSSPositionValue Error Handling] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html.ini new file mode 100644 index 000000000000..c6c66dd130c1 --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html.ini @@ -0,0 +1,4 @@ +[cssPositionValue.html] + [CSSPositionValue] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.tentative.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.tentative.html.ini deleted file mode 100644 index 7a5e3f8b7fac..000000000000 --- a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssPositionValue.tentative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[cssPositionValue.tentative.html] - [CSSPositionValue tests] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-interface.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-interface.html.ini new file mode 100644 index 000000000000..7269e221990c --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-interface.html.ini @@ -0,0 +1,85 @@ +[cssUnparsedValue-interface.html] + [CSSUnparsedValue interface: existence and properties of interface object] + expected: FAIL + + [CSSUnparsedValue interface object length] + expected: FAIL + + [CSSUnparsedValue interface object name] + expected: FAIL + + [CSSUnparsedValue interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSUnparsedValue interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [Testing Symbol.iterator property of iterable interface CSSUnparsedValue] + expected: FAIL + + [Testing value iterable interface CSSUnparsedValue] + expected: FAIL + + [CSSUnparsedValue interface: attribute length] + expected: FAIL + + [CSSUnparsedValue interface: operation entries()] + expected: FAIL + + [CSSUnparsedValue interface: operation keys()] + expected: FAIL + + [CSSUnparsedValue interface: operation values()] + expected: FAIL + + [CSSUnparsedValue interface: operation forEach(function, any)] + expected: FAIL + + [CSSUnparsedValue must be primary interface of new CSSUnparsedValue()] + expected: FAIL + + [Stringification of new CSSUnparsedValue()] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue() must inherit property "length" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue() must inherit property "entries()" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue() must inherit property "keys()" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue() must inherit property "values()" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue() must inherit property "forEach(function, any)" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: calling forEach(function, any) on new CSSUnparsedValue() with too few arguments must throw TypeError] + expected: FAIL + + [CSSUnparsedValue must be primary interface of new CSSUnparsedValue("foo")] + expected: FAIL + + [Stringification of new CSSUnparsedValue("foo")] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue("foo") must inherit property "length" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue("foo") must inherit property "entries()" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue("foo") must inherit property "keys()" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue("foo") must inherit property "values()" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: new CSSUnparsedValue("foo") must inherit property "forEach(function, any)" with the proper type] + expected: FAIL + + [CSSUnparsedValue interface: calling forEach(function, any) on new CSSUnparsedValue("foo") with too few arguments must throw TypeError] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html.ini new file mode 100644 index 000000000000..55ecfb584811 --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html.ini @@ -0,0 +1,4 @@ +[cssUnparsedValue.html] + [CSSUnparsedValue] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.tentative.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.tentative.html.ini deleted file mode 100644 index 3f91fac575bb..000000000000 --- a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.tentative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[cssUnparsedValue.tentative.html] - [CSSUnparsedValue tests] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-interface.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-interface.html.ini new file mode 100644 index 000000000000..1ab9c6d4b380 --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-interface.html.ini @@ -0,0 +1,19 @@ +[cssUrlImageValue-interface.html] + [CSSURLImageValue interface: existence and properties of interface object] + expected: FAIL + + [CSSURLImageValue interface object length] + expected: FAIL + + [CSSURLImageValue interface object name] + expected: FAIL + + [CSSURLImageValue interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSURLImageValue interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSURLImageValue interface: attribute url] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-invalid.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-invalid.html.ini new file mode 100644 index 000000000000..a987a66eeafd --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue-invalid.html.ini @@ -0,0 +1,4 @@ +[cssUrlImageValue-invalid.html] + [Constructing a CSSURLImageValue with an invalid URL throws a TypeError] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.html.ini new file mode 100644 index 000000000000..9ad9f1365285 --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.html.ini @@ -0,0 +1,13 @@ +[cssUrlImageValue.html] + [Constructing a CSSURLImageValue with a valid URL puts it in an unloaded state] + expected: FAIL + + [Constructing a CSSURLImageValue from a URL sets its state to loaded] + expected: FAIL + + [Constructing a CSSURLImageValue from a base64 URL sets its state to loaded] + expected: FAIL + + [Constructing a CSSURLImageValue from a URL to an invalid image sets its state to error] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html.ini deleted file mode 100644 index 4231dc4b80bb..000000000000 --- a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html.ini +++ /dev/null @@ -1,19 +0,0 @@ -[cssUrlImageValue.tentative.html] - [Constructing a CSSURLImageValue with an invalid URL throws a TypeError] - expected: FAIL - - [Constructing a CSSURLImageValue with a valid URL puts it in an unloaded state] - expected: FAIL - - [CSSURLImageValue.url is readonly] - expected: FAIL - - [Loading a CSSURLImageValue from a URL sets its state to loaded] - expected: FAIL - - [Loading a CSSURLImageValue from a base64 URL sets its state to loaded] - expected: FAIL - - [Loading a CSSURLImageValue from a URL to an invalid image sets its state to error] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-interface.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-interface.html.ini new file mode 100644 index 000000000000..5e67206341fd --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-interface.html.ini @@ -0,0 +1,34 @@ +[cssVariableReferenceValue-interface.html] + [CSSVariableReferenceValue interface: existence and properties of interface object] + expected: FAIL + + [CSSVariableReferenceValue interface object length] + expected: FAIL + + [CSSVariableReferenceValue interface object name] + expected: FAIL + + [CSSVariableReferenceValue interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSVariableReferenceValue interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSVariableReferenceValue interface: attribute variable] + expected: FAIL + + [CSSVariableReferenceValue interface: attribute fallback] + expected: FAIL + + [CSSVariableReferenceValue must be primary interface of new CSSVariableReferenceValue("--foo")] + expected: FAIL + + [Stringification of new CSSVariableReferenceValue("--foo")] + expected: FAIL + + [CSSVariableReferenceValue interface: new CSSVariableReferenceValue("--foo") must inherit property "variable" with the proper type] + expected: FAIL + + [CSSVariableReferenceValue interface: new CSSVariableReferenceValue("--foo") must inherit property "fallback" with the proper type] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html.ini new file mode 100644 index 000000000000..57c31ca11644 --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html.ini @@ -0,0 +1,13 @@ +[cssVariableReferenceValue-invalid.html] + [Constructing a CSSVariableReferenceValue with an empty variable name throws a TypeError] + expected: FAIL + + [Constructing a CSSVariableReferenceValue with an invalid variable name throws SyntaxError] + expected: FAIL + + [Updating CSSVariableReferenceValue.variable to an empty variable name throws TypeError] + expected: FAIL + + [Updating CSSVariableReferenceValue.variable to an invalid variable name throws TypeError] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html.ini new file mode 100644 index 000000000000..9b0971a50036 --- /dev/null +++ b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html.ini @@ -0,0 +1,10 @@ +[cssVariableReferenceValue.html] + [CSSVariableReferenceValue can be constructed with no fallback] + expected: FAIL + + [CSSVariableReferenceValue can be constructed with fallback] + expected: FAIL + + [CSSVariableReferenceValue.variable can updated to a valid variable name] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.tentative.html.ini b/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.tentative.html.ini deleted file mode 100644 index d4454488b993..000000000000 --- a/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.tentative.html.ini +++ /dev/null @@ -1,22 +0,0 @@ -[cssVariableReferenceValue.tentative.html] - [Constructing a CSSVariableReferenceValue with an invalid variable name throws SyntaxError] - expected: FAIL - - [Updating CSSVariableReferenceValue.variable to an invalid variable name throws SyntaxError] - expected: FAIL - - [CSSVariableReferenceValue can be constructed with no fallback] - expected: FAIL - - [CSSVariableReferenceValue can be constructed with fallback] - expected: FAIL - - [CSSVariableReferenceValue.variable can updated to a valid variable name] - expected: FAIL - - [CSSVariableReferenceValue.fallback can updated to null] - expected: FAIL - - [CSSVariableReferenceValue.fallback can updated to a CSSUnparsedValue] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/declared/test.tentative.html.ini b/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/declared/test.tentative.html.ini deleted file mode 100644 index 0851efdeaa61..000000000000 --- a/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/declared/test.tentative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[test.tentative.html] - [Declared StylePropertyMap tests] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/interface.html.ini b/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/interface.html.ini index 547a2e54ef48..2d8f1c8319ad 100644 --- a/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/interface.html.ini +++ b/testing/web-platform/meta/css/css-typed-om/the-stylepropertymap/interface.html.ini @@ -83,3 +83,6 @@ [CSSStyleRule interface: attribute attributeStyleMap] expected: FAIL + [CSSStyleRule interface: attribute styleMap] + expected: FAIL + diff --git a/testing/web-platform/meta/css/geometry/interfaces.worker.js.ini b/testing/web-platform/meta/css/geometry/interfaces.worker.js.ini index 9affc49b73a4..e4416f9e37a8 100644 --- a/testing/web-platform/meta/css/geometry/interfaces.worker.js.ini +++ b/testing/web-platform/meta/css/geometry/interfaces.worker.js.ini @@ -2642,3 +2642,21 @@ [DOMMatrixReadOnly interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "toFloat64Array()" with the proper type] expected: FAIL + [DOMMatrixReadOnly interface: new DOMMatrixReadOnly() must not have property "undefined"] + expected: FAIL + + [DOMMatrixReadOnly interface: DOMMatrixReadOnly.fromMatrix({is2D: false}) must not have property "undefined"] + expected: FAIL + + [DOMMatrix interface: new DOMMatrix() must not have property "setMatrixValue"] + expected: FAIL + + [DOMMatrixReadOnly interface: new DOMMatrix() must not have property "undefined"] + expected: FAIL + + [DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must not have property "setMatrixValue"] + expected: FAIL + + [DOMMatrixReadOnly interface: DOMMatrix.fromMatrix({is2D: false}) must not have property "undefined"] + expected: FAIL + diff --git a/testing/web-platform/meta/css/selectors/invalidation/matches.html.ini b/testing/web-platform/meta/css/selectors/invalidation/matches.html.ini index e46317afbceb..515335f9f0f5 100644 --- a/testing/web-platform/meta/css/selectors/invalidation/matches.html.ini +++ b/testing/web-platform/meta/css/selectors/invalidation/matches.html.ini @@ -5,3 +5,12 @@ [Invalidate :matches() for compound selector arguments.] expected: FAIL + [Invalidate :matches() for complex selector arguments.] + expected: FAIL + + [Invalidate nested :matches().] + expected: FAIL + + [Test specificity of :matches().] + expected: FAIL + diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-1.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-1.html.ini new file mode 100644 index 000000000000..f10a8cf74513 --- /dev/null +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-1.html.ini @@ -0,0 +1,2 @@ +[individual-transform-1.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2a.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2a.html.ini new file mode 100644 index 000000000000..7d934b36ae2c --- /dev/null +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2a.html.ini @@ -0,0 +1,2 @@ +[individual-transform-2a.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2b.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2b.html.ini new file mode 100644 index 000000000000..bf8df442cb5f --- /dev/null +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2b.html.ini @@ -0,0 +1,2 @@ +[individual-transform-2b.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2c.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2c.html.ini new file mode 100644 index 000000000000..fb9e5d4d3a9b --- /dev/null +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2c.html.ini @@ -0,0 +1,2 @@ +[individual-transform-2c.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2d.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2d.html.ini new file mode 100644 index 000000000000..414a8fd49634 --- /dev/null +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2d.html.ini @@ -0,0 +1,2 @@ +[individual-transform-2d.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2e.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2e.html.ini new file mode 100644 index 000000000000..b20094b7cc1d --- /dev/null +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/transforms/individual-transform-2e.html.ini @@ -0,0 +1,2 @@ +[individual-transform-2e.html] + expected: FAIL diff --git a/testing/web-platform/meta/fetch/data-urls/processing.any.js.ini b/testing/web-platform/meta/fetch/data-urls/processing.any.js.ini new file mode 100644 index 000000000000..30ee3931e01e --- /dev/null +++ b/testing/web-platform/meta/fetch/data-urls/processing.any.js.ini @@ -0,0 +1,213 @@ +[processing.any.html] + ["data://test/,X"] + expected: FAIL + + ["data://test:test/,X"] + expected: FAIL + + ["data:text/plain ,X"] + expected: FAIL + + ["data:;x=x;charset=x,X"] + expected: FAIL + + ["data:;x=x,X"] + expected: FAIL + + ["data:IMAGE/gif;hi=x,%C2%B1"] + expected: FAIL + + ["data:%20,%FF"] + expected: FAIL + + ["data:%1F,%FF"] + expected: FAIL + + ["data:\\0,%FF"] + expected: FAIL + + ["data:%00,%FF"] + expected: FAIL + + ["data:text/html ,X"] + expected: FAIL + + ["data:text / html,X"] + expected: FAIL + + ["data:†,X"] + expected: FAIL + + ["data:X,X"] + expected: FAIL + + ["data:image/png,X X"] + expected: FAIL + + ["data:unknown/unknown,X X"] + expected: FAIL + + ["data:text/plain;a=%2C,X"] + expected: FAIL + + ["data:x/x;base64;charset=x,WA"] + expected: FAIL + + ["data:x/x;base64;charset=x;base64,WA"] + expected: FAIL + + ["data:x/x;base64;base64x,WA"] + expected: FAIL + + ["data:;base64,W%20A"] + expected: FAIL + + ["data:;base64,W%0CA"] + expected: FAIL + + ["data:x;base64x,WA"] + expected: FAIL + + ["data:x;base64;x,WA"] + expected: FAIL + + ["data:x;base64=x,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data:;base64;,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;BASe64,WA"] + expected: FAIL + + ["data:%3Bbase64,WA"] + expected: FAIL + + ["data:;charset= x,X"] + expected: FAIL + + ["data:;charset=\\"x\\",X"] + expected: FAIL + + ["data:;CHARSET=\\"X\\",X"] + expected: FAIL + + +[processing.any.worker.html] + ["data://test/,X"] + expected: FAIL + + ["data://test:test/,X"] + expected: FAIL + + ["data:text/plain ,X"] + expected: FAIL + + ["data:;x=x;charset=x,X"] + expected: FAIL + + ["data:;x=x,X"] + expected: FAIL + + ["data:IMAGE/gif;hi=x,%C2%B1"] + expected: FAIL + + ["data:%20,%FF"] + expected: FAIL + + ["data:%1F,%FF"] + expected: FAIL + + ["data:\\0,%FF"] + expected: FAIL + + ["data:%00,%FF"] + expected: FAIL + + ["data:text/html ,X"] + expected: FAIL + + ["data:text / html,X"] + expected: FAIL + + ["data:†,X"] + expected: FAIL + + ["data:X,X"] + expected: FAIL + + ["data:image/png,X X"] + expected: FAIL + + ["data:unknown/unknown,X X"] + expected: FAIL + + ["data:text/plain;a=%2C,X"] + expected: FAIL + + ["data:x/x;base64;charset=x,WA"] + expected: FAIL + + ["data:x/x;base64;charset=x;base64,WA"] + expected: FAIL + + ["data:x/x;base64;base64x,WA"] + expected: FAIL + + ["data:;base64,W%20A"] + expected: FAIL + + ["data:;base64,W%0CA"] + expected: FAIL + + ["data:x;base64x,WA"] + expected: FAIL + + ["data:x;base64;x,WA"] + expected: FAIL + + ["data:x;base64=x,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data:;base64;,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;BASe64,WA"] + expected: FAIL + + ["data:%3Bbase64,WA"] + expected: FAIL + + ["data:;charset= x,X"] + expected: FAIL + + ["data:;charset=\\"x\\",X"] + expected: FAIL + + ["data:;CHARSET=\\"X\\",X"] + expected: FAIL + diff --git a/testing/web-platform/meta/html/dom/interfaces.html.ini b/testing/web-platform/meta/html/dom/interfaces.html.ini index 7856cb4d8731..827d98022b45 100644 --- a/testing/web-platform/meta/html/dom/interfaces.html.ini +++ b/testing/web-platform/meta/html/dom/interfaces.html.ini @@ -4251,3 +4251,6 @@ [HTMLSlotElement interface: calling assignedElements(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError] expected: FAIL + [OffscreenCanvas interface: operation getContext(OffscreenRenderingContextId, any)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/semantics/forms/the-input-element/image-click-form-data.html.ini b/testing/web-platform/meta/html/semantics/forms/the-input-element/image-click-form-data.html.ini new file mode 100644 index 000000000000..4ec1f7563933 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/forms/the-input-element/image-click-form-data.html.ini @@ -0,0 +1,12 @@ +[image-click-form-data.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1435748 + expected: + if not debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and stylo and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT + [Image submit button should not add extra form data if 'value' attribute is present with non-empty value] + expected: + if not debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and stylo and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT + diff --git a/testing/web-platform/meta/html/semantics/forms/the-input-element/type-change-state.html.ini b/testing/web-platform/meta/html/semantics/forms/the-input-element/type-change-state.html.ini index 38856d1f4978..078b5c94a981 100644 --- a/testing/web-platform/meta/html/semantics/forms/the-input-element/type-change-state.html.ini +++ b/testing/web-platform/meta/html/semantics/forms/the-input-element/type-change-state.html.ini @@ -155,3 +155,231 @@ [change state from button to datetime] expected: FAIL + [change state from hidden to text] + expected: FAIL + + [change state from hidden to search] + expected: FAIL + + [change state from hidden to tel] + expected: FAIL + + [change state from hidden to url] + expected: FAIL + + [change state from hidden to password] + expected: FAIL + + [change state from email to url] + expected: FAIL + + [change state from datetime-local to text] + expected: FAIL + + [change state from datetime-local to search] + expected: FAIL + + [change state from datetime-local to tel] + expected: FAIL + + [change state from datetime-local to url] + expected: FAIL + + [change state from datetime-local to password] + expected: FAIL + + [change state from date to text] + expected: FAIL + + [change state from date to search] + expected: FAIL + + [change state from date to tel] + expected: FAIL + + [change state from date to url] + expected: FAIL + + [change state from date to password] + expected: FAIL + + [change state from month to text] + expected: FAIL + + [change state from month to search] + expected: FAIL + + [change state from month to tel] + expected: FAIL + + [change state from month to url] + expected: FAIL + + [change state from month to password] + expected: FAIL + + [change state from week to text] + expected: FAIL + + [change state from week to search] + expected: FAIL + + [change state from week to tel] + expected: FAIL + + [change state from week to url] + expected: FAIL + + [change state from week to password] + expected: FAIL + + [change state from time to text] + expected: FAIL + + [change state from time to search] + expected: FAIL + + [change state from time to tel] + expected: FAIL + + [change state from time to url] + expected: FAIL + + [change state from time to password] + expected: FAIL + + [change state from number to text] + expected: FAIL + + [change state from number to search] + expected: FAIL + + [change state from number to tel] + expected: FAIL + + [change state from number to url] + expected: FAIL + + [change state from number to password] + expected: FAIL + + [change state from range to text] + expected: FAIL + + [change state from range to search] + expected: FAIL + + [change state from range to tel] + expected: FAIL + + [change state from range to url] + expected: FAIL + + [change state from range to password] + expected: FAIL + + [change state from color to text] + expected: FAIL + + [change state from color to search] + expected: FAIL + + [change state from color to tel] + expected: FAIL + + [change state from color to url] + expected: FAIL + + [change state from color to password] + expected: FAIL + + [change state from checkbox to text] + expected: FAIL + + [change state from checkbox to search] + expected: FAIL + + [change state from checkbox to tel] + expected: FAIL + + [change state from checkbox to url] + expected: FAIL + + [change state from checkbox to password] + expected: FAIL + + [change state from radio to text] + expected: FAIL + + [change state from radio to search] + expected: FAIL + + [change state from radio to tel] + expected: FAIL + + [change state from radio to url] + expected: FAIL + + [change state from radio to password] + expected: FAIL + + [change state from submit to text] + expected: FAIL + + [change state from submit to search] + expected: FAIL + + [change state from submit to tel] + expected: FAIL + + [change state from submit to url] + expected: FAIL + + [change state from submit to password] + expected: FAIL + + [change state from image to text] + expected: FAIL + + [change state from image to search] + expected: FAIL + + [change state from image to tel] + expected: FAIL + + [change state from image to url] + expected: FAIL + + [change state from image to password] + expected: FAIL + + [change state from reset to text] + expected: FAIL + + [change state from reset to search] + expected: FAIL + + [change state from reset to tel] + expected: FAIL + + [change state from reset to url] + expected: FAIL + + [change state from reset to password] + expected: FAIL + + [change state from button to text] + expected: FAIL + + [change state from button to search] + expected: FAIL + + [change state from button to tel] + expected: FAIL + + [change state from button to url] + expected: FAIL + + [change state from button to password] + expected: FAIL + diff --git a/testing/web-platform/meta/picture-in-picture/not-processing-user-gesture.html.ini b/testing/web-platform/meta/picture-in-picture/not-processing-user-gesture.html.ini new file mode 100644 index 000000000000..901d7232e395 --- /dev/null +++ b/testing/web-platform/meta/picture-in-picture/not-processing-user-gesture.html.ini @@ -0,0 +1,4 @@ +[not-processing-user-gesture.html] + [Test request Picture-in-Picture requires a user gesture] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/service-worker/fetch-canvas-tainting-video-with-range-request.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/fetch-canvas-tainting-video-with-range-request.https.html.ini new file mode 100644 index 000000000000..900b4085c3d2 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/fetch-canvas-tainting-video-with-range-request.https.html.ini @@ -0,0 +1,10 @@ +[fetch-canvas-tainting-video-with-range-request.https.html] + [range responses from single origin (same-origin)] + expected: FAIL + + [range responses from multiple origins (cross-origin first)] + expected: FAIL + + [range responses from single origin with both opaque and non-opaque responses] + expected: FAIL + diff --git a/testing/web-platform/meta/service-workers/service-worker/register-closed-window.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/register-closed-window.https.html.ini new file mode 100644 index 000000000000..67aecda0c543 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/register-closed-window.https.html.ini @@ -0,0 +1,7 @@ +[register-closed-window.https.html] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT + [Call register() on ServiceWorkerContainer owned by closed window.] + expected: + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT + diff --git a/testing/web-platform/meta/service-workers/service-worker/request-end-to-end.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/request-end-to-end.https.html.ini deleted file mode 100644 index 13c1e104ddca..000000000000 --- a/testing/web-platform/meta/service-workers/service-worker/request-end-to-end.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[request-end-to-end.https.html] - [Test FetchEvent.request passed to onfetch] - expected: FAIL - diff --git a/testing/web-platform/meta/svg/path/distance/pathLength-zero-percentage.svg.ini b/testing/web-platform/meta/svg/path/distance/pathLength-zero-percentage.svg.ini new file mode 100644 index 000000000000..774801bec908 --- /dev/null +++ b/testing/web-platform/meta/svg/path/distance/pathLength-zero-percentage.svg.ini @@ -0,0 +1,13 @@ +[pathLength-zero-percentage.svg] + expected: + if not debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL + if debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini new file mode 100644 index 000000000000..a09d9921c49c --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini @@ -0,0 +1,2 @@ +[no-dezippering.html] + expected: ERROR diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini new file mode 100644 index 000000000000..e89b8bae3def --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini @@ -0,0 +1,2 @@ +[waveshaper-copy-curve.html] + expected: ERROR diff --git a/testing/web-platform/meta/webrtc/historical.html.ini b/testing/web-platform/meta/webrtc/historical.html.ini index 0ffc5febce72..b4005577b0b1 100644 --- a/testing/web-platform/meta/webrtc/historical.html.ini +++ b/testing/web-platform/meta/webrtc/historical.html.ini @@ -26,3 +26,6 @@ [mozRTCSessionDescription interface should not exist] expected: FAIL + [DataChannel interface should not exist] + expected: FAIL + diff --git a/testing/web-platform/meta/webvr/idlharness.html.ini b/testing/web-platform/meta/webvr/idlharness.https.html.ini similarity index 91% rename from testing/web-platform/meta/webvr/idlharness.html.ini rename to testing/web-platform/meta/webvr/idlharness.https.html.ini index f784e49ab6da..b197f351cb19 100644 --- a/testing/web-platform/meta/webvr/idlharness.html.ini +++ b/testing/web-platform/meta/webvr/idlharness.https.html.ini @@ -1,4 +1,4 @@ -[idlharness.html] +[idlharness.https.html] [Window interface: attribute onvrdisplayblur] expected: FAIL diff --git a/testing/web-platform/meta/webvtt/api/VTTRegion/lines.html.ini b/testing/web-platform/meta/webvtt/api/VTTRegion/lines.html.ini new file mode 100644 index 000000000000..97f2df3dcb81 --- /dev/null +++ b/testing/web-platform/meta/webvtt/api/VTTRegion/lines.html.ini @@ -0,0 +1,4 @@ +[lines.html] + [VTTRegion.lines script-created region] + expected: FAIL +