comparison: accessible/tests/mochitest/text/doc.html
accessible/tests/mochitest/text/doc.html
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <script type="application/javascript"> |
|
5 document.documentElement.appendChild(document.createTextNode("outbody")); |
|
6 </script> |
|
7 </head> |
|
8 <body>inbody</body> |
|
9 </html> |