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]
/
chrome
/
test
/
data
/
push_messaging
/
test_no_subscription_options.html
blob
291e690318aab2d4e8f5952551a92e38e9e2d5b9
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Push API Test: Valid manifest, but no PushSubscriptionOptions
</title>
5
<link
rel
=
"manifest"
href
=
"manifest.json"
>
6
<script
src
=
"push_test.js"
></script>
7
</head>
8
<body>
9
<h1>
Push API Test
</h1>
10
<script>
11
var
pushSubscriptionOptions
= {};
12
</script>
13
</body>
14
</html>