MCPcopy Index your code
hub / github.com/angular/angular / nextSibling

Function nextSibling

packages/core/test/sanitization/html_sanitizer_spec.ts:236–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234
235 it('should sanitize the content when `nextSibling` or `firstChild` were clobbered', () => {
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

Callers 1

Calls 1

sanitizeHtmlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…