gecko-dev/layout/base/crashtests/1511442.html
Hiroyuki Ikezoe 3be0a1e6ab Bug 1511442 - A crash test by fuzzing. r=boris
Differential Revision: https://phabricator.services.mozilla.com/D47565

--HG--
extra : moz-landing-system : lando
2019-09-30 19:46:53 +00:00

21 lines
437 B
HTML

<html class="reftest-wait">
<style>
* { scale: 81 1 }
</style>
<script>
function go() {
window.getSelection().selectAllChildren(a);
}
function eh() {
c.beginElementAt(0.67302);
b.scrollIntoView(false);
document.documentElement.style.setProperty("rotate", "1deg 45 1 -1");
document.documentElement.classList.remove("reftest-wait");
}
</script>
<body onload=go()>
<button id="a">
<svg id="b">
<set id="c" onbegin="eh()">
</html>