blob: a66ed5b9b9cf0b1de6699aef05421de18d9f9f7a [file] [log] [blame]
<!doctype html>
<html class="crash">
<style>
.crash {
overflow:scroll;
content: url(data:text/plain,aaa);
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function runTest() {
document.documentElement.classList.remove("crash");
}
window.addEventListener("load", runTest, false);
</script>
<p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=96863">96863</a>: REGRESSION(r124168): Null crash in RenderLayer::createScrollbar</p>
<p>This test PASSED if it didn't CRASH or ASSERT.</p>