blob: 0b3eeaf4aab4c14fcf92f8e13653ea4a71d722a0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div id="console"></div>
<script>
Object.prototype.foo = "FAIL: Visible in isolated world.";
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.evaluateScriptInIsolatedWorld(
0,
"document.getElementById('console').innerHTML = {}.foo");
}
</script>
</body>
</html>