summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1511442.html
blob: 22598c404f839ecacb86dbc786517a1276d43029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>