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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_meta_redirect.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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
5 <meta http-equiv="refresh" content="1;URL='blank_page_green.html'" />
6 <title>Redirect Placeholder</title>
7 </head>
8 <body style="background-color:#FFFF00";>
9 <h1>Placeholder</h1>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698