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