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
Revert of Use ExtensionRegistryObserver instead of deprecated extension notification...
[chromium-blink-merge.git]
/
tools
/
telemetry
/
unittest_data
/
iframe1.html
blob
972b8fbaab3b07d5147ee9d856fae94200781de9
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<script
type
=
"text/javascript"
>var
testVar
=
"iframe1"
;
</script>
5
</head>
6
<body>
7
This is IFrame
1
.
8
<br>
9
<iframe
src
=
"iframe2.html"
></iframe>
10
</body>
11
</html>