diff options
Diffstat (limited to 'tests/wpt/meta/workers/SharedWorker-constructor.html.ini')
-rw-r--r-- | tests/wpt/meta/workers/SharedWorker-constructor.html.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/wpt/meta/workers/SharedWorker-constructor.html.ini b/tests/wpt/meta/workers/SharedWorker-constructor.html.ini new file mode 100644 index 00000000000..50452a14d6e --- /dev/null +++ b/tests/wpt/meta/workers/SharedWorker-constructor.html.ini @@ -0,0 +1,21 @@ +[SharedWorker-constructor.html] + [Test toString exception propagated correctly.] + expected: FAIL + + [Test recursive worker creation results in exception.] + expected: FAIL + + [Test SharedWorker creation without arguments results in exception.] + expected: FAIL + + [Test SharedWorker constructor without a name does not result in an exception.] + expected: FAIL + + [Test SharedWorker constructor with null name does not result in an exception.] + expected: FAIL + + [Test SharedWorker constructor with undefined name does not result in an exception.] + expected: FAIL + + [Test SharedWorker constructor suceeds.] + expected: FAIL |