1
0
Fork 0
firefox/layout/reftests/scrolling/huge-horizontal-overflow.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

49 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head><title>Testcase for bug 751278</title>
<style>
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
span { display:inline-block; min-width:300px;}
</style>
</head>
<body>
<h1>Test</h1>
<div>
<div>
<table cellspacing='0' cellpadding='0'>
<tr>
<th><span>Col 0</span></th>
<th><span>Col 1</span></th>
<th><span>Col 2</span></th>
<th><span>Col 3</span></th>
<th><span>Col 4</span></th>
<th><span>Col 5</span></th>
<th><span>Col 6</span></th>
<th><span>Col 7</span></th>
<th><span>Col 8</span></th>
</tr>
<tr>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
</tr>
</table>
</div>
</div>
<div class="ui-helper-clearfix ui-helper-hidden-accessible"></div>
</body>
</html>