Implement Document.defaultView - fixes #4518

This commit is contained in:
Jim Hoskins 2015-01-03 11:51:05 -05:00
parent 141b5d038f
commit c10049327a
4 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,10 @@
<html>
<head>
<script src="harness.js"></script>
</head>
<body>
<script>
is(document.defaultView, window);
</script>
</body>
</html>