summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/cached/bfcache
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/assets/cached/bfcache')
-rw-r--r--remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe-container.html1
-rw-r--r--remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe-container.html b/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe-container.html
index 857914bb6d..ce1fd52cff 100644
--- a/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe-container.html
+++ b/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe-container.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<body>BFCached<a href="target.html">next</a></body>
<script>
window.addEventListener('DOMContentLoaded', () => {
diff --git a/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe.html b/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe.html
index 9233f557c5..b98b0a1ef8 100644
--- a/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe.html
+++ b/remote/test/puppeteer/test/assets/cached/bfcache/worker-iframe.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<script>
const worker = new Worker('worker.mjs', {type: 'module'})
</script>