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