mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
6 lines
239 B
HTML
6 lines
239 B
HTML
<html class="reftest-wait">
|
|
<body onload="document.getElementsByTagName('div')[0].id='b';
|
|
document.documentElement.removeAttribute('class');"
|
|
><div style="overflow-x: scroll; filter: url(#b)">abc</div></body>
|
|
</html>
|