blob: 23a76fce5e9edcd8bd11e99845e2110cd7b7f2f0 [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(
0,
"document.getElementById('console').innerHTML = document.body.foo");
}
</script>
</body>
</html>