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

11 lines
No EOL
337 B
HTML

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