no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / gfx / tests / crashtests / 1685009-1.html
blobbe00110767b9767635df1c050a611c77d226cb30
1 <script>
2 window.requestIdleCallback(() => {
3 window.close();
4 })
5 window.onload = () => {
6 a.value = "J."
7 b.submit()
8 window.requestAnimationFrame(() => { a.setRangeText("foo") })
10 </script>
11 <textarea id="a" style="max-width: 0"></textarea>
12 <form id="b" target="a">