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]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
resources
/
pointer-lock
/
iframe-allows-inner-iframe.html
blob
d134afbe8cc595c3a9bd480174207165bd173bce
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<script
src
=
"iframe-common.js"
></script>
5
</head>
6
<body>
7
iframe-allows-inner-iframe.html
8
<iframe
src
=
"inner-iframe.html"
sandbox
=
"allow-pointer-lock allow-scripts"
></iframe>
9
</body>
10
</html>
11