haikuwebkit/ManualTests/inspector-wrappers/console-str-getter.html

13 lines
282 B
HTML

<html>
<head>
<script src="inspector-wrappers-test-utils.js"></script>
<script>
window.__defineGetter__("str", doAttack);
window.__defineGetter__("expression", doAttack);
</script>
</head>
<body>
<script>instructions({console: true, trigger: "something"});</script>
</body>
</html>