()
| 236 | const nextSibling = () => |
| 237 | sanitizeHtml(defaultDoc, '<input name="nextSibling" form="a">A<form id="a"></form>'); |
| 238 | const firstChild = () => |
| 239 | sanitizeHtml(defaultDoc, '<object form="a" id="firstChild"></object>B<form id="a"></form>'); |
| 240 | |
| 241 | // Note: we have a different behavior here in a real browser and when running in Node, |
| 242 | // when Domino is used to emulate DOM: |
no test coverage detected
searching dependent graphs…