blob: d9eb62f14e1a09963d8c6d1ca10c6bc553eff05d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<audio controls></audio>
<script>
description("Test that having an audio element in DOM doesn't magically change window.name.");
shouldBeEqualToString("window.name", "");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>