comparison: js/xpconnect/tests/mochitest/file_bug720619.html
js/xpconnect/tests/mochitest/file_bug720619.html
- changeset 0
- 6474c204b198
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> |