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
/
geolocation
/
two_iframes.html
blob
ba629ed4ade66345f9e4571d119452cfcc18ce8a
1
<html>
2
<head>
3
<script
src
=
"iframe_controller.js"
></script>
4
<script
src
=
"basic_geolocation.js"
></script>
5
</head>
6
<body>
7
<iframe
id
=
"iframe_0"
name
=
"iframe_0"
></iframe>
8
<iframe
id
=
"iframe_1"
name
=
"iframe_1"
></iframe>
9
Testing Geolocation with iframes.
10
</body>
11
</html>
12