repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add very simple loading test for non-SFI NaCl.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
notifications
/
notifications_request_function.html
blob
1d7b4efcd0c99823240139378e62c3dbdb0fe07e
1
<html>
2
<head>
3
<script>
4
function
request
() {
5
Notification
.
requestPermission
();
6
return true
;
7
}
8
</script>
9
</head>
10
<body>
11
Standing by to request permission...
12
</body>
13
</html>