summaryrefslogtreecommitdiff
path: root/test/wpt/status
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-01-22 02:51:22 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-01-25 00:12:12 +0800
commit47aa17274a4be8abe67b7b09865437a71db05b06 (patch)
tree198bd08fd3c7c66fb78e973350f3abf029bd6e95 /test/wpt/status
parentd20f5c7f1b3b79f11b99b6599c3ddea8dfd39a60 (diff)
downloadandroid-node-v8-47aa17274a4be8abe67b7b09865437a71db05b06.tar.gz
android-node-v8-47aa17274a4be8abe67b7b09865437a71db05b06.tar.bz2
android-node-v8-47aa17274a4be8abe67b7b09865437a71db05b06.zip
test: run html/webappapis/microtask-queuing WPT
PR-URL: https://github.com/nodejs/node/pull/25616 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host>
Diffstat (limited to 'test/wpt/status')
-rw-r--r--test/wpt/status/html/webappapis/microtask-queuing.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/wpt/status/html/webappapis/microtask-queuing.json b/test/wpt/status/html/webappapis/microtask-queuing.json
new file mode 100644
index 0000000000..dc13452b99
--- /dev/null
+++ b/test/wpt/status/html/webappapis/microtask-queuing.json
@@ -0,0 +1,8 @@
+{
+ "queue-microtask-exceptions.any.js": {
+ "fail": "Node.js does not have a global addEventListener function"
+ },
+ "queue-microtask.window.js": {
+ "fail": "MutationObserver is not implemented"
+ }
+}