Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / js / xpconnect / tests / chrome / file_discardSystemSource.html
blob5dc9e9e7baff14e44e1d91f2921e331dfa7f42ea
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 function canary() {
6 // eslint-disable-next-line no-unused-vars
7 var someBitOfSource = 42;
9 function inner() {
10 throw new Error("some error");
12 function throwSomething() {
13 inner();
15 </script>
16 </head>
17 <body onload="someBitOfSource = 42">
18 </body>
19 </html>