initial import
[vuplus_webkit] / Source / WebCore / manual-tests / inspector-wrappers / inspector-evaluate.html
1 <html>
2 <head>
3 <script src="inspector-wrappers-test-utils.js"></script>
4 <script>
5 document.evaluate = doAttack;
6 </script>
7 </head>
8 <body>
9 <script>instructions({trigger: "Type something into the search box"});</script>
10 </body>
11 </html>