<html> | |
<head> | |
<script> | |
function runTest() | |
{ | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
window.frames.myframe.location.reload(true); | |
} | |
</script> | |
</head> | |
<body onload="runTest()"> | |
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=26326">bug 26326</a>: | |
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/> | |
<iframe name="myframe" id="myframe" src="resources/page-with-custom-scrollbars.html"> | |
</body> | |
</html> |