Side by Side Diff: LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt
Issue 22880019:
[DOM4] Doctypes now always have a node document and can be moved across document boundaries (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing test
Created 7 years, 4 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1This tests XMLSerializer.serializeToString() on a DocumentType node that does not have a document associated with it. It should throw an INVALID_ACCESS_ERR DOMException.
1This tests XMLSerializer.serializeToString() on a newly created DocumentType node does not throw since the node has an associated document.
2PASS: an InvalidAccessError: A parameter or an operation was not supported by the underlying object. was thrown as expected.
2PASS: XMLSerializer.serializeToString() serialized the newly created DocumentType node without throwing.
Issue 22880019: [DOM4] Doctypes now always have a node document and can be moved across document boundaries
(Closed)
Created 7 years, 4 months ago by do-not-use
Modified 7 years, 4 months ago
Reviewers: dglazkov1, arv (Not doing code reviews), jochen (gone - plz use gerrit), abarth-chromium
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 7