[Release] Webkit2-efl-123997_0.11.113
[framework/web/webkit-efl.git] / ManualTests / inspector-wrappers / console-eval.html
1 <html>
2 <head>
3 <script src="inspector-wrappers-test-utils.js"></script>
4 <script>
5 window.eval = function() { doAttack(eval); }
6 </script>
7 </head>
8 <body>
9 <script>instructions({console: true, trigger: "something"});</script>
10 </body>
11 </html>