summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/same-site-cookies/resources/iframe.sub.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/workers/same-site-cookies/resources/iframe.sub.html')
-rw-r--r--testing/web-platform/tests/workers/same-site-cookies/resources/iframe.sub.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/workers/same-site-cookies/resources/iframe.sub.html b/testing/web-platform/tests/workers/same-site-cookies/resources/iframe.sub.html
index 2531f3d620..c4724d01d2 100644
--- a/testing/web-platform/tests/workers/same-site-cookies/resources/iframe.sub.html
+++ b/testing/web-platform/tests/workers/same-site-cookies/resources/iframe.sub.html
@@ -4,7 +4,7 @@
<script src="/resources/testdriver-vendor.js"></script>
<body>
<script>
-// Step 2 (workers/same-site-cookies/third-party.{})
+// Step 3 (workers/same-site-cookies/third-party.{})
test_driver.set_test_context(window.top);
const type = (new URLSearchParams(window.location.search)).get("type");
let iframe = document.createElement("iframe");