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