mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
266 B
HTML
12 lines
266 B
HTML
|
<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>
|