Html程序  |  21行  |  348 B

<!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>