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