Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / js / xpconnect / tests / mochitest / file_xrayic.html
blobad06a3118b0b8fabd7dc67e0b18f0b80c12b53b4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="application/javascript">
5 function setup() {
6 // Set up targets for sandbox expandos.
7 window.targetDOM = [document.getElementById("hello"), document.getElementById("there")];
9 </script>
10 </head>
11 <body onload="setup();">
12 <span id="hello" class="iamaspan">Hello</span>
13 <span id="there" class="iamaspan">There</span>
14 </body>
15 </html>