gecko-dev/gfx/tests/crashtests/1529149.html
Hiroyuki Ikezoe 1940fb41d3 Bug 1529149 - A crash test by fuzzing. r=boris
Depends on D47565

Differential Revision: https://phabricator.services.mozilla.com/D47566

--HG--
extra : moz-landing-system : lando
2019-09-30 19:49:32 +00:00

24 lines
439 B
HTML

<html class="reftest-wait">
<style>
:not(option) {
position: absolute;
}
#a {
background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=) fixed;
}
fieldset:first-child {
column-width: 0;
filter: invert(3);
}
</style>
<script>
function go() {
a.multiple = true
document.documentElement.classList.remove("reftest-wait");
}
</script>
<body onload=go()>
<fieldset style="scale: 1 9 0.3472">
<select id="a">
</html>