diff options
Diffstat (limited to 'tests/wpt/meta/WebIDL/ecmascript-binding/class-string-interface.any.js.ini')
-rw-r--r-- | tests/wpt/meta/WebIDL/ecmascript-binding/class-string-interface.any.js.ini | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/wpt/meta/WebIDL/ecmascript-binding/class-string-interface.any.js.ini b/tests/wpt/meta/WebIDL/ecmascript-binding/class-string-interface.any.js.ini new file mode 100644 index 00000000000..ff201e24186 --- /dev/null +++ b/tests/wpt/meta/WebIDL/ecmascript-binding/class-string-interface.any.js.ini @@ -0,0 +1,33 @@ +[class-string-interface.any.html] + [Object.prototype.toString applied to the prototype] + expected: FAIL + + [Object.prototype.toString applied to a null-prototype instance] + expected: FAIL + + [Object.prototype.toString applied after modifying the prototype's @@toStringTag] + expected: FAIL + + [Object.prototype.toString applied after deleting @@toStringTag] + expected: FAIL + + [@@toStringTag exists on the prototype with the appropriate descriptor] + expected: FAIL + + +[class-string-interface.any.worker.html] + [Object.prototype.toString applied to the prototype] + expected: FAIL + + [Object.prototype.toString applied to a null-prototype instance] + expected: FAIL + + [Object.prototype.toString applied after modifying the prototype's @@toStringTag] + expected: FAIL + + [Object.prototype.toString applied after deleting @@toStringTag] + expected: FAIL + + [@@toStringTag exists on the prototype with the appropriate descriptor] + expected: FAIL + |