Bug 1842509 - Remove media.webvtt.regions.enabled pref r=alwu,webidl,smaug,peterv
[gecko.git] / dom / bindings / crashtests / 1010658-1.html
blob6b341f4ed93197240a2b2357581bf396d1d651fa
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 function boom()
7 window.__proto__ = null;
8 for (var i = 0; i < 10000; ++i) {
9 self.document;
13 </script></head>
15 <body onload="boom();"></body>
16 </html>