Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
pointer-lock
/
iframe-allows-inner-iframe.html
blob: d134afbe8cc595c3a9bd480174207165bd173bce [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<head>
<script
src
=
"iframe-common.js"
></script>
</head>
<body>
iframe-allows-inner-iframe.html
<iframe
src
=
"inner-iframe.html"
sandbox
=
"allow-pointer-lock allow-scripts"
></iframe>
</body>
</html>