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

11 lines
206 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
valueOf = function() { return "v"; }
toString = function() { return "s"; }
</script>
</head>
<body></body>
</html>