summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/558943-1.xhtml
blob: e3d978fd34e56ab85326c6e3a830eac102af1185 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<style>
.x:first-line { }
.y { }
</style>
</head>
<body onload="setTimeout(function(){  document.documentElement.className = 'y'; }, 0)">
<td class="x"><a href="#">Link</a></td>
</body>
</html>