diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/api/request/request-idl.html.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/api/request/request-idl.html.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/request/request-idl.html.ini b/testing/web-platform/meta/fetch/api/request/request-idl.html.ini new file mode 100644 index 000000000..4eb207662 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/request/request-idl.html.ini @@ -0,0 +1,14 @@ +[request-idl.html] + type: testharness + [Request interface: attribute type] + expected: FAIL + + [Request interface: attribute destination] + expected: FAIL + + [Request interface: new Request("") must inherit property "type" with the proper type (3)] + expected: FAIL + + [Request interface: new Request("") must inherit property "destination" with the proper type (4)] + expected: FAIL + |