diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-11-12 12:04:00 +0900 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-11-22 10:18:11 +0900 |
commit | 22278a88953c4d7225de60e3c3c2a297273fe2d9 (patch) | |
tree | 03792386c6a244a297258b4f65f1d7ae1e7aacc4 /tests | |
parent | 47e39af0f36227e8e98b3dc3511c225192bf3736 (diff) | |
download | servo-22278a88953c4d7225de60e3c3c2a297273fe2d9.tar.gz servo-22278a88953c4d7225de60e3c3c2a297273fe2d9.zip |
Require PromiseRejectionEventInit dictionary
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wpt/metadata/html/dom/idlharness.https.html.ini | 3 | ||||
-rw-r--r-- | tests/wpt/metadata/html/dom/idlharness.worker.js.ini | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/wpt/metadata/html/dom/idlharness.https.html.ini b/tests/wpt/metadata/html/dom/idlharness.https.html.ini index dc99e0c09f1..692dc849677 100644 --- a/tests/wpt/metadata/html/dom/idlharness.https.html.ini +++ b/tests/wpt/metadata/html/dom/idlharness.https.html.ini @@ -1163,9 +1163,6 @@ [OffscreenCanvasRenderingContext2D interface: operation closePath()] expected: FAIL - [PromiseRejectionEvent interface object length] - expected: FAIL - [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "textAlign" with the proper type] expected: FAIL diff --git a/tests/wpt/metadata/html/dom/idlharness.worker.js.ini b/tests/wpt/metadata/html/dom/idlharness.worker.js.ini index 9fa9c825549..518459adb81 100644 --- a/tests/wpt/metadata/html/dom/idlharness.worker.js.ini +++ b/tests/wpt/metadata/html/dom/idlharness.worker.js.ini @@ -68,9 +68,6 @@ [OffscreenCanvasRenderingContext2D interface: operation restore()] expected: FAIL - [PromiseRejectionEvent interface object length] - expected: FAIL - [WorkerGlobalScope interface: calling createImageBitmap(ImageBitmapSource, ImageBitmapOptions) on self with too few arguments must throw TypeError] expected: FAIL |