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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/blank_page_green_with_onunload.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 <title>Green Test Page</title>
6 </head>
7 <!-- use onunload to ensure this does not trigger bfcache -->
8 <body style="background-color:#00FF00;" onunload="1;">
9 <h1>Placeholder</h1>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698