mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement Document.defaultView - fixes #4518
This commit is contained in:
parent
141b5d038f
commit
c10049327a
4 changed files with 18 additions and 3 deletions
10
tests/content/test_document_defaultView.html
Normal file
10
tests/content/test_document_defaultView.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<script src="harness.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
is(document.defaultView, window);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue