mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #5761 - dhananjay92:Issue#5754, r=jdm
Solves Issue #5754. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5761) <!-- Reviewable:end -->
This commit is contained in:
commit
c8cb62058c
1 changed files with 4 additions and 1 deletions
|
@ -183,7 +183,10 @@
|
|||
}, "implementation.createDocumentType");
|
||||
|
||||
test(function() {
|
||||
// FIXME: https://github.com/mozilla/servo/issues/1509
|
||||
var doc = document.implementation.createDocument(null, null);
|
||||
var copy = doc.cloneNode();
|
||||
check_copy(doc, copy, Document);
|
||||
assert_equals(doc.contentType, copy.contentType);
|
||||
}, "implementation.createDocument");
|
||||
|
||||
test(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue