blob: 1cb007dd2b9916ee60b5e2def2bda636fd517ff8 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Notifications Test Page</title>
<script type="text/javascript">
var pageReady = false;
function onLoad() {
pageReady = true;
}
</script>
</head>
<body onload="onLoad()">
<div id="longPage">
<h4>NotificationsAllowedForUrls Test page</h4>
</div>
</body>
</html>