gecko-dev/layout/reftests/svg/as-image/svg-image-visited-2.html

22 строки
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>