Source code
Revision control
Copy as Markdown
Other Tools
[stream-tokenizer-context.html]
[streamHTML on <textarea> initializes tokenizer in RCDATA state (expands char refs, suppresses tags across writes)]
expected: FAIL
[streamHTML on <title> initializes tokenizer in RCDATA state]
expected: FAIL
[streamAppendHTML on <textarea> initializes tokenizer in RCDATA state (expands char refs, suppresses tags across writes)]
expected: FAIL
[streamAppendHTML on <title> initializes tokenizer in RCDATA state]
expected: FAIL
[streamPrependHTML on <textarea> initializes tokenizer in RCDATA state (expands char refs, suppresses tags across writes)]
expected: FAIL
[streamPrependHTML on <title> initializes tokenizer in RCDATA state]
expected: FAIL
[streamHTMLUnsafe on <textarea> initializes tokenizer in RCDATA state (expands char refs, suppresses tags across writes)]
expected: FAIL
[streamHTMLUnsafe on <title> initializes tokenizer in RCDATA state]
expected: FAIL
[streamAppendHTMLUnsafe on <textarea> initializes tokenizer in RCDATA state (expands char refs, suppresses tags across writes)]
expected: FAIL
[streamAppendHTMLUnsafe on <title> initializes tokenizer in RCDATA state]
expected: FAIL
[streamPrependHTMLUnsafe on <textarea> initializes tokenizer in RCDATA state (expands char refs, suppresses tags across writes)]
expected: FAIL
[streamPrependHTMLUnsafe on <title> initializes tokenizer in RCDATA state]
expected: FAIL
[streamHTML on <style> initializes tokenizer in RAWTEXT state (does not expand char refs across writes)]
expected: FAIL
[streamAppendHTML on <style> initializes tokenizer in RAWTEXT state (does not expand char refs across writes)]
expected: FAIL
[streamPrependHTML on <style> initializes tokenizer in RAWTEXT state (does not expand char refs across writes)]
expected: FAIL
[streamHTMLUnsafe on <style> initializes tokenizer in RAWTEXT state (does not expand char refs across writes)]
expected: FAIL
[streamAppendHTMLUnsafe on <style> initializes tokenizer in RAWTEXT state (does not expand char refs across writes)]
expected: FAIL
[streamPrependHTMLUnsafe on <style> initializes tokenizer in RAWTEXT state (does not expand char refs across writes)]
expected: FAIL
[streamHTML on <plaintext> initializes tokenizer in PLAINTEXT state]
expected: FAIL
[streamAppendHTML on <plaintext> initializes tokenizer in PLAINTEXT state]
expected: FAIL
[streamPrependHTML on <plaintext> initializes tokenizer in PLAINTEXT state]
expected: FAIL
[streamHTMLUnsafe on <plaintext> initializes tokenizer in PLAINTEXT state]
expected: FAIL
[streamAppendHTMLUnsafe on <plaintext> initializes tokenizer in PLAINTEXT state]
expected: FAIL
[streamPrependHTMLUnsafe on <plaintext> initializes tokenizer in PLAINTEXT state]
expected: FAIL
[streamHTMLUnsafe on <script> initializes tokenizer in Script data state]
expected: FAIL
[streamAppendHTMLUnsafe on <script> initializes tokenizer in Script data state]
expected: FAIL
[streamPrependHTMLUnsafe on <script> initializes tokenizer in Script data state]
expected: FAIL
[streamHTMLUnsafe on <noscript> with scripting enabled treats input as RAWTEXT]
expected: FAIL
[streamAppendHTMLUnsafe on <noscript> with scripting enabled treats input as RAWTEXT]
expected: FAIL
[streamPrependHTMLUnsafe on <noscript> with scripting enabled treats input as RAWTEXT]
expected: FAIL
[streamHTMLUnsafe on <noscript> in scripting-disabled document (createHTMLDocument) initializes tokenizer in Data state]
expected: FAIL
[streamHTMLUnsafe on <noscript> in sandboxed iframe initializes tokenizer in Data state]
expected: FAIL