comparison: js/xpconnect/tests/mochitest/file_bug720619.html
js/xpconnect/tests/mochitest/file_bug720619.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <script> |
|
5 valueOf = function() { return "v"; } |
|
6 toString = function() { return "s"; } |
|
7 </script> |
|
8 </head> |
|
9 <body></body> |
|
10 </html> |