Bug 280050

Summary: testharness.js subresources use testharnessreport.js
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: Tools / TestsAssignee: Kimmo Kinnunen <kkinnunen>
Status: NEW    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=259409
https://bugs.webkit.org/show_bug.cgi?id=280048

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.