<html> | |
<head> | |
<script src="../http/tests/inspector/inspector-test.js"></script> | |
<script src="../http/tests/inspector/console-tests.js"></script> | |
<script> | |
function doit() | |
{ | |
evaluateInWebInspector("frontend_evaluateInConsole('1+2', function() {});", function() { | |
dumpConsoleMessages(); | |
}); | |
} | |
</script> | |
</head> | |
<body onload="onload()"> | |
<p> | |
Tests that simple evaluations may be performed in the console. | |
</p> | |
</body> | |
</html> |