Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_yellow_with_onunload.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_yellow_with_onunload.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_yellow_with_onunload.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..771e0701d9cf9584f271238c1cddf62280946f26 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/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> |