diff options
Diffstat (limited to 'tools/wpt/testharnessreport.js')
-rw-r--r-- | tools/wpt/testharnessreport.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/wpt/testharnessreport.js b/tools/wpt/testharnessreport.js index b1852a488..d3e783376 100644 --- a/tools/wpt/testharnessreport.js +++ b/tools/wpt/testharnessreport.js @@ -13,12 +13,3 @@ window.add_result_callback(({ message, name, stack, status }) => { window.add_completion_callback((_tests, _harnessStatus) => { Deno.exit(0); }); - -globalThis.document = { - // document.body shim for FileAPI/file/File-constructor.any.html test - body: { - toString() { - return "[object HTMLBodyElement]"; - }, - }, -}; |