Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_yellow.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_yellow.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_yellow.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4e5e1a000c9a67b7dbc591dd7d0abc5f279f363c |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_yellow.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE HTML> |
| +<html> |
| + <head> |
| + <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> |
| + <title>Yellow Test Page</title> |
| + </head> |
| + <body style="background-color:#FFFF00;"> |
| + <h1>Placeholder</h1> |
| + </body> |
| +</html> |