interface TestCaseResultimport { type TestCaseResult } from "https://deno.land/x/deno@v2.0.4/tests/wpt/runner/runner.ts"; Propertiesname: stringpassed: booleanstatus: numbermessage: string | nullstack: string | null