/dom/nodes/Comment-constructor.html| status | subtest | message |
|---|---|---|
| PASS | new Comment(): prototype chain | |
| PASS | new Comment(): instanceof | |
| PASS | new Comment(): no arguments | |
| PASS | new Comment(): undefined | |
| PASS | new Comment(): null | |
| PASS | new Comment(): 42 | |
| PASS | new Comment(): "" | |
| PASS | new Comment(): "-" | |
| PASS | new Comment(): "--" | |
| PASS | new Comment(): "-->" | |
| PASS | new Comment(): "<!--" | |
| PASS | new Comment(): "\0" | |
| PASS | new Comment(): "\0test" | |
| PASS | new Comment(): "&" | |
| PASS | new Comment(): two arguments | |
| FAIL | new Comment() should get the correct ownerDocument across globals | iframe.contentWindow[ctor] is not a constructor |
bundle built 2026-07-16T07:16:48.063Z