Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / overflow / do-not-crash-when-checking-frame-view-is-scrollable.html
blobee27f188f2eff91de5f2392a06b1e5583320c95f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="do-not-crash-when-checking-frame-view-is-scrollable.css">
5 <script>
6 document.createElement("div").offsetParent;
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 </head>
11 <body>
12 </body>
13 </html>