Re: [dom-tests] Test more Document object clone aspects (#4268)

# Chrome #
Testing revision 3908017c0a39d2b01bd67904d4420958e45eb00a
Starting 10 test iterations
All results were stable

## All results ##

### [/dom/nodes/Node-cloneNode.html](http://w3c-test.org/submissions/4268/dom/nodes/Node-cloneNode.html) ###
|               Subtest               | Results |
|-------------------------------------|---------|
|                                     | OK      |
| `createElement(address)`            | PASS    |
| `createComment`                     | PASS    |
| `implementation.createDocument`     | FAIL    |
| `createElementNS HTML`              | PASS    |
| `implementation.createHTMLDocument` | PASS    |
| `createElement(a)`                  | PASS    |
| `Node.cloneNode`                    | FAIL    |
| `implementation.createDocumentType` | PASS    |
| `node with children`                | PASS    |
| `createElement(abbr)`               | PASS    |
| `createElement(acronym)`            | PASS    |
| `createDocumentFragment`            | PASS    |
| `createElement with attributes`     | PASS    |
| `createProcessingInstruction`       | PASS    |
| `createElementNS non-HTML`          | PASS    |
| `createTextNode`                    | PASS    |


View on GitHub: https://github.com/w3c/web-platform-tests/pull/4268#issuecomment-263926360

Received on Wednesday, 30 November 2016 16:48:14 UTC