summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-timing/resources/blank_page_yellow_with_onunload.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/navigation-timing/resources/blank_page_yellow_with_onunload.html')
-rw-r--r--testing/web-platform/tests/navigation-timing/resources/blank_page_yellow_with_onunload.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/navigation-timing/resources/blank_page_yellow_with_onunload.html b/testing/web-platform/tests/navigation-timing/resources/blank_page_yellow_with_onunload.html
new file mode 100644
index 000000000..771e0701d
--- /dev/null
+++ b/testing/web-platform/tests/navigation-timing/resources/blank_page_yellow_with_onunload.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <title>Yellow Test Page</title>
+ </head>
+ <!-- use onunload to ensure this does not trigger bfcache -->
+ <body style="background-color:#FFFF00;" onunload="1;">
+ <h1>Placeholder</h1>
+ </body>
+</html> \ No newline at end of file