summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/table-with-scrollbar-corner.html
blob: 687f70f8a6e8c8f8fd5e95158bbbf2cc40dc3c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>