Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollbars / scrollbar-crash-on-refresh.html
blobb82543e20184b6372d7ed1172ca82cf29c24b586
1 <html>
2 <head>
3 <script>
4 function runTest()
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 window.frames.myframe.location.reload(true);
10 </script>
11 </head>
12 <body onload="runTest()">
13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=26326">bug 26326</a>:
14 This tests that there is no crash when refreshing a page with a custom scrollbar. On success you should see a frame with scrollbars and one PASS message in it.<p/>
15 <iframe name="myframe" id="myframe" src="resources/page-with-custom-scrollbars.html">
16 </body>
17 </html>