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]
/
extensions
/
test
/
data
/
web_view
/
inside_iframe
/
main.html
blob
54532dcc986c57e27e68839df406ef56433d368d
1
<!doctype
html
>
2
<!--
3
* Copyright 2014 The Chromium Authors. All rights reserved. Use of this
4
* source code is governed by a BSD-style license that can be found in the
5
* LICENSE file.
6
-->
7
<html>
8
<body>
9
<iframe></iframe>
10
<script
src
=
"main.js"
></script>
11
</body>
12
</html>