mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
666 B
HTML
22 lines
666 B
HTML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<title>Test for bug 641731</title>
|
|
<script>
|
|
function snapshot() {
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<!-- Wait 100ms before taking snapshot, to be sure we've allowed time for
|
|
:visited style inside the image to resolve (which it hopefully won't) -->
|
|
<body style="margin: 0" onload="setTimeout(snapshot, 100)">
|
|
<img src="svg-image-visited-2-helper.svg">
|
|
</body>
|
|
</html>
|