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