Skip to content

Commit f6f4163

Browse files
committed
Start running the parsed file lints against support files
This is largely motivated by ensuring that people aren't including testharnessreport.js in support files which are then included via fetch_tests_from_window, and most of the files changed here are removing redundant inclusions here. We also find a few other errors, such as testdriver-vendor.js being omitted and invalid values for <meta name=timeout>, which are also fixed. Finally, add a few things to the allowlist.
1 parent 754fa51 commit f6f4163

File tree

143 files changed

+47
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+47
-143
lines changed

appmanifest/protocol_handlers-member/resources/protocol_handlers_entry.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>Protocol Handling Web Platform Test - Pass</title>
66
<script src="/resources/testharness.js"></script>
7-
<script src="/resources/testharnessreport.js"></script>
87
<script>
98
setup({ single_test: true });
109
const urlParams = new URLSearchParams(window.location.search);

client-hints/sandbox/resources/embedded-popup-expect-hints.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html>
33
<body>
44
<script src="/resources/testharness.js"></script>
5-
<script src="/resources/testharnessreport.js"></script>
65
<script src="util.js"></script>
76
<script>
87
sandbox_popup_listener("/client-hints/resources/expect-client-hints-headers.html");

client-hints/sandbox/resources/embedded-popup-expect-no-hints.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html>
33
<body>
44
<script src="/resources/testharness.js"></script>
5-
<script src="/resources/testharnessreport.js"></script>
65
<script src="util.js"></script>
76
<script>
87
sandbox_popup_listener("/client-hints/resources/expect-no-client-hints-headers.html");

compute-pressure/resources/support-iframe.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<meta charset="utf-8">
33
<title>compute pressure iframe tester</title>
44
<script src="/resources/testharness.js"></script>
5-
<script src="/resources/testharnessreport.js"></script>
65
<script>
76
async function messageHandler(e) {
87
if (e.data.command === 'start') {

content-security-policy/frame-ancestors/support/frame-in-frame.sub.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html>
33
<body>
44
<script src='/resources/testharness.js'></script>
5-
<script src='/resources/testharnessreport.js'></script>
65
<script src='/content-security-policy/frame-ancestors/support/frame-ancestors-test.sub.js'></script>
76

87
<span id="escape">{{GET[policy]}}</span>

content-security-policy/navigation/support/test_csp_self_window.sub.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<script src="/resources/testharness.js"></script>
3-
<script src="/resources/testharnessreport.js"></script>
43

54
<span id="escape">{{GET[window_url]}}</span>
65

cookies/partitioned-cookies/resources/partitioned-cookies-cross-site-embed.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<meta name="timeout" content="long">
44
<title>Test site embedded in a cross-site context</title>
55
<script src="/resources/testharness.js"></script>
6-
<script src="/resources/testharnessreport.js"></script>
76
<script src="/common/get-host-info.sub.js"></script>
87
<script src="/cookies/resources/cookie-helper.sub.js"></script>
98
<script src="/cookies/partitioned-cookies/resources/test-helpers.js"></script>

cookies/partitioned-cookies/resources/partitioned-cookies-top-level-redirect.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<meta name="timeout" content="long">
44
<title>Test partitioned cookie top level cross-site</title>
55
<script src="/resources/testharness.js"></script>
6-
<script src="/resources/testharnessreport.js"></script>
76
<script src="/common/get-host-info.sub.js"></script>
87
<script src="/cookies/resources/cookie-helper.sub.js"></script>
98
<script src="/cookies/partitioned-cookies/resources/test-helpers.js"></script>

cookies/third-party-cookies/resources/third-party-cookies-cross-site-embed.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<meta name="timeout" content="long">
44
<title>Test site embedded in a cross-site context</title>
55
<script src="/resources/testharness.js"></script>
6-
<script src="/resources/testharnessreport.js"></script>
76
<script src="/common/get-host-info.sub.js"></script>
87
<script src="/cookies/resources/cookie-helper.sub.js"></script>
98
<script src="/cookies/third-party-cookies/resources/test-helpers.js"></script>

fenced-frame/resources/automatic-beacon-unfenced-page.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<title>Page navigated to by an _unfencedTop navigation</title>
33

44
<script src="/resources/testharness.js"></script>
5-
<script src="/resources/testharnessreport.js"></script>
65
<script src="utils.js"></script>
76
<script src="/common/get-host-info.sub.js"></script>
87

fenced-frame/resources/background-fetch-inner.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<script src="/resources/testharness.js"></script>
3-
<script src="/resources/testharnessreport.js"></script>
43
<script src="utils.js"></script>
54
<title>Fenced frame content to report the result of background fetch</title>
65

fenced-frame/resources/background-fetch-sw-inner.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<script src="/resources/testharness.js"></script>
3-
<script src="/resources/testharnessreport.js"></script>
43
<script src="utils.js"></script>
54
<title>Fenced frame content to report the result of background fetch in SW</title>
65

fenced-frame/resources/background-sync-inner.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<script src="/resources/testharness.js"></script>
3-
<script src="/resources/testharnessreport.js"></script>
43
<script src="utils.js"></script>
54
<title>Fenced frame content to report the result of background sync's register</title>
65

fenced-frame/resources/background-sync-sw-inner.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<script src="/resources/testharness.js"></script>
3-
<script src="/resources/testharnessreport.js"></script>
43
<script src="utils.js"></script>
54
<title>Fenced frame content to report the result of background sync's register in SW</title>
65

fenced-frame/resources/ignore-child-fenced-frame-onload-event-inner.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<title>child frame with delayed onload event</title>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="utils.js"></script>
65

76
<body>

fenced-frame/resources/navigate-ancestor-from-nested-fenced-frame.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<title>Navigate ancestor helper</title>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="utils.js"></script>
65

76
<body>

fenced-frame/resources/navigate-ancestor-from-nested-iframe.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<title>Navigate ancestor helper from nested fenced frame</title>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="utils.js"></script>
65

76
<body>

fenced-frame/resources/navigate-ancestor-test-runner.https.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<title>Test navigating an ancestor frame from within a fenced frame</title>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="utils.js"></script>
65

76
<body>

fenced-frame/resources/permission-geolocation-test-runner.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<title>Fenced frame content to report the result of navigator.geolocation.getCurrentPosition()</title>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="/resources/testdriver.js"></script>
65
<script src="/resources/testdriver-vendor.js"></script>
76
<script src="utils.js"></script>

fenced-frame/resources/window-navigation-204-inner.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<script src="/resources/testharness.js"></script>
3-
<script src="/resources/testharnessreport.js"></script>
43
<script src="utils.js"></script>
54
<title>Fenced frame content to report the value of window.navigation</title>
65

fetch/connection-pool/resources/network-partition-about-blank-checker.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>about:blank Network Partition Checker</title>
66
<meta name="help" href="https://fetch.spec.whatwg.org/#network-partition-keys">
7-
<meta name="timeout" content="normal">
87
</head>
98
<body>
109
<script>

fetch/connection-pool/resources/network-partition-checker.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>Network Partition Checker</title>
66
<meta name="help" href="https://fetch.spec.whatwg.org/#network-partition-keys">
7-
<meta name="timeout" content="normal">
87
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=common/utils.js"></script>
98
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=resources/testharness.js"></script>
109
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=fetch/connection-pool/resources/network-partition-key.js"></script>

fetch/connection-pool/resources/network-partition-iframe-checker.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>Iframe Network Partition Checker</title>
66
<meta name="help" href="https://fetch.spec.whatwg.org/#network-partition-keys">
7-
<meta name="timeout" content="normal">
87
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=common/utils.js"></script>
98
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=resources/testharness.js"></script>
109
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=fetch/connection-pool/resources/network-partition-key.js"></script>

fetch/connection-pool/resources/network-partition-worker-checker.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>Worker Network Partition Checker</title>
66
<meta name="help" href="https://fetch.spec.whatwg.org/#network-partition-keys">
7-
<meta name="timeout" content="normal">
87
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=common/utils.js"></script>
98
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=resources/testharness.js"></script>
109
<script src="SUBRESOURCE_PREFIX:&dispatch=fetch_file&path=fetch/connection-pool/resources/network-partition-key.js"></script>

fetch/http-cache/resources/split-cache-popup-with-iframe.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>HTTP Cache - helper</title>
66
<meta name="help" href="https://fetch.spec.whatwg.org/#http-cache-partitions">
7-
<meta name="timeout" content="normal">
87
<script src="/resources/testharness.js"></script>
98
<script src="/common/get-host-info.sub.js"></script>
109
</head>

fetch/http-cache/resources/split-cache-popup.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<title>HTTP Cache - helper</title>
66
<meta name="help" href="https://fetch.spec.whatwg.org/#http-cache-partitions">
7-
<meta name="timeout" content="normal">
87
<script src="/resources/testharness.js"></script>
98
<script src="../http-cache.js"></script>
109
</head>

focus/support/focus-event-after-switching-iframes-inner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>Focus event inner document</title>
66
</head>
77
<script src="/resources/testdriver.js"></script>
8+
<script src="/resources/testdriver-vendor.js"></script>
89
<script src="/resources/testdriver-actions.js"></script>
910
<body>
1011
<h1>Inner</h1>

html/browsers/browsing-the-web/history-traversal/pagereveal/resources/order-in-prerender-activation-popup.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<title>pagereveal event fires and in correct order on prerender activation (popup)</title>
33
<link rel="author" href="mailto:[email protected]">
44
<script src="/resources/testharness.js"></script>
5-
<script src="/resources/testharnessreport.js"></script>
65
<script src="/speculation-rules/prerender/resources/utils.js"></script>
76
<script>
87
const params = new URLSearchParams(location.search);

intersection-observer/resources/observer-in-iframe-subframe.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<script src="/resources/testharness.js"></script>
3-
<script src="/resources/testharnessreport.js"></script>
43
<script src="./intersection-observer-test-utils.js"></script>
54

65
<style>

lint.ignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ AHEM COPY: fonts/Ahem.ttf
7575
# None of these are actually Ahem
7676
AHEM COPY: fonts/ahem-extra/AHEM_*.TTF
7777

78+
## Ignore the testharness.js unit tests
79+
INVALID-TIMEOUT: resources/test/*
80+
TESTHARNESS-PATH: resources/test/*
81+
TESTHARNESSREPORT-IN-UNSUPPORTED-TYPE: resources/test/*
82+
TESTHARNESSREPORT-PATH: resources/test/*
83+
7884
## Test exclusions ##
7985

8086
# Intentional use of CRLF
@@ -138,6 +144,12 @@ PARSE-FAILED: dom/nodes/Document-createElement-namespace-tests/minimal_html.xhtm
138144
PARSE-FAILED: dom/nodes/Document-createElement-namespace-tests/minimal_html.xml
139145
PARSE-FAILED: custom-elements/xhtml-crash.xhtml
140146

147+
# Files that don't parse because UTF-32 support is gone
148+
PARSE-FAILED: encoding/resources/utf-32-little-endian-nobom.xml
149+
PARSE-FAILED: encoding/resources/utf-32-little-endian-bom.xml
150+
PARSE-FAILED: encoding/resources/utf-32-big-endian-nobom.xml
151+
PARSE-FAILED: encoding/resources/utf-32-big-endian-bom.xml
152+
141153
# setTimeout usage (should probably mostly be fixed)
142154
SET TIMEOUT: *-manual.*
143155
SET TIMEOUT: annotation-model/scripts/ajv.min.js
@@ -461,6 +473,18 @@ INDENT TABS: css/mediaqueries/*
461473
INDENT TABS: css/selectors/*
462474
INDENT TABS: css/WOFF2/*
463475

476+
## Templates can deal with certain things being wrong; we only care about the output
477+
INVALID-TIMEOUT: */templates/*
478+
NON-EXISTENT-REF: */*-template.html
479+
NON-EXISTENT-REF: */templates/*
480+
NON-EXISTENT-REF: css/css-images/tools/template-object-fit-test.html
481+
NON-EXISTENT-REF: css/css-images/tools/template-object-position-test.html
482+
REFERENCE-IN-OTHER-TYPE: */*-template.html
483+
REFERENCE-IN-OTHER-TYPE: */templates/*
484+
REFERENCE-IN-OTHER-TYPE: css/css-images/tools/template-object-fit-test.html
485+
REFERENCE-IN-OTHER-TYPE: css/css-images/tools/template-object-position-test.html
486+
TESTHARNESSREPORT-IN-UNSUPPORTED-TYPE: */templates/*
487+
TESTHARNESSREPORT-IN-UNSUPPORTED-TYPE: css/css-writing-modes/tools/generators/template.html
464488

465489
## Things we're stopping from getting worse
466490
CONSOLE: css/css-shapes/shape-outside/supported-shapes/support/test-utils.js
@@ -818,3 +842,12 @@ TESTDRIVER-IN-UNSUPPORTED-TYPE: payment-handler/change-shipping-option-manual.ht
818842
TESTDRIVER-IN-UNSUPPORTED-TYPE: payment-handler/payment-request-event-manual.https.html
819843
TESTDRIVER-IN-UNSUPPORTED-TYPE: payment-handler/supports-shipping-contact-delegation-manual.https.html
820844
TESTDRIVER-IN-UNSUPPORTED-TYPE: shadow-dom/crashtests/move-to-new-tree-1343016.html
845+
846+
# Intentional use of testharness.js with an absolute URL
847+
TESTHARNESS-PATH: fetch/connection-pool/resources/network-partition-checker.html
848+
TESTHARNESS-PATH: fetch/connection-pool/resources/network-partition-iframe-checker.html
849+
TESTHARNESS-PATH: fetch/connection-pool/resources/network-partition-worker-checker.html
850+
851+
# View Transitions tests include references relative to the original test URL
852+
NON-EXISTENT-REF: css/css-view-transitions/navigation/resources/*
853+
REFERENCE-IN-OTHER-TYPE: css/css-view-transitions/navigation/resources/*

loading/early-hints/resources/404-with-early-hints.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/arbitrary-header-in-early-hints.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<body>
65
<script>
76
promise_test(async (t) => {

loading/early-hints/resources/coep-mismatch.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/csp-basic.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/csp-document-disallow.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<meta charset=utf-8>
33
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'">
44
<script src="/resources/testharness.js"></script>
5-
<script src="/resources/testharnessreport.js"></script>
65
<script src="early-hints-helpers.sub.js"></script>
76
<body>
87
<script>

loading/early-hints/resources/modulepreload-in-early-hints.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/multiple-early-hints-responses.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/preconnect-in-early-hints.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/preload-as-test.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/preload-fetch.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/preload-fetchpriority.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/preload-finished-before-final-response.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/preload-finished-while-receiving-final-response-body.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

loading/early-hints/resources/preload-in-flight-when-consumed.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset=utf-8>
33
<script src="/resources/testharness.js"></script>
4-
<script src="/resources/testharnessreport.js"></script>
54
<script src="early-hints-helpers.sub.js"></script>
65
<body>
76
<script>

0 commit comments

Comments
 (0)