← back to v148 · out-of-order-streaming
conformance · v148
v148 · out-of-order-streaming — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
template-element-exists |
HTMLTemplateElement is the host for <template for>. | exists | … | |
template-for-attribute-reflects |
<template> reflects the for attribute. spec ↗ | script | … | |
processing-instruction-exists |
ProcessingInstruction nodes are exposed; <?start ?> and <?end ?> use this DOM type. | exists | … | |
create-processing-instruction |
document.createProcessingInstruction creates the node type used by streaming markers. spec ↗ | script | … | |
writable-stream-available |
WritableStream is exposed; out-of-order streaming uses streaming primitives. | exists | … |