tenfourfox/js/xpconnect/tests/mochitest/file_bug720619.html

11 lines
206 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<script>
valueOf = function() { return "v"; }
toString = function() { return "s"; }
</script>
</head>
<body></body>
</html>