tenfourfox/layout/style/crashtests/558943-1.xhtml

12 lines
266 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>