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
/
banners
/
no_manifest_test_page.html
blob
3d4e8d701c8c93a00a2407aa5f177ffc512f4450
1
<html>
2
<head>
3
<title>
Web app banner test page
</title>
4
<script
src
=
"main.js"
></script>
5
</head>
6
<body
onload
=
"initialize()"
>
7
Do-nothing page with a service worker, but no manifest.
8
</body>
9
</html>