comparison: content/media/test/crashtests/865537-1.html
content/media/test/crashtests/865537-1.html
- branch
- TOR_BUG_9701
- changeset 13
- 44a2da4a2ab2
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <body onload="doTest()"> |
|
4 <base href="../unknown"> |
|
5 <div id="test3"></div> |
|
6 <video id="test4"><source src="white.webm"></video> |
|
7 <script> |
|
8 function doTest() { |
|
9 test3.appendChild(test4); |
|
10 } |
|
11 </script> |
|
12 </body> |
|
13 </html> |