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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
notifications
/
resources
/
iframe-display-permission.html
blob
2a1ab7cdb0d4dfe47a7d3eebaf5d04719294f58f
1
<!doctype
html
>
2
<html>
3
<head>
4
<title>
Notifications: Displays the current permission level.
</title>
5
</head>
6
<body>
7
<script>
8
document
.
write
(
Notification
.
permission
);
9
</script>
10
</body>
11
</html>