Source code
Revision control
Copy as Markdown
Other Tools
[stream-positional.html]
[streamAppendHTML({}) with A and B]
expected: FAIL
[streamAppendHTML({}) with A and <p>B</p>]
expected: FAIL
[streamAppendHTML({}) with <p>A</p> and B]
expected: FAIL
[streamAppendHTML({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamPrependHTML({}) with A and B]
expected: FAIL
[streamPrependHTML({}) with A and <p>B</p>]
expected: FAIL
[streamPrependHTML({}) with <p>A</p> and B]
expected: FAIL
[streamPrependHTML({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamReplaceWithHTML({}) with A and B]
expected: FAIL
[streamReplaceWithHTML({}) with A and <p>B</p>]
expected: FAIL
[streamReplaceWithHTML({}) with <p>A</p> and B]
expected: FAIL
[streamReplaceWithHTML({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamBeforeHTML({}) with A and B]
expected: FAIL
[streamBeforeHTML({}) with A and <p>B</p>]
expected: FAIL
[streamBeforeHTML({}) with <p>A</p> and B]
expected: FAIL
[streamBeforeHTML({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamAfterHTML({}) with A and B]
expected: FAIL
[streamAfterHTML({}) with A and <p>B</p>]
expected: FAIL
[streamAfterHTML({}) with <p>A</p> and B]
expected: FAIL
[streamAfterHTML({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamAfterHTML({"runScripts":true}) should not run scripts]
expected: FAIL
[streamBeforeHTML({"runScripts":true}) should not run scripts]
expected: FAIL
[streamReplaceWithHTML({"runScripts":true}) should not run scripts]
expected: FAIL
[streamAppendHTML({"runScripts":true}) should not run scripts]
expected: FAIL
[streamPrependHTML({"runScripts":true}) should not run scripts]
expected: FAIL
[streamAfterHTML({"runScripts":false}) should not run scripts]
expected: FAIL
[streamBeforeHTML({"runScripts":false}) should not run scripts]
expected: FAIL
[streamReplaceWithHTML({"runScripts":false}) should not run scripts]
expected: FAIL
[streamAppendHTML({"runScripts":false}) should not run scripts]
expected: FAIL
[streamPrependHTML({"runScripts":false}) should not run scripts]
expected: FAIL
[streamAppendHTMLUnsafe({}) with A and B]
expected: FAIL
[streamAppendHTMLUnsafe({}) with A and <p>B</p>]
expected: FAIL
[streamAppendHTMLUnsafe({}) with <p>A</p> and B]
expected: FAIL
[streamAppendHTMLUnsafe({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamPrependHTMLUnsafe({}) with A and B]
expected: FAIL
[streamPrependHTMLUnsafe({}) with A and <p>B</p>]
expected: FAIL
[streamPrependHTMLUnsafe({}) with <p>A</p> and B]
expected: FAIL
[streamPrependHTMLUnsafe({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamReplaceWithHTMLUnsafe({}) with A and B]
expected: FAIL
[streamReplaceWithHTMLUnsafe({}) with A and <p>B</p>]
expected: FAIL
[streamReplaceWithHTMLUnsafe({}) with <p>A</p> and B]
expected: FAIL
[streamReplaceWithHTMLUnsafe({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamBeforeHTMLUnsafe({}) with A and B]
expected: FAIL
[streamBeforeHTMLUnsafe({}) with A and <p>B</p>]
expected: FAIL
[streamBeforeHTMLUnsafe({}) with <p>A</p> and B]
expected: FAIL
[streamBeforeHTMLUnsafe({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamAfterHTMLUnsafe({}) with A and B]
expected: FAIL
[streamAfterHTMLUnsafe({}) with A and <p>B</p>]
expected: FAIL
[streamAfterHTMLUnsafe({}) with <p>A</p> and B]
expected: FAIL
[streamAfterHTMLUnsafe({}) with <p>A</p> and <p>B</p>]
expected: FAIL
[streamAfterHTMLUnsafe({"runScripts":true}) should run scripts]
expected: FAIL
[streamBeforeHTMLUnsafe({"runScripts":true}) should run scripts]
expected: FAIL
[streamReplaceWithHTMLUnsafe({"runScripts":true}) should run scripts]
expected: FAIL
[streamAppendHTMLUnsafe({"runScripts":true}) should run scripts]
expected: FAIL
[streamPrependHTMLUnsafe({"runScripts":true}) should run scripts]
expected: FAIL
[streamAfterHTMLUnsafe({"runScripts":false}) should not run scripts]
expected: FAIL
[streamBeforeHTMLUnsafe({"runScripts":false}) should not run scripts]
expected: FAIL
[streamReplaceWithHTMLUnsafe({"runScripts":false}) should not run scripts]
expected: FAIL
[streamAppendHTMLUnsafe({"runScripts":false}) should not run scripts]
expected: FAIL
[streamPrependHTMLUnsafe({"runScripts":false}) should not run scripts]
expected: FAIL
[streamAfterHTML throw if parent is a Document]
expected: FAIL
[streamAfterHTML throw if parent is a DocumentFragment]
expected: FAIL
[streamBeforeHTML throw if parent is a Document]
expected: FAIL
[streamBeforeHTML throw if parent is a DocumentFragment]
expected: FAIL
[streamReplaceWithHTML throw if parent is a Document]
expected: FAIL
[streamReplaceWithHTML throw if parent is a DocumentFragment]
expected: FAIL
[streamAfterHTMLUnsafe throw if parent is a Document]
expected: FAIL
[streamAfterHTMLUnsafe throw if parent is a DocumentFragment]
expected: FAIL
[streamBeforeHTMLUnsafe throw if parent is a Document]
expected: FAIL
[streamBeforeHTMLUnsafe throw if parent is a DocumentFragment]
expected: FAIL
[streamReplaceWithHTMLUnsafe throw if parent is a Document]
expected: FAIL
[streamReplaceWithHTMLUnsafe throw if parent is a DocumentFragment]
expected: FAIL
[streamAppendHTML on HTMLTemplateElement appends to content]
expected: FAIL
[streamPrependHTML on HTMLTemplateElement prepends to content]
expected: FAIL
[streamBeforeHTML on child of HTMLTemplateElement content streams before child]
expected: FAIL
[streamAfterHTML on child of HTMLTemplateElement content streams after child]
expected: FAIL
[streamReplaceWithHTML on child of HTMLTemplateElement content replaces child]
expected: FAIL
[streamAppendHTMLUnsafe on HTMLTemplateElement appends to content]
expected: FAIL
[streamPrependHTMLUnsafe on HTMLTemplateElement prepends to content]
expected: FAIL
[streamBeforeHTMLUnsafe on child of HTMLTemplateElement content streams before child]
expected: FAIL
[streamAfterHTMLUnsafe on child of HTMLTemplateElement content streams after child]
expected: FAIL
[streamReplaceWithHTMLUnsafe on child of HTMLTemplateElement content replaces child]
expected: FAIL