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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
js_injection_background
/
bg.html
blob
047f40fbb80d5e991610087dea6d5d0a3f452d62
1
<!--
2
* Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
3
* source code is governed by a BSD-style license that can be found in the
4
* LICENSE file.
5
-->
6
<html>
7
<script
src
=
"bg.js"
></script>
8
<body>
9
<input
id
=
"myinput"
></input>
10
</body>
11
</html>