Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_green.html

Issue 2676573004: Import wpt@6010f54a979d242f657b284bae53c2b218c533f4 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_green.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_green.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_green.html
new file mode 100644
index 0000000000000000000000000000000000000000..b8a1947b77e25ac6b0d100c75932e8c0a67d846f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_green.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <title>Green Test Page</title>
+ </head>
+ <body style="background-color:#00FF00;">
+ <h1>Placeholder</h1>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698