NEW280050
testharness.js subresources use testharnessreport.js
https://bugs.webkit.org/show_bug.cgi?id=280050
Summary testharness.js subresources use testharnessreport.js
Kimmo Kinnunen
Reported 2024-09-20 01:20:01 PDT
testharness.js subresources use testharnessreport.js `fetch_tests_from_window` will aggregate tests from separate windows or iframes into the current document as if they were all part of the same test suite. The document of the second window (or iframe) should include `testharness.js`, but not `testharnessreport.js`, and use `test`, `async_test`, and `promise_test` in the usual manner.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-20 01:20:36 PDT
Kimmo Kinnunen
Comment 2 2024-09-20 01:26:14 PDT
Note You need to log in before you can comment on or make changes to this bug.