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