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_inline.html
blob
dd56dbdb74d83c78bf0fdabf80a578c50e7be035
1
<html>
2
<head>
3
</head>
4
<body>
5
Requesting permission...
6
</body>
7
<script>
8
Notification
.
requestPermission
();
9
</script>
10
</html>