blob: d3d67d0f82681118b4e0f5492115f0988f7ca07a [file] [log] [blame]
<!doctype html>
<title>window.name after navigating to a different origin</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(function() {assert_equals(window.name, "")})
</script>