Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/scrolling/reftest.list
<!-- This needs to be quirks mode -->
<html>
<style>
table { display:inline-table; caption-side:bottom; border-collapse:collapse; border:2px solid black; }
td { width:100px; height:100px; }
</style>
<body style="height:2000px; overflow:hidden" class="scrollTop">
<script src="scrolling.js"></script>
<p><table style="background:url(repeatable-diagonal-gradient.png) fixed;">
<td>
</table>
<table>
<tbody style="background:url(repeatable-diagonal-gradient.png) fixed;"><td>
</table>
<table>
<tr style="background:url(repeatable-diagonal-gradient.png) fixed;"><td>
</table>
<table>
<td style="background:url(repeatable-diagonal-gradient.png) fixed;">
</table>
<p><table>
<colgroup style="background:url(repeatable-diagonal-gradient.png) fixed;"></colgroup>
<td>
</table>
<table>
<col style="background:url(repeatable-diagonal-gradient.png) fixed;"></col>
<td>
</table>
<table>
<td>
<caption style="background:url(repeatable-diagonal-gradient.png) fixed;"> </caption>
</table>
<p><table>
<tbody style="opacity:0.5; background:url(repeatable-diagonal-gradient.png) fixed;"><td>
</table>
<table>
<tr style="opacity:0.5; background:url(repeatable-diagonal-gradient.png) fixed;"><td>
</table>
<table>
<td style="opacity:0.5; background:url(repeatable-diagonal-gradient.png) fixed;">
</table>
<p><table>
<td>
<caption style="opacity:0.5; background:url(repeatable-diagonal-gradient.png) fixed;"> </caption>
</table>
</body>
</html>