haikuwebkit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner...

12 lines
224 B
HTML

<!DOCTYPE html>
<style>
::-webkit-scrollbar-corner { zoom: reset; }
* {overflow:hidden}
</style>
<table><tr>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.innerHTML = "PASS, no crash";
</script>