mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
14 lines
360 B
HTML
14 lines
360 B
HTML
<html class="reftest-wait">
|
|
<head>
|
|
<script>
|
|
function tweak() {
|
|
document.body.removeAttribute('style');
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
</script>
|
|
</head>
|
|
<body style="display: inline; mask: url(#a);" onload="setTimeout(tweak, 50)">
|
|
<input id="g" style="display: block; mask: url(#g);">
|
|
</body>
|
|
</html>
|