content/base/crashtests/493281-2.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:86da095eba6c
1 <html>
2 <body>
3 <div id="foo">
4 <script>
5 function get(x) { return x }
6 obj = {};
7 obj.__proto__ = get(document.all);
8 obj.foo
9 </script>
10 </div>
11 </body>
12 </html>

mercurial