layout/reftests/scrolling/huge-horizontal-overflow.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/scrolling/huge-horizontal-overflow.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,49 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head><title>Testcase for bug 751278</title>
     1.7 +<style>
     1.8 +.ui-helper-hidden { display: none; }
     1.9 +.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
    1.10 +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
    1.11 +
    1.12 +span { display:inline-block; min-width:300px;}
    1.13 +</style>
    1.14 +</head>
    1.15 +<body>
    1.16 +	<h1>Test</h1>
    1.17 +	<div>
    1.18 +	<div>
    1.19 +	<table cellspacing='0' cellpadding='0'>
    1.20 +			<tr>
    1.21 +							<th><span>Col 0</span></th>
    1.22 +							<th><span>Col 1</span></th>
    1.23 +							<th><span>Col 2</span></th>
    1.24 +							<th><span>Col 3</span></th>
    1.25 +							<th><span>Col 4</span></th>
    1.26 +							<th><span>Col 5</span></th>
    1.27 +							<th><span>Col 6</span></th>
    1.28 +							<th><span>Col 7</span></th>
    1.29 +							<th><span>Col 8</span></th>
    1.30 +							
    1.31 +							
    1.32 +						</tr>
    1.33 +					<tr>
    1.34 +							<td>alskjdfas</td>
    1.35 +							<td>alskjdfas</td>
    1.36 +							<td>alskjdfas</td>
    1.37 +							<td>alskjdfas</td>
    1.38 +							<td>alskjdfas</td>
    1.39 +							<td>alskjdfas</td>
    1.40 +							<td>alskjdfas</td>
    1.41 +							<td>alskjdfas</td>
    1.42 +							<td>alskjdfas</td>
    1.43 +							
    1.44 +						</tr>
    1.45 +					
    1.46 +			</table>
    1.47 +	</div>
    1.48 +	</div>
    1.49 +<div class="ui-helper-clearfix ui-helper-hidden-accessible"></div>
    1.50 +</body>
    1.51 +</html>
    1.52 +

mercurial