Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
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>