auto merge of #4539 : jimrhoskins/servo/default-view, r=jdm

Fixes: https://github.com/servo/servo/issues/4518
This commit is contained in:
bors-servo 2015-01-03 15:51:45 -07:00
commit dd84ae6bfb
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>

View file

@ -36,9 +36,6 @@
[Document interface: operation writeln(DOMString)]
expected: FAIL
[Document interface: attribute defaultView]
expected: FAIL
[Document interface: attribute activeElement]
expected: FAIL