trisquel-icecat/icecat/testing/web-platform/tests/navigation-timing/resources/blank-page-green-with-onunload.html

11 lines
337 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Green Test Page</title>
</head>
<!-- use onunload to ensure this does not trigger bfcache -->
<body style="background-color:#00FF00;" onunload="1;">
<h1>Placeholder</h1>
</body>
</html>