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