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