Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / resources / pointer-lock / iframe-allows-inner-iframe.html
blobd134afbe8cc595c3a9bd480174207165bd173bce
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>