Skip to content

Revert of Don't create layout objects for children of display-none iframes. (patchset #31 id:650001 of https://codereview.chromium.org/2564633002/ ) #4888

Merged
chromium-wpt-export-bot merged 1 commit intomasterfrom
chromium-export-try
Feb 16, 2017
Merged

Revert of Don't create layout objects for children of display-none iframes. (patchset #31 id:650001 of https://codereview.chromium.org/2564633002/ ) #4888
chromium-wpt-export-bot merged 1 commit intomasterfrom
chromium-export-try

Conversation

@chromium-wpt-export-bot
Copy link
Collaborator

Reason for revert:
Suspect for webkit_tests leak failures (https://crbug.com/692872).

See bug for details.

Original issue's description:

Don't create layout objects for children of display-none iframes.

Most of this CL is plumbing for FrameOwnerProperties. Interesting changes:

  • LayoutView can no longer have children if its FrameOwner is "DisplayNone".
  • A local frame is "DisplayNone" if and only if it has no widget [which should
    correspond to the actual display:none style].
  • The DisplayNone property is propagated to remote frames via
    FrameOwnerProperties.

Spec discussion: whatwg/html#1813

BUG=650433
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Review-Url: https://codereview.chromium.org/2564633002
Cr-Commit-Position: refs/heads/master@{#450748}
Committed: https://chromium.googlesource.com/chromium/src/+/962434d34e2c9bcd17488f499515920c298b5395

TBR=esprehn@chromium.org,dcheng@chromium.org,avi@chromium.org,erikchen@chromium.org

Skipping CQ checks because original CL landed less than 1 days ago.

NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=650433

Review-Url: https://codereview.chromium.org/2696283003
Cr-Commit-Position: refs/heads/master@{#450855}

…rames. (patchset #31 id:650001 of https://codereview.chromium.org/2564633002/ )

Reason for revert:
Suspect for webkit_tests leak failures (https://crbug.com/692872).

See bug for details.

Original issue's description:
> Don't create layout objects for children of display-none iframes.
>
> Most of this CL is plumbing for FrameOwnerProperties. Interesting changes:
>   * LayoutView can no longer have children if its FrameOwner is "DisplayNone".
>   * A local frame is "DisplayNone" if and only if it has no widget [which should
>     correspond to the actual display:none style].
>   * The DisplayNone property is propagated to remote frames via
>     FrameOwnerProperties.
>
> Spec discussion: whatwg/html#1813
>
> BUG=650433
> CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
>
> Review-Url: https://codereview.chromium.org/2564633002
> Cr-Commit-Position: refs/heads/master@{#450748}
> Committed: https://chromium.googlesource.com/chromium/src/+/962434d34e2c9bcd17488f499515920c298b5395

TBR=esprehn@chromium.org,dcheng@chromium.org,avi@chromium.org,erikchen@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=650433

Review-Url: https://codereview.chromium.org/2696283003
Cr-Commit-Position: refs/heads/master@{#450855}
@wpt-pr-bot
Copy link
Collaborator

@ghost
Copy link

ghost commented Feb 16, 2017

Chrome (unstable channel)

Testing web-platform-tests at revision feb0c62
Using browser at version 58.0.3004.3 dev
Starting 10 test iterations
All results were stable

All results

100 tests ran
/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/outerhtml.html
Subtest Results
OK
Template contents should be serialized instead of template element if serializing template element PASS
Template contents should be serialized instead of template element if serializing template element. Test nested template PASS
Template contents should be serialized instead of template element if serializing template element. Test serializing whole document PASS
/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-002.html
Subtest Results
OK
A_08_01_02_T01 PASS
/shadow-dom/untriaged/styles/test-001.html
Subtest Results
OK
A_06_00_01_T02 PASS
A_06_00_01_T01 PASS
/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html
Subtest Results
OK
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test nested templates FAIL
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test not empty template FAIL
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test loading XHTML document from a file PASS
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test empty template FAIL
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test loading of XHTML document with nested templates from a file PASS
/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/template-clone-children.html
Subtest Results
OK
Clone template node. Test call to cloneNode() with the default parameter (false by default) PASS
Clone template node. Test call to cloneNode(true) PASS
Clone template node. Test call to cloneNode(false) PASS
/shadow-dom/untriaged/events/event-retargeting/test-003.html
Subtest Results
OK
A_05_01_03_T01 PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html
Subtest Results
OK
</template> tag in HTML body without start one should be ignored. Test valid <template> element, <title> element and </template> tag after them PASS
</template> tag in HTML body without start one should be ignored. Test valid <template> element and </template> tag after it PASS
</template> tag in HTML body without start one should be ignored. Test valid <template> element and </template> tag before it PASS
</template> tag in HTML body without start one should be ignored. Test valid <template> element, <title> element and </template> tag before them PASS
</template> tag in HTML body without start one should be ignored PASS
</template> tag in HTML body without start one should be ignored. Test HTML document loaded from file PASS
/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html
Subtest Results
OK
Child nodes of template element in XHTML documents must be appended to template content. Test loading XHTML document from a file PASS
Child nodes of nested template element in XHTML documents must be appended to template content. Test loading XHTML document from a file PASS
Child nodes of template element in XHTML documents must be appended to template content FAIL
Child nodes of nested template element in XHTML documents must be appended to template content FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010.html
Subtest Results
OK
A_10_01_01_04_02_T01_01 PASS
A_10_01_01_04_02_T01_02 PASS
/shadow-dom/untriaged/styles/test-003.html
Subtest Results
OK
A_06_00_03_T01 PASS
A_06_00_03_T02 PASS
A_06_00_03_T03 FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012.html
Subtest Results
OK
A_10_01_01_06_T01 PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001.html
Subtest Results
OK
A_10_01_02_01_T02 PASS
A_10_01_02_01_T01 PASS
/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html
Subtest Results
OK
The template contents owner document must be different from template owner document, which has browsing context. Template element is created via innerHTML PASS
The template contents owner document must be different from template owner document, which has browsing context. Template element is created by createElement() PASS
The template contents owner document must be different from template owner document, which has browsing context. Template element is created by HTML parser PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html
Subtest Results
OK
Ignore HTML token. Test HEAD element and some valid element after it, assigned to template innerHTML PASS
Ignore HTML token. Test valid element inside HTML and BODY elements PASS
Ignore HTML token. Test HTML tag inside template tag assigned to another template's innerHTML PASS
Ignore HTML token.Test HTML element and some valid element before it, assigned to template innerHTML PASS
Ignore HTML token. Test valid element inside and between HTML and BODY elements PASS
Ignore HTML token. Test loading a HTML file with HTML tag inside template PASS
Ignore HTML token. Test HTML element assigned to template innerHTML PASS
Ignore HTML token. Test some valid element inside HTML element PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-head-token.html
Subtest Results
OK
Ignore HEAD token. Test HEAD tag inside template tag assigned to another template's innerHTML PASS
Ignore HEAD token. Test HEAD element and some valid element before it, assigned to template innerHTML PASS
Ignore HEAD token. Test loading a HTML file with HEAD tag inside template PASS
Ignore HEAD token. Test not empty HEAD element assigned to template innerHTML PASS
Ignore HEAD token. Test empty HEAD element assigned to template innerHTML PASS
Ignore HEAD token. Test HEAD element and some valid element after it, assigned to template innerHTML PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-003.html
Subtest Results
OK
"li" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"fieldset" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"em" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"sub" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"optgroup" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"command" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"bdo" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"col" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"var" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"del" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"title" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"h3" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"datalist" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"h4" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"samp" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"code" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"figure" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"article" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"meter" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"ruby" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"q" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"tr" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"img" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"embed" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"option" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"colgroup" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"rt" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"cite" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"tbody" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"form" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"h5" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"meta" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"h1" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"source" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"dd" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"nav" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"area" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"canvas" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"ol" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"head" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"i" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"input" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"audio" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"a" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"h2" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"mark" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"details" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"rp" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"address" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"script" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"kbd" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"legend" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"p" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"param" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"strong" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"footer" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"section" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"dfn" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"td" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"b" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"abbr" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"button" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"blockquote" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"body" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"dt" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"ul" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"track" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"ins" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"br" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"pre" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"hgroup" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"thead" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"link" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"wbr" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"label" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"iframe" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"video" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"h6" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"bdi" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"span" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"output" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"aside" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"progress" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"base" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"hr" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"caption" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"dialog" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"noscript" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"menu" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"select" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"small" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"style" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"s" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"textarea" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"dl" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"object" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"div" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"table" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"time" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"html" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"header" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"tfoot" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"u" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"keygen" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"figcaption" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"th" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
"map" element with id attribute in a shadow tree should not be accessible from window object's named property. PASS
/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-body-context.html
Subtest Results
OK
Clearing stack back to a table body context. Test <tbody> in <thead> PASS
Clearing stack back to a table body context. Test <tbody> in <tfoot> PASS
Clearing stack back to a table body context. Test <caption> in <tbody> PASS
Clearing stack back to a table body context. Test </table> in <thead> PASS
Clearing stack back to a table body context. Test <col> in <thead> PASS
Clearing stack back to a table body context. Test </tfoot> in <tbody> PASS
Clearing stack back to a table body context. Test <col> in <tbody> PASS
Clearing stack back to a table body context. Test <colgroup> in <tbody> PASS
Clearing stack back to a table body context. Test <colgroup> in <tfoot> PASS
Clearing stack back to a table body context. Test </table> in <tbody> PASS
Clearing stack back to a table body context. Test <tr> in <tbody> PASS
Clearing stack back to a table body context. Test <tr> in <thead> PASS
Clearing stack back to a table body context. Test <col> in <tfoot> PASS
Clearing stack back to a table body context. Test </tbody> PASS
Clearing stack back to a table body context. Test <tfoot> in <tfoot> PASS
Clearing stack back to a table body context. Test </thead> PASS
Clearing stack back to a table body context. Test </table> in <tfoot> PASS
Clearing stack back to a table body context. Test </thead> in <tbody> PASS
Clearing stack back to a table body context. Test <tbody> in <tbody> PASS
Clearing stack back to a table body context. Test </tfoot> PASS
Clearing stack back to a table body context. Test <caption> in <tfoot> PASS
Clearing stack back to a table body context. Test <tr> in <tfoot> PASS
Clearing stack back to a table body context. Test <tfoot> in <thead> PASS
Clearing stack back to a table body context. Test <colgroup> in <thead> PASS
Clearing stack back to a table body context. Test </tbody> in <thead> PASS
Clearing stack back to a table body context. Test </thead> in <tfoot> PASS
Clearing stack back to a table body context. Test <caption> in <thead> PASS
Clearing stack back to a table body context. Test </tfoot> in <thead> PASS
Clearing stack back to a table body context. Test <thead> in <tfoot> PASS
Clearing stack back to a table body context. Test <thead> in <thead> PASS
Clearing stack back to a table body context. Test </tbody> in <tfoot> PASS
Clearing stack back to a table body context. Test <thead> in <tbody> PASS
Clearing stack back to a table body context. Test <tfoot> in <tbody> PASS
/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001.html
Subtest Results
PASS
/shadow-dom/untriaged/shadow-trees/shadow-root-001.html
Subtest Results
PASS
/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-001.html
Subtest Results
OK
A_08_01_01_T01 PASS
/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-context.html
Subtest Results
OK
Clearing stack back to a table context. Test <col> PASS
Clearing stack back to a table context. Test <tbody> PASS
Clearing stack back to a table context. Test <colgroup> PASS
Clearing stack back to a table context. Test <caption> PASS
Clearing stack back to a table context. Test <tfoot> PASS
Clearing stack back to a table context. Test <thead> PASS
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-event-interface/event-path-001.html
Subtest Results
OK
event.composedPath() cross the shadow boundary FAIL
/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-001.html
Subtest Results
OK
A_08_02_01_T02 PASS
A_08_02_01_T01 PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007.html
Subtest Results
OK
A_04_01_07_T01 PASS
A_04_01_07_T02 PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html
Subtest Results
OK
The parentNode attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root. PASS
The parentElement attribute of a shadow root must always return null. PASS
The parentNode attribute of a shadow root must always return null. PASS
The parentElement attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root. PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html
Subtest Results
OK
Ignore frameset token. Test FRAMESET element and some valid element before it, assigned to the template's innerHTML PASS
Ignore frameset token. Test FRAMESET tag inside template tag assigned to another template's innerHTML PASS
Ignore frameset token. Test FRAMESET element assigned to template innerHTML PASS
Ignore frameset token. Test loading a HTML file with FRAMESET tag inside template PASS
Ignore frameset token. Test FRAMESET element and some valid element after it, assigned to the template's innerHTML PASS
/html/semantics/scripting-1/the-template-element/template-element/template-content-node-document.html
Subtest Results
OK
Node document of the template content attribute must be template contents owner. Load HTML file with multiple template elements PASS
Node document of the template content attribute must be template contents owner. Nested template element created by innerHTML PASS
Node document of the template content attribute must be template contents owner. Nested template element created by createElement PASS
/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html
Subtest Results
OK
A_08_02_02_T01 PASS
A_08_02_02_T03 PASS
A_08_02_02_T02 PASS
/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html
Subtest Results
OK
A_07_07_01_T02 PASS
A_07_07_01_T01 PASS
/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html
Subtest Results
OK
Test ownerDocument for the element time in the template. Document has browsing context PASS
Test ownerDocument property of the element in a template. Current DOCUMENT has no browsing context. Test template element in the root of the body PASS
Test ownerDocument for the element footer in the template. Document has browsing context PASS
Test ownerDocument for the element article in the template. Document has browsing context PASS
Test ownerDocument for the element param in the template. Document has browsing context PASS
Test ownerDocument for the element option in the template PASS
Test ownerDocument for the element h3 in the template PASS
Test ownerDocument for the element li in the template PASS
Test ownerDocument for the element p in the template. Document has browsing context PASS
Test ownerDocument for the element mark in the template. Document has browsing context PASS
Test ownerDocument for the element bdi in the template. Document has browsing context PASS
Test ownerDocument for the element canvas in the template. Document has browsing context PASS
Test ownerDocument for the element i in the template PASS
Test ownerDocument for the element source in the template PASS
Test ownerDocument for the element code in the template. Document has browsing context PASS
Test ownerDocument for the element thead in the template. Document has browsing context PASS
Test ownerDocument for the element a in the template PASS
Test ownerDocument for the element h1 in the template. Document has browsing context PASS
Test ownerDocument for the element base in the template. Document has browsing context PASS
Test ownerDocument for the element keygen in the template PASS
Test ownerDocument for the element details in the template PASS
Test ownerDocument for the element bdi in the template PASS
Test ownerDocument for the element strong in the template. Document has browsing context PASS
Test ownerDocument for the element tr in the template. Document has browsing context PASS
Test ownerDocument for the element ins in the template. Document has browsing context PASS
Test ownerDocument for the element meter in the template. Document has browsing context PASS
Test ownerDocument for the element tfoot in the template PASS
Test ownerDocument for the element rp in the template PASS
Test ownerDocument for the element map in the template PASS
Test ownerDocument for the element form in the template PASS
Test ownerDocument for the element dfn in the template PASS
Test ownerDocument for the element h3 in the template. Document has browsing context PASS
Test ownerDocument for the element h6 in the template PASS
Test ownerDocument for the element mark in the template PASS
Test ownerDocument for the element video in the template. Document has browsing context PASS
Test ownerDocument for the element colgroup in the template PASS
Test ownerDocument for the element area in the template. Document has browsing context PASS
Test ownerDocument for the element kbd in the template. Document has browsing context PASS
Test ownerDocument for the element source in the template. Document has browsing context PASS
Test ownerDocument for the element pre in the template. Document has browsing context PASS
Test ownerDocument for the element progress in the template. Document has browsing context PASS
Test ownerDocument for the element select in the template PASS
Test ownerDocument for the element q in the template. Document has browsing context PASS
Test ownerDocument for the element sub in the template PASS
Test ownerDocument for the element area in the template PASS
Test ownerDocument for the element command in the template PASS
Test ownerDocument for the element header in the template PASS
Test ownerDocument for the element samp in the template PASS
Test ownerDocument for the element s in the template PASS
Test ownerDocument for the element input in the template PASS
Test ownerDocument for the element dl in the template PASS
Test ownerDocument for the element details in the template. Document has browsing context PASS
Test ownerDocument for the element iframe in the template PASS
Test ownerDocument for the element thead in the template PASS
Test ownerDocument for the element img in the template. Document has browsing context PASS
Test ownerDocument for the element option in the template. Document has browsing context PASS
Test ownerDocument for the element table in the template. Document has browsing context PASS
Test ownerDocument for the element audio in the template. Document has browsing context PASS
Test ownerDocument for the element dialog in the template. Document has browsing context PASS
Test ownerDocument for the element li in the template. Document has browsing context PASS
Test ownerDocument for the element colgroup in the template. Document has browsing context PASS
Test ownerDocument for the element meta in the template PASS
Test ownerDocument for the element select in the template. Document has browsing context PASS
Test ownerDocument for the element meta in the template. Document has browsing context PASS
Test ownerDocument for the element h6 in the template. Document has browsing context PASS
Test ownerDocument for the element link in the template PASS
Test ownerDocument for the element s in the template. Document has browsing context PASS
Test ownerDocument for the element b in the template. Document has browsing context PASS
Test ownerDocument for the element progress in the template PASS
Test ownerDocument for the element rt in the template PASS
Test ownerDocument for the element output in the template PASS
Test ownerDocument for the element article in the template PASS
Test ownerDocument for the element canvas in the template PASS
Test ownerDocument for the element script in the template. Document has browsing context PASS
Test ownerDocument for the element title in the template PASS
Test ownerDocument for the element hgroup in the template. Document has browsing context PASS
Test ownerDocument for the element hr in the template. Document has browsing context PASS
Test ownerDocument for the element section in the template. Document has browsing context PASS
Test ownerDocument for the element td in the template. Document has browsing context PASS
Test ownerDocument for the element wbr in the template PASS
Test ownerDocument for the element figure in the template PASS
Test ownerDocument for the element datalist in the template PASS
Test ownerDocument for the element optgroup in the template PASS
Test ownerDocument for the element ol in the template PASS
Test ownerDocument for the element bdo in the template PASS
Test ownerDocument property of two elements in a template. Load HTML document from a file, current DOCUMENT has browsing context PASS
Test ownerDocument for the element i in the template. Document has browsing context PASS
Test ownerDocument for the element u in the template PASS
Test ownerDocument for the element tbody in the template PASS
Test ownerDocument for the element dt in the template. Document has browsing context PASS
Test ownerDocument for the element map in the template. Document has browsing context PASS
Test ownerDocument for the element noscript in the template PASS
Test ownerDocument for the element object in the template PASS
Test ownerDocument for the element dl in the template. Document has browsing context PASS
Test ownerDocument for the element kbd in the template PASS
Test ownerDocument for the element input in the template. Document has browsing context PASS
Test ownerDocument for the element embed in the template PASS
Test ownerDocument for the element col in the template. Document has browsing context PASS
Test ownerDocument for the element ins in the template PASS
Test ownerDocument for the element caption in the template PASS
Test ownerDocument for the element fieldset in the template PASS
Test ownerDocument for the element ul in the template. Document has browsing context PASS
Test ownerDocument for the element td in the template PASS
Test ownerDocument for the element h2 in the template PASS
Test ownerDocument for the element th in the template. Document has browsing context PASS
Test ownerDocument for the element menu in the template PASS
Test ownerDocument for the element style in the template. Document has browsing context PASS
Test ownerDocument for the element h4 in the template. Document has browsing context PASS
Test ownerDocument for the element small in the template. Document has browsing context PASS
Test ownerDocument for the element section in the template PASS
Test ownerDocument for the element legend in the template PASS
Test ownerDocument for the element meter in the template PASS
Test ownerDocument for the element title in the template. Document has browsing context PASS
Test ownerDocument for the element link in the template. Document has browsing context PASS
Test ownerDocument for the element br in the template PASS
Test ownerDocument for the element em in the template. Document has browsing context PASS
Test ownerDocument for the element blockquote in the template PASS
Test ownerDocument for the element textarea in the template PASS
Test ownerDocument for the element samp in the template. Document has browsing context PASS
Test ownerDocument for the element span in the template. Document has browsing context PASS
Test ownerDocument for the element code in the template PASS
Test ownerDocument for the element br in the template. Document has browsing context PASS
Test ownerDocument for the element figure in the template. Document has browsing context PASS
Test ownerDocument for the element datalist in the template. Document has browsing context PASS
Test ownerDocument for the element var in the template. Document has browsing context PASS
Test ownerDocument for the element optgroup in the template. Document has browsing context PASS
Test ownerDocument for the element a in the template. Document has browsing context PASS
Test ownerDocument for the element header in the template. Document has browsing context PASS
Test ownerDocument for the element tbody in the template. Document has browsing context PASS
Test ownerDocument for the element q in the template PASS
Test ownerDocument for the element button in the template. Document has browsing context PASS
Test ownerDocument for the element aside in the template PASS
Test ownerDocument for the element video in the template PASS
Test ownerDocument for the element audio in the template PASS
Test ownerDocument for the element time in the template PASS
Test ownerDocument for the element noscript in the template. Document has browsing context PASS
Test ownerDocument for the element p in the template PASS
Test ownerDocument for the element address in the template. Document has browsing context PASS
Test ownerDocument for the element sub in the template. Document has browsing context PASS
Test ownerDocument for the element table in the template PASS
Test ownerDocument for the element label in the template PASS
Test ownerDocument for the element abbr in the template. Document has browsing context PASS
Test ownerDocument for the element keygen in the template. Document has browsing context PASS
Test ownerDocument for the element output in the template. Document has browsing context PASS
Test ownerDocument for the element script in the template PASS
Test ownerDocument for the element dd in the template. Document has browsing context PASS
Test ownerDocument for the element command in the template. Document has browsing context PASS
Test ownerDocument for the element caption in the template. Document has browsing context PASS
Test ownerDocument for the element bdo in the template. Document has browsing context PASS
Test ownerDocument property of the element in a template. Load HTML document from a file, current DOCUMENT has browsing context PASS
Test ownerDocument for the element form in the template. Document has browsing context PASS
Test ownerDocument for the element col in the template PASS
Test ownerDocument for the element object in the template. Document has browsing context PASS
Test ownerDocument for the element wbr in the template. Document has browsing context PASS
Test ownerDocument for the element tr in the template PASS
Test ownerDocument for the element textarea in the template. Document has browsing context PASS
Test ownerDocument for the element rt in the template. Document has browsing context PASS
Test ownerDocument for the element tfoot in the template. Document has browsing context PASS
Test ownerDocument for the element track in the template. Document has browsing context PASS
Test ownerDocument for the element cite in the template. Document has browsing context PASS
Test ownerDocument for the element h4 in the template PASS
Test ownerDocument for the element div in the template PASS
Test ownerDocument for the element strong in the template PASS
Test ownerDocument for the element aside in the template. Document has browsing context PASS
Test ownerDocument for the element dialog in the template PASS
Test ownerDocument property of the element in a nested template. Load HTML document from a file, current DOCUMENT has browsing context PASS
Test ownerDocument for the element img in the template PASS
Test ownerDocument for the element var in the template PASS
Test ownerDocument for the element h5 in the template PASS
Test ownerDocument for the element style in the template PASS
Test ownerDocument for the element dfn in the template. Document has browsing context PASS
Test ownerDocument for the element blockquote in the template. Document has browsing context PASS
Test ownerDocument for the element nav in the template PASS
Test ownerDocument for the element figcaption in the template. Document has browsing context PASS
Test ownerDocument for the element fieldset in the template. Document has browsing context PASS
Test ownerDocument for the element label in the template. Document has browsing context PASS
Test ownerDocument for the element param in the template PASS
Test ownerDocument for the element dt in the template PASS
Test ownerDocument for the element u in the template. Document has browsing context PASS
Test ownerDocument property of the element in a template. Current DOCUMENT has no browsing context. Test template element in the root of the head PASS
Test ownerDocument for the element abbr in the template PASS
Test ownerDocument for the element address in the template PASS
Test ownerDocument for the element del in the template PASS
Test ownerDocument for the element button in the template PASS
Test ownerDocument for the element nav in the template. Document has browsing context PASS
Test ownerDocument for the element h1 in the template PASS
Test ownerDocument for the element small in the template PASS
Test ownerDocument for the element del in the template. Document has browsing context PASS
Test ownerDocument for the element ol in the template. Document has browsing context PASS
Test ownerDocument for the element pre in the template PASS
Test ownerDocument for the element hr in the template PASS
Test ownerDocument for the element iframe in the template. Document has browsing context PASS
Test ownerDocument for the element menu in the template. Document has browsing context PASS
Test ownerDocument for the element cite in the template PASS
Test ownerDocument for the element ruby in the template. Document has browsing context PASS
Test ownerDocument for the element b in the template PASS
Test ownerDocument for the element em in the template PASS
Test ownerDocument for the element dd in the template PASS
Test ownerDocument for the element h5 in the template. Document has browsing context PASS
Test ownerDocument for the element figcaption in the template PASS
Test ownerDocument for the element legend in the template. Document has browsing context PASS
Test ownerDocument property of the element in a nested template PASS
Test ownerDocument for the element ul in the template PASS
Test ownerDocument for the element div in the template. Document has browsing context PASS
Test ownerDocument for the element hgroup in the template PASS
Test ownerDocument for the element embed in the template. Document has browsing context PASS
Test ownerDocument for the element footer in the template PASS
Test ownerDocument for the element track in the template PASS
Test ownerDocument for the element span in the template PASS
Test ownerDocument for the element base in the template PASS
Test ownerDocument for the element rp in the template. Document has browsing context PASS
Test ownerDocument for the element th in the template PASS
Test ownerDocument property of the element in a template. Current DOCUMENT has no browsing context. Test template element inside the div PASS
Test ownerDocument for the element h2 in the template. Document has browsing context PASS
Test ownerDocument for the element ruby in the template PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-006.html
Subtest Results
OK
A_10_01_02_06_01_T01 PASS
A_10_01_02_06_01_T02 PASS
/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html
Subtest Results
OK
Test the template contents owner document when enclosing document has no browsing content. Template element is created by createElement() PASS
Test the template contents owner document when enclosing document has no browsing content. Template element is created by innerHTML PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013.html
Subtest Results
OK
A_10_01_01_07_T01 PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html
Subtest Results
OK
An iframe element in a shadow tree should not be accessible from window's named properties with its "name" attribute value. PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-body-token.html
Subtest Results
OK
Ignore BODY token. Test loading a HTML file with BODY tag inside template PASS
Ignore BODY token. Test template with not empty BODY element inside assigned to another template's innerHTML PASS
Ignore BODY token. Test empty BODY element assigned to template innerHTML PASS
Ignore BODY token. Test BODY element and some valid element before BODY tag assigned to template innerHTML PASS
Ignore BODY token. Test not empty BODY element assigned to template innerHTML PASS
Ignore BODY token. Test BODY element and some valid element after BODY tag assigned to template innerHTML PASS
/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html
Subtest Results
OK
contentEditable of shadow trees must be undefined when contentEditable of shadow host is "false" PASS
contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "inherit" PASS
contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "true" PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007.html
Subtest Results
OK
A_10_01_01_03_01_T01 PASS
/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html
Subtest Results
OK
Changing of template element's node document. Adobt template element into a document that has a browsing context PASS
Changing of template element's node document. Test document loaded from a file PASS
Changing of template element's node document. Test that ownerDocument of a not empty template and its content changes PASS
Changing of template element's node document. Test that ownerDocument of nested template and its content changes PASS
Changing of template element's node document. Test that ownerDocument of an empty template and its content changes PASS
Changing of template element's node document. Test the case when both old and new owner documents of template element have browsing context PASS
/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html
Subtest Results
OK
<template> tag should be ignored in "in frameset" insertion mode FAIL
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html
Subtest Results
OK
A_04_01_09_T09 PASS
A_04_01_09_T08 PASS
A_04_01_09_T03 PASS
A_04_01_09_T10 PASS
A_04_01_09_T01 PASS
A_04_01_09_T07 PASS
A_04_01_09_T06 PASS
A_04_01_09_T05 PASS
A_04_01_09_T11 PASS
A_04_01_09_T14 PASS
A_04_01_09_T12 PASS
A_04_01_09_T15 PASS
A_04_01_09_T13 PASS
A_04_01_09_T16 PASS
/shadow-dom/untriaged/events/event-dispatch/test-003.html
Subtest Results
OK
A_05_05_03_T01 PASS
/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html
Subtest Results
OK
Template element as a descendant of the frameset element. Test template element appended to frameset by appendChild() FAIL
Template element as a descendant of the frameset element. Test template element is assigned to frameset's innerHTML) FAIL
Template element as a descendant of the frameset element. Test loading from a file FAIL
/html/syntax/parsing/template/additions-to-foster-parenting/template-is-not-a-foster-parent-element.html
Subtest Results
OK
Template is not a foster parent element. Test the case when <template> is higher in stack of open elements PASS
Template is not a foster parent element. Test the case when <template> is lower in stack of open elements PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007.html
Subtest Results
OK
A_10_01_02_06_02_T02 PASS
A_10_01_02_06_02_T01 PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-001.html
Subtest Results
OK
All children nodes of a shadow root get a valid ownerDocument when added to a shadow tree. PASS
ownerDocument property of a node should remain the same, even if its child is adopted into a shadow tree. PASS
ownerDocument property of an element in a shadow tree should be the document of the shadow host, even if the host element is created from another document. PASS
Elements added to a shadow tree should automatically get a valid ownerDocument. PASS
ownerDocument property of a shadow root should be the document of the shadow host, regardless of the location of the shadow host. PASS
ownerDocument property of elements in a shadow tree should match the document of the shadow host, regardless of the element's location in a shadow tree. PASS
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/origin-check-in-document-open-same-origin-domain.sub.html
Subtest Results
OK
It should not be possible to open same origin-domain (but not same origin) documents. FAIL
/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html
Subtest Results
OK
A_08_02_03_T01 PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009.html
Subtest Results
OK
A_10_01_01_04_01_T01 PASS
/html/syntax/parsing/template/additions-to-foster-parenting/template-is-a-foster-parent-element.html
Subtest Results
OK
Template is a foster parent element. Test <table> immediately below <template> PASS
Template is a foster parent element. Test <template> element without <table> PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-002.html
Subtest Results
OK
"frameset" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
"form" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
"object" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
"img" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
"applet" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
"area" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
"a" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
"embed" element with name attribute in a shadow tree should not be accessible from window object's named property. PASS
/shadow-dom/untriaged/styles/test-008.html
Subtest Results
OK
A_06_00_09_T01 PASS
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html
Subtest Results
OK
A_10_02_01_06_T01 PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-002.html
Subtest Results
OK
Elements in a shadow tree should be accessible from shadow root's querySelector() method. PASS
Elements in a shadow tree should be accessible from shadow root's querySelectorAll() method. PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html
Subtest Results
OK
A_10_01_02_04_T01 PASS
/html/syntax/parsing/template/additions-to-the-in-table-insertion-mode/end-tag-table.html
Subtest Results
OK
In table insertion mode. Ignore </table> token PASS
/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/innerhtml.html
Subtest Results
OK
innerHTML of template element replaces all referenced by the content attribute PASS
innerHTML of template element replaces all referenced by the content attribute. Test loading of HTML document from a file PASS
innerHTML of template element replaces all referenced by the content attribute. Test nested template PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html
Subtest Results
OK
In body insertion mode: html start tag should add only absent attributes PASS
/shadow-dom/untriaged/shadow-trees/shadow-root-002.html
Subtest Results
PASS
/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html
Subtest Results
OK
A_07_01_02_T01 PASS
A_07_07_02_T02 PASS
/shadow-dom/untriaged/user-interaction/active-element/test-002.html
Subtest Results
OK
A_07_03_02_T01 PASS
/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context.html
Subtest Results
OK
Clearing stack back to a table row context. Test <th> PASS
Clearing stack back to a table row context. Test </tr> PASS
Clearing stack back to a table row context. Test <td> PASS
/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html
Subtest Results
OK
ownerDocument of cloned template content is set to template content owner. Test cloning with children PASS
ownerDocument of cloned template content is set to template content owner. Test cloning nested template PASS
ownerDocument of cloned template content is set to template content owner. Test loading HTML document from file PASS
ownerDocument of cloned template content is set to template content owner. Test cloneNode() with no arguments (false by default) PASS
ownerDocument of cloned template content is set to template content owner. Test cloning without children PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/generating-of-implied-end-tags.html
Subtest Results
OK
Generating of implied end tags. Test div element PASS
Generating of implied end tags. Test wrong end tag PASS
Generating of implied end tags. Test some text and DIV element PASS
Generating of implied end tags. Test table elements. Loading of HTML document from a file PASS
Generating of implied end tags. Test div element. Loading of HTML document from a file PASS
Generating of implied end tags. Test table elements PASS
/shadow-dom/untriaged/events/retargeting-relatedtarget/test-002.html
Subtest Results
OK
A_05_02_02_T01 PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html
Subtest Results
OK
confirm activeElement return null when there is other element in body PASS
confirm activeElement return null when focus on the element in the outer shadow tree PASS
confirm activeElement return null PASS
/shadow-dom/untriaged/events/retargeting-focus-events/test-002.html
Subtest Results
OK
A_05_03_02_T01 PASS
/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html
Subtest Results
OK
Template element as an indirect descendant of the FRAMESET element. Template element is appended by appendChild() PASS
Template element as a descendant of the HEAD element. Template element is created by innerHTML PASS
Template element as an indirect descendant of the BODY element. Template element is created by innerHTML PASS
Template element as a descendant of the HEAD element. Template element is appended by appendChild() PASS
Template element as a descendant of the BODY element. Template element is created by innerHTML PASS
Template element as a descendant of the FRAMESET element. Template element is created by innerHTML FAIL
Template element as an indirect descendant of the BODY element. Template element is appended by appendChild() PASS
Template element as an indirect descendant of the HEAD element. Template element is created by innerHTML PASS
Template element as an indirect descendant of the HEAD element. Template element is appended by appendChild() PASS
Template element as a descendant of the BODY element. Template element is appended by appendChild() PASS
Template element as a descendant of the FRAMESET element. Template element is appended by appendChild() PASS
Template element as an indirect descendant of the FRAMESET element. Template element is created by innerHTML FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011.html
Subtest Results
OK
A_10_01_01_05_01_T02 PASS
A_10_01_01_05_01_T01 PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-001.html
Subtest Results
OK
Elements in a shadow tree should not be accessible from owner document's querySelector() method. PASS
Elements in a shadow tree should not be accessible from owner document's querySelectorAll() method. PASS
/shadow-dom/untriaged/shadow-trees/nested-shadow-trees/nested_tree_reftest.html
Subtest Results
PASS
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html
Subtest Results
OK
A_10_02_02_01_T01 PASS
/html/semantics/scripting-1/the-template-element/template-element/template-descendant-head.html
Subtest Results
OK
Template element as a descendant of the head element. Test loading from a file PASS
/shadow-dom/untriaged/events/event-dispatch/test-002.html
Subtest Results
OK
A_05_05_02_T01 PASS
/shadow-dom/untriaged/user-interaction/active-element/test-001.html
Subtest Results
OK
A_07_03_01_T01 PASS
/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html
Subtest Results
OK
A_05_03_01_T01 PASS
A_05_03_01_T02 PASS
A_05_03_01_T03 PASS
A_05_03_01_T04 PASS
A_05_03_01_T05 PASS
A_05_03_01_T06 PASS
/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html
Subtest Results
OK
Generating of implied end tags. Test DIV element PASS
Generating of implied end tags. Test div element. Load HTML document from file PASS
Generating of implied end tags. Test wrong end tag PASS
Generating of implied end tags. Test some text and DIV element PASS
Generating of implied end tags. Test table elements. Load HTML document from file PASS
Generating of implied end tags. Test table elements PASS
/html/semantics/scripting-1/the-template-element/template-element/template-descendant-body.html
Subtest Results
OK
Template element as a descendant of the body element. Test loading from a file PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html
Subtest Results
OK
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h4" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "article" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "nav" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "span" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "footer" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "header" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h2" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "div" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "blockquote" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h5" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "p" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "aside" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h6" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h3" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "body" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h1" element. PASS
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "section" element. PASS
/html/semantics/scripting-1/the-template-element/definitions/template-contents.html
Subtest Results
OK
The template contents must be a DocumentFragment (nested template containing a text node) PASS
The template contents must be a DocumentFragment (the template tag with some text inside HTML file loaded in iframe) PASS
The template contents must be a DocumentFragment (non empty template containing div which is an Element instance) PASS
The template contents must be a DocumentFragment (the template tag with nested template tag inside HTML file loaded in iframe) PASS
The template contents must be a DocumentFragment (non empty template) PASS
The template contents must be a DocumentFragment (not empty template containing text node) PASS
The template contents must be a DocumentFragment (empty template) PASS
The template contents must be a DocumentFragment (non empty template tag inside HTML file loaded in iframe) PASS
The template contents must be a DocumentFragment (the empty template tag inside HTML file loaded in iframe) PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html
Subtest Results
OK
A_10_01_02_09_T01 PASS
/html/semantics/scripting-1/the-template-element/template-element/template-content.html
Subtest Results
OK
Template may contain thead element. The template element and contents are added via body.innerHTML PASS
Template may contain cite element. The template element and contents are added via body.innerHTML PASS
Template may contain h4 element. The template element and contents are added via body.innerHTML PASS
Template may contain dialog element. The template element and contents are added via body.innerHTML PASS
Template may contain address element PASS
Template may contain rt element. The template element and contents are added via body.innerHTML PASS
Template may contain th element. The template element and contents are added via body.innerHTML PASS
Template may contain map element PASS
Template may contain dfn element PASS
Template may contain rp element PASS
Template may contain code element PASS
Template may contain h3 element. The template element and contents are added via body.innerHTML PASS
Template may contain source element. The template element and contents are added via body.innerHTML PASS
Template may contain script element PASS
Template may contain noscript element PASS
Template may contain del element. The template element and contents are added via body.innerHTML PASS
Template may contain span element PASS
Template may contain q element. The template element and contents are added via body.innerHTML PASS
Template may contain time element PASS
Template may contain h6 element. The template element and contents are added via body.innerHTML PASS
Template may contain nav element. The template element and contents are added via body.innerHTML PASS
Template may contain menu element PASS
Template may contain video element PASS
Template may contain pre element. The template element and contents are added via body.innerHTML PASS
Template may contain hr element PASS
Template may contain p element PASS
Template may contain rp element. The template element and contents are added via body.innerHTML PASS
Template may contain footer element. The template element and contents are added via body.innerHTML PASS
Template may contain base element. The template element and contents are added via body.innerHTML PASS
Template may contain s element. The template element and contents are added via body.innerHTML PASS
Template may contain br element. The template element and contents are added via body.innerHTML PASS
Template may contain param element PASS
Template may contain video element. The template element and contents are added via body.innerHTML PASS
Template may contain article element. The template element and contents are added via body.innerHTML PASS
Template may contain a element. The template element and contents are added via body.innerHTML PASS
Template may contain del element PASS
Template may contain embed element. The template element and contents are added via body.innerHTML PASS
Template may contain cite element PASS
Template may contain label element PASS
Template may contain b element. The template element and contents are added via body.innerHTML PASS
Template may contain optgroup element PASS
Template may contain var element. The template element and contents are added via body.innerHTML PASS
Template may contain dialog element PASS
Template may contain progress element PASS
Template may contain span element. The template element and contents are added via body.innerHTML PASS
Template may contain small element. The template element and contents are added via body.innerHTML PASS
Template may contain strong element PASS
Template may contain canvas element PASS
Template may contain track element PASS
Template may contain i element. The template element and contents are added via body.innerHTML PASS
Template may contain figcaption element PASS
Template may contain tr element. The template element and contents are added via body.innerHTML PASS
Template may contain h1 element. The template element and contents are added via body.innerHTML PASS
Template may contain dt element PASS
Template may contain output element. The template element and contents are added via body.innerHTML PASS
Template may contain strong element. The template element and contents are added via body.innerHTML PASS
Template may contain bdo element. The template element and contents are added via body.innerHTML PASS
Template may contain style element. The template element and contents are added via body.innerHTML PASS
Template may contain aside element PASS
Template may contain ol element PASS
Template may contain li element. The template element and contents are added via body.innerHTML PASS
Template may contain footer element PASS
Template may contain keygen element. The template element and contents are added via body.innerHTML PASS
Template may contain p element. The template element and contents are added via body.innerHTML PASS
Template may contain hr element. The template element and contents are added via body.innerHTML PASS
Template may contain ruby element PASS
Template may contain h1 element PASS
Template may contain colgroup element. The template element and contents are added via body.innerHTML PASS
Template may contain area element. The template element and contents are added via body.innerHTML PASS
Template may contain command element. The template element and contents are added via body.innerHTML PASS
Template may contain dd element. The template element and contents are added via body.innerHTML PASS
Template may contain audio element PASS
Template may contain command element PASS
Template may contain datalist element PASS
Template may contain textarea element PASS
Template may contain h6 element PASS
Template may contain br element PASS
Template may contain article element PASS
Template may contain bdo element PASS
Template may contain h4 element PASS
Template may contain meta element PASS
Template may contain select element. The template element and contents are added via body.innerHTML PASS
Template may contain tbody element. The template element and contents are added via body.innerHTML PASS
Template may contain object element. The template element and contents are added via body.innerHTML PASS
Template may contain table element PASS
Template may contain param element. The template element and contents are added via body.innerHTML PASS
Template may contain section element. The template element and contents are added via body.innerHTML PASS
Template may contain fieldset element PASS
Template may contain sub element. The template element and contents are added via body.innerHTML PASS
Template may contain dl element PASS
Template may contain h2 element PASS
Template may contain label element. The template element and contents are added via body.innerHTML PASS
Template may contain source element PASS
Template may contain td element PASS
Template may contain audio element. The template element and contents are added via body.innerHTML PASS
Template may contain map element. The template element and contents are added via body.innerHTML PASS
Template may contain title element. The template element and contents are added via body.innerHTML PASS
Template may contain legend element PASS
Template may contain em element PASS
Template may contain dd element PASS
Template may contain h3 element PASS
Template may contain col element. The template element and contents are added via body.innerHTML PASS
Template may contain area element PASS
Template may contain wbr element. The template element and contents are added via body.innerHTML PASS
Template may contain select element PASS
Template may contain code element. The template element and contents are added via body.innerHTML PASS
Template may contain iframe element PASS
Template may contain link element. The template element and contents are added via body.innerHTML PASS
Template may contain header element. The template element and contents are added via body.innerHTML PASS
Template may contain ins element PASS
Template may contain canvas element. The template element and contents are added via body.innerHTML PASS
Template may contain div element PASS
Template may contain ruby element. The template element and contents are added via body.innerHTML PASS
Template may contain wbr element PASS
Template may contain optgroup element. The template element and contents are added via body.innerHTML PASS
Template may contain input element. The template element and contents are added via body.innerHTML PASS
Template may contain u element PASS
Template may contain caption element. The template element and contents are added via body.innerHTML PASS
Template may contain a element PASS
Template may contain button element. The template element and contents are added via body.innerHTML PASS
Template may contain tbody element PASS
Template may contain abbr element PASS
Template may contain meter element PASS
Template may contain thead element PASS
Template may contain meta element. The template element and contents are added via body.innerHTML PASS
Template may contain textarea element. The template element and contents are added via body.innerHTML PASS
Template may contain menu element. The template element and contents are added via body.innerHTML PASS
Template may contain bdi element PASS
Template may contain link element PASS
Template may contain track element. The template element and contents are added via body.innerHTML PASS
Template may contain section element PASS
Template may contain li element PASS
Template may contain legend element. The template element and contents are added via body.innerHTML PASS
Template may contain b element PASS
Template may contain rt element PASS
Template may contain datalist element. The template element and contents are added via body.innerHTML PASS
Template may contain figcaption element. The template element and contents are added via body.innerHTML PASS
Template may contain ins element. The template element and contents are added via body.innerHTML PASS
Template may contain dl element. The template element and contents are added via body.innerHTML PASS
Template may contain table element. The template element and contents are added via body.innerHTML PASS
Template may contain div element. The template element and contents are added via body.innerHTML PASS
Template may contain s element PASS
Template may contain colgroup element PASS
Template may contain h5 element PASS
Template may contain tfoot element PASS
Template may contain fieldset element. The template element and contents are added via body.innerHTML PASS
Template may contain h5 element. The template element and contents are added via body.innerHTML PASS
Template may contain nav element PASS
Template may contain img element PASS
Template may contain tfoot element. The template element and contents are added via body.innerHTML PASS
Template may contain object element PASS
Template may contain td element. The template element and contents are added via body.innerHTML PASS
Template may contain samp element. The template element and contents are added via body.innerHTML PASS
Template may contain kbd element. The template element and contents are added via body.innerHTML PASS
Template may contain address element. The template element and contents are added via body.innerHTML PASS
Template may contain figure element. The template element and contents are added via body.innerHTML PASS
Template may contain style element PASS
Template may contain hgroup element. The template element and contents are added via body.innerHTML PASS
Template may contain option element PASS
Template may contain bdi element. The template element and contents are added via body.innerHTML PASS
Template may contain hgroup element PASS
Template may contain time element. The template element and contents are added via body.innerHTML PASS
Template may contain col element PASS
Template may contain ul element. The template element and contents are added via body.innerHTML PASS
Template may contain details element. The template element and contents are added via body.innerHTML PASS
Template may contain meter element. The template element and contents are added via body.innerHTML PASS
Template may contain abbr element. The template element and contents are added via body.innerHTML PASS
Template may contain ul element PASS
Template may contain blockquote element. The template element and contents are added via body.innerHTML PASS
Template may contain small element PASS
Template may contain img element. The template element and contents are added via body.innerHTML PASS
Template may contain progress element. The template element and contents are added via body.innerHTML PASS
Template may contain title element PASS
Template may contain details element PASS
Template may contain blockquote element PASS
Template may contain option element. The template element and contents are added via body.innerHTML PASS
Template may contain aside element. The template element and contents are added via body.innerHTML PASS
Template may contain q element PASS
Template may contain kbd element PASS
Template may contain samp element PASS
Template may contain base element PASS
Template may contain noscript element. The template element and contents are added via body.innerHTML PASS
Template may contain em element. The template element and contents are added via body.innerHTML PASS
Template may contain var element PASS
Template may contain mark element PASS
Template may contain form element PASS
Template may contain i element PASS
Template may contain input element PASS
Template may contain u element. The template element and contents are added via body.innerHTML PASS
Template may contain ol element. The template element and contents are added via body.innerHTML PASS
Template may contain h2 element. The template element and contents are added via body.innerHTML PASS
Template may contain pre element PASS
Template may contain output element PASS
Template may contain script element. The template element and contents are added via body.innerHTML PASS
Template may contain form element. The template element and contents are added via body.innerHTML PASS
Template may contain button element PASS
Template may contain tr element PASS
Template may contain th element PASS
Template may contain sub element PASS
Template may contain iframe element. The template element and contents are added via body.innerHTML PASS
Template may contain keygen element PASS
Template may contain caption element PASS
Template may contain embed element PASS
Template may contain dt element. The template element and contents are added via body.innerHTML PASS
Template may contain mark element. The template element and contents are added via body.innerHTML PASS
Template may contain header element PASS
Template may contain figure element PASS
Template may contain dfn element. The template element and contents are added via body.innerHTML PASS
/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html
Subtest Results
OK
The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement()) FAIL
The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement()) FAIL
The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser) FAIL
The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML) FAIL
/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001.html
Subtest Results
PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html
Subtest Results
OK
Elements with a specific class in a shadow tree should be accessible viashadow root's querySelectorAll() DOM tree accessor. PASS
Elements in a shadow tree should be accessible via shadow root's getElementById() DOM tree accessor. PASS
Elements in a shadow tree should be accessible via shadow root's querySelectorAll() DOM tree accessor. PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005.html
Subtest Results
OK
A_04_01_05_T02 PASS
A_04_01_05_T01 PASS
/html/semantics/scripting-1/the-template-element/serializing-html-templates/outerhtml.html
Subtest Results
OK
Template contents should be serialized instead of template element if serializing template element PASS
Template contents should be serialized instead of template element if serializing template element. Test nested template PASS
Template contents should be serialized instead of template element if serializing template element. Test serializing whole document PASS
/shadow-dom/untriaged/styles/test-005.html
Subtest Results
OK
A_06_00_06_T01 PASS
/shadow-dom/untriaged/events/retargeting-focus-events/test-003.html
Subtest Results
OK
A_05_03_03_T01 PASS
/html/semantics/scripting-1/the-template-element/template-element/content-attribute.html
Subtest Results
OK
Content attribute of template element is read-only. Test not empty template populated by innerHTML PASS
Content attribute of template element is read-only. Test content attribute of a document loaded from a file PASS
Content attribute of template element is read-only. Test not empty template populated by appendchild() PASS
Content attribute of template element is read-only. Test that custom content attribute named 'content' doesn't make content IDL attribute writable PASS
Content attribute of template element is read-only. Test that custom content attribute named 'content' doesn't affect content IDL attribute PASS
Content attribute of template element is read-only. Test empty template PASS
Content attribute of template element is read-only. Text value of content attribute of template tag should be ignored, when loading document from a file PASS
/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html
Subtest Results
OK
A_05_02_03_T01 PASS
/shadow-dom/untriaged/events/test-001.html
Subtest Results
OK
A_05_00_01_T1 PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html
Subtest Results
OK
In body insertion mode: Template contains a start tag whose tag name is body.Test <body> tag only PASS
In body insertion mode: Template contains a start tag whose tag name is body. Test <body> tag containing some other elements PASS
In body insertion mode: Template contains a start tag whose tag name is body. Test <body> tag containing some text PASS
In body insertion mode: Template contains a start tag whose tag name is body. Test nested template tag containing <body> tag with some other elements PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-011.html
Subtest Results
OK
A_04_01_11_T2 PASS
/shadow-dom/untriaged/events/event-retargeting/test-001.html
Subtest Results
OK
A_05_01_01_T1 PASS
A_05_01_01_T2 PASS
/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/template-end-tag-without-start-one.html
Subtest Results
OK
</template> tag in HTML head without start one should be ignored. Test HTML document loaded from file PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element and </template> tag before it PASS
</template> tag in HTML head without start one should be ignored PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element and </template> tag after it PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element, <title> element and </template> tag after them PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element, <title> element and </template> tag before them PASS
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-002.html
Subtest Results
OK
A_10_02_02_02_T01 PASS
/html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html
Subtest Results
OK
Template child nodes must be appended to template content. Test nested template PASS
Template child nodes must be appended to template content node PASS
Template child nodes must be appended to template content node. Load HTML document from a file PASS
Template child nodes must be appended to nested template content node. Load HTML document from a file PASS
/shadow-dom/untriaged/events/retargeting-relatedtarget/test-001.html
Subtest Results
OK
A_05_02_01_T1 PASS
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/origin-check-in-document-open-basic.html
Subtest Results
OK
It should be possible to open same origin documents. PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html
Subtest Results
OK
Elements in a shadow tree should not be accessible from owner document's "plugins" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's "links" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's getElementsByTagNameNS() method. PASS
Elements in a shadow tree should not be accessible from owner document's "forms" attribute. PASS
The content of title element in a shadow tree should not be accessible from owner document's "title" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's "images" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's getElementsByTagName() method. PASS
<head> and <body> in a shadow tree should not be accessible from owner document's "head" and "body" properties, respectively. PASS
Elements in a shadow tree should not be accessible from owner document's "anchors" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's "all" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's "scripts" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's "embeds" attribute. PASS
Elements in a shadow tree should not be accessible from owner document's getElementsByName() method. PASS
Elements in a shadow tree should not be accessible from owner document's getElementById() method. PASS

@ghost
Copy link

ghost commented Feb 16, 2017

Firefox (nightly channel)

Testing web-platform-tests at revision feb0c62
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable

All results

100 tests ran
/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/outerhtml.html
Subtest Results
OK
Template contents should be serialized instead of template element if serializing template element PASS
Template contents should be serialized instead of template element if serializing template element. Test nested template PASS
Template contents should be serialized instead of template element if serializing template element. Test serializing whole document PASS
/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-002.html
Subtest Results
OK
A_08_01_02_T01 FAIL
/shadow-dom/untriaged/styles/test-001.html
Subtest Results
OK
A_06_00_01_T02 FAIL
A_06_00_01_T01 FAIL
/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html
Subtest Results
OK
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test nested templates PASS
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test not empty template PASS
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test loading XHTML document from a file PASS
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test empty template PASS
Parsing XHTML: Node's node document must be set to that of the element to which it will be appended. Test loading of XHTML document with nested templates from a file PASS
/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/template-clone-children.html
Subtest Results
OK
Clone template node. Test call to cloneNode() with the default parameter (false by default) PASS
Clone template node. Test call to cloneNode(true) PASS
Clone template node. Test call to cloneNode(false) PASS
/shadow-dom/untriaged/events/event-retargeting/test-003.html
Subtest Results
OK
A_05_01_03_T01 FAIL
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/template-end-tag-without-start-one.html
Subtest Results
OK
</template> tag in HTML body without start one should be ignored. Test valid <template> element, <title> element and </template> tag after them PASS
</template> tag in HTML body without start one should be ignored. Test valid <template> element and </template> tag after it PASS
</template> tag in HTML body without start one should be ignored. Test valid <template> element and </template> tag before it PASS
</template> tag in HTML body without start one should be ignored. Test valid <template> element, <title> element and </template> tag before them PASS
</template> tag in HTML body without start one should be ignored PASS
</template> tag in HTML body without start one should be ignored. Test HTML document loaded from file PASS
/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html
Subtest Results
OK
Child nodes of template element in XHTML documents must be appended to template content. Test loading XHTML document from a file PASS
Child nodes of nested template element in XHTML documents must be appended to template content. Test loading XHTML document from a file PASS
Child nodes of template element in XHTML documents must be appended to template content PASS
Child nodes of nested template element in XHTML documents must be appended to template content PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010.html
Subtest Results
OK
A_10_01_01_04_02_T01_01 FAIL
A_10_01_01_04_02_T01_02 FAIL
/shadow-dom/untriaged/styles/test-003.html
Subtest Results
OK
A_06_00_03_T01 FAIL
A_06_00_03_T02 FAIL
A_06_00_03_T03 FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012.html
Subtest Results
OK
A_10_01_01_06_T01 FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001.html
Subtest Results
OK
A_10_01_02_01_T02 FAIL
A_10_01_02_01_T01 FAIL
/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html
Subtest Results
OK
The template contents owner document must be different from template owner document, which has browsing context. Template element is created via innerHTML PASS
The template contents owner document must be different from template owner document, which has browsing context. Template element is created by createElement() PASS
The template contents owner document must be different from template owner document, which has browsing context. Template element is created by HTML parser PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-html-token.html
Subtest Results
OK
Ignore HTML token. Test HEAD element and some valid element after it, assigned to template innerHTML PASS
Ignore HTML token. Test valid element inside HTML and BODY elements PASS
Ignore HTML token. Test HTML tag inside template tag assigned to another template's innerHTML PASS
Ignore HTML token.Test HTML element and some valid element before it, assigned to template innerHTML PASS
Ignore HTML token. Test valid element inside and between HTML and BODY elements PASS
Ignore HTML token. Test loading a HTML file with HTML tag inside template PASS
Ignore HTML token. Test HTML element assigned to template innerHTML PASS
Ignore HTML token. Test some valid element inside HTML element PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-head-token.html
Subtest Results
OK
Ignore HEAD token. Test HEAD tag inside template tag assigned to another template's innerHTML PASS
Ignore HEAD token. Test HEAD element and some valid element before it, assigned to template innerHTML PASS
Ignore HEAD token. Test loading a HTML file with HEAD tag inside template PASS
Ignore HEAD token. Test not empty HEAD element assigned to template innerHTML PASS
Ignore HEAD token. Test empty HEAD element assigned to template innerHTML PASS
Ignore HEAD token. Test HEAD element and some valid element after it, assigned to template innerHTML PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-003.html
Subtest Results
OK
"li" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"fieldset" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"em" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"sub" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"optgroup" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"command" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"bdo" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"col" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"var" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"del" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"title" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"h3" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"datalist" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"h4" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"samp" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"code" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"figure" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"article" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"meter" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"ruby" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"q" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"tr" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"img" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"embed" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"option" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"colgroup" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"rt" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"cite" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"tbody" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"form" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"h5" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"meta" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"h1" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"source" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"dd" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"nav" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"area" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"canvas" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"ol" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"head" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"i" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"input" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"audio" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"a" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"h2" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"mark" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"details" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"rp" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"address" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"script" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"kbd" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"legend" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"p" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"param" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"strong" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"footer" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"section" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"dfn" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"td" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"b" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"abbr" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"button" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"blockquote" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"body" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"dt" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"ul" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"track" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"ins" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"br" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"pre" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"hgroup" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"thead" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"link" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"wbr" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"label" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"iframe" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"video" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"h6" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"bdi" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"span" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"output" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"aside" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"progress" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"base" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"hr" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"caption" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"dialog" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"noscript" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"menu" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"select" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"small" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"style" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"s" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"textarea" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"dl" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"object" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"div" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"table" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"time" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"html" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"header" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"tfoot" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"u" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"keygen" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"figcaption" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"th" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
"map" element with id attribute in a shadow tree should not be accessible from window object's named property. FAIL
/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-body-context.html
Subtest Results
OK
Clearing stack back to a table body context. Test <tbody> in <thead> PASS
Clearing stack back to a table body context. Test <tbody> in <tfoot> PASS
Clearing stack back to a table body context. Test <caption> in <tbody> PASS
Clearing stack back to a table body context. Test </table> in <thead> PASS
Clearing stack back to a table body context. Test <col> in <thead> PASS
Clearing stack back to a table body context. Test </tfoot> in <tbody> PASS
Clearing stack back to a table body context. Test <col> in <tbody> PASS
Clearing stack back to a table body context. Test <colgroup> in <tbody> PASS
Clearing stack back to a table body context. Test <colgroup> in <tfoot> PASS
Clearing stack back to a table body context. Test </table> in <tbody> PASS
Clearing stack back to a table body context. Test <tr> in <tbody> PASS
Clearing stack back to a table body context. Test <tr> in <thead> PASS
Clearing stack back to a table body context. Test <col> in <tfoot> PASS
Clearing stack back to a table body context. Test </tbody> PASS
Clearing stack back to a table body context. Test <tfoot> in <tfoot> PASS
Clearing stack back to a table body context. Test </thead> PASS
Clearing stack back to a table body context. Test </table> in <tfoot> PASS
Clearing stack back to a table body context. Test </thead> in <tbody> PASS
Clearing stack back to a table body context. Test <tbody> in <tbody> PASS
Clearing stack back to a table body context. Test </tfoot> PASS
Clearing stack back to a table body context. Test <caption> in <tfoot> PASS
Clearing stack back to a table body context. Test <tr> in <tfoot> PASS
Clearing stack back to a table body context. Test <tfoot> in <thead> PASS
Clearing stack back to a table body context. Test <colgroup> in <thead> PASS
Clearing stack back to a table body context. Test </tbody> in <thead> PASS
Clearing stack back to a table body context. Test </thead> in <tfoot> PASS
Clearing stack back to a table body context. Test <caption> in <thead> PASS
Clearing stack back to a table body context. Test </tfoot> in <thead> PASS
Clearing stack back to a table body context. Test <thead> in <tfoot> PASS
Clearing stack back to a table body context. Test <thead> in <thead> PASS
Clearing stack back to a table body context. Test </tbody> in <tfoot> PASS
Clearing stack back to a table body context. Test <thead> in <tbody> PASS
Clearing stack back to a table body context. Test <tfoot> in <tbody> PASS
/shadow-dom/untriaged/shadow-trees/reprojection/reprojection-001.html
Subtest Results
FAIL
/shadow-dom/untriaged/shadow-trees/shadow-root-001.html
Subtest Results
FAIL
/shadow-dom/untriaged/html-elements-in-shadow-trees/inert-html-elements/test-001.html
Subtest Results
OK
A_08_01_01_T01 FAIL
/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-context.html
Subtest Results
OK
Clearing stack back to a table context. Test <col> PASS
Clearing stack back to a table context. Test <tbody> PASS
Clearing stack back to a table context. Test <colgroup> PASS
Clearing stack back to a table context. Test <caption> PASS
Clearing stack back to a table context. Test <tfoot> PASS
Clearing stack back to a table context. Test <thead> PASS
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-event-interface/event-path-001.html
Subtest Results
OK
event.composedPath() cross the shadow boundary FAIL
/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-001.html
Subtest Results
OK
A_08_02_01_T02 FAIL
A_08_02_01_T01 FAIL
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007.html
Subtest Results
OK
A_04_01_07_T01 FAIL
A_04_01_07_T02 FAIL
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html
Subtest Results
OK
The parentNode attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root. FAIL
The parentElement attribute of a shadow root must always return null. FAIL
The parentNode attribute of a shadow root must always return null. FAIL
The parentElement attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root. FAIL
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-frameset-token.html
Subtest Results
OK
Ignore frameset token. Test FRAMESET element and some valid element before it, assigned to the template's innerHTML PASS
Ignore frameset token. Test FRAMESET tag inside template tag assigned to another template's innerHTML PASS
Ignore frameset token. Test FRAMESET element assigned to template innerHTML PASS
Ignore frameset token. Test loading a HTML file with FRAMESET tag inside template PASS
Ignore frameset token. Test FRAMESET element and some valid element after it, assigned to the template's innerHTML PASS
/html/semantics/scripting-1/the-template-element/template-element/template-content-node-document.html
Subtest Results
OK
Node document of the template content attribute must be template contents owner. Load HTML file with multiple template elements PASS
Node document of the template content attribute must be template contents owner. Nested template element created by innerHTML PASS
Node document of the template content attribute must be template contents owner. Nested template element created by createElement PASS
/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-002.html
Subtest Results
OK
A_08_02_02_T01 FAIL
A_08_02_02_T03 FAIL
A_08_02_02_T02 FAIL
/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-001.html
Subtest Results
OK
A_07_07_01_T02 FAIL
A_07_07_01_T01 FAIL
/html/syntax/parsing/template/creating-an-element-for-the-token/template-owner-document.html
Subtest Results
OK
Test ownerDocument for the element time in the template. Document has browsing context PASS
Test ownerDocument property of the element in a template. Current DOCUMENT has no browsing context. Test template element in the root of the body PASS
Test ownerDocument for the element footer in the template. Document has browsing context PASS
Test ownerDocument for the element article in the template. Document has browsing context PASS
Test ownerDocument for the element param in the template. Document has browsing context PASS
Test ownerDocument for the element option in the template PASS
Test ownerDocument for the element h3 in the template PASS
Test ownerDocument for the element li in the template PASS
Test ownerDocument for the element p in the template. Document has browsing context PASS
Test ownerDocument for the element mark in the template. Document has browsing context PASS
Test ownerDocument for the element bdi in the template. Document has browsing context PASS
Test ownerDocument for the element canvas in the template. Document has browsing context PASS
Test ownerDocument for the element i in the template PASS
Test ownerDocument for the element source in the template PASS
Test ownerDocument for the element code in the template. Document has browsing context PASS
Test ownerDocument for the element thead in the template. Document has browsing context PASS
Test ownerDocument for the element a in the template PASS
Test ownerDocument for the element h1 in the template. Document has browsing context PASS
Test ownerDocument for the element base in the template. Document has browsing context PASS
Test ownerDocument for the element keygen in the template FAIL
Test ownerDocument for the element details in the template PASS
Test ownerDocument for the element bdi in the template PASS
Test ownerDocument for the element strong in the template. Document has browsing context PASS
Test ownerDocument for the element tr in the template. Document has browsing context PASS
Test ownerDocument for the element ins in the template. Document has browsing context PASS
Test ownerDocument for the element meter in the template. Document has browsing context PASS
Test ownerDocument for the element tfoot in the template PASS
Test ownerDocument for the element rp in the template PASS
Test ownerDocument for the element map in the template PASS
Test ownerDocument for the element form in the template PASS
Test ownerDocument for the element dfn in the template PASS
Test ownerDocument for the element h3 in the template. Document has browsing context PASS
Test ownerDocument for the element h6 in the template PASS
Test ownerDocument for the element mark in the template PASS
Test ownerDocument for the element video in the template. Document has browsing context PASS
Test ownerDocument for the element colgroup in the template PASS
Test ownerDocument for the element area in the template. Document has browsing context PASS
Test ownerDocument for the element kbd in the template. Document has browsing context PASS
Test ownerDocument for the element source in the template. Document has browsing context PASS
Test ownerDocument for the element pre in the template. Document has browsing context PASS
Test ownerDocument for the element progress in the template. Document has browsing context PASS
Test ownerDocument for the element select in the template PASS
Test ownerDocument for the element q in the template. Document has browsing context PASS
Test ownerDocument for the element sub in the template PASS
Test ownerDocument for the element area in the template PASS
Test ownerDocument for the element command in the template PASS
Test ownerDocument for the element header in the template PASS
Test ownerDocument for the element samp in the template PASS
Test ownerDocument for the element s in the template PASS
Test ownerDocument for the element input in the template PASS
Test ownerDocument for the element dl in the template PASS
Test ownerDocument for the element details in the template. Document has browsing context PASS
Test ownerDocument for the element iframe in the template PASS
Test ownerDocument for the element thead in the template PASS
Test ownerDocument for the element img in the template. Document has browsing context PASS
Test ownerDocument for the element option in the template. Document has browsing context PASS
Test ownerDocument for the element table in the template. Document has browsing context PASS
Test ownerDocument for the element audio in the template. Document has browsing context PASS
Test ownerDocument for the element dialog in the template. Document has browsing context PASS
Test ownerDocument for the element li in the template. Document has browsing context PASS
Test ownerDocument for the element colgroup in the template. Document has browsing context PASS
Test ownerDocument for the element meta in the template PASS
Test ownerDocument for the element select in the template. Document has browsing context PASS
Test ownerDocument for the element meta in the template. Document has browsing context PASS
Test ownerDocument for the element h6 in the template. Document has browsing context PASS
Test ownerDocument for the element link in the template PASS
Test ownerDocument for the element s in the template. Document has browsing context PASS
Test ownerDocument for the element b in the template. Document has browsing context PASS
Test ownerDocument for the element progress in the template PASS
Test ownerDocument for the element rt in the template PASS
Test ownerDocument for the element output in the template PASS
Test ownerDocument for the element article in the template PASS
Test ownerDocument for the element canvas in the template PASS
Test ownerDocument for the element script in the template. Document has browsing context PASS
Test ownerDocument for the element title in the template PASS
Test ownerDocument for the element hgroup in the template. Document has browsing context PASS
Test ownerDocument for the element hr in the template. Document has browsing context PASS
Test ownerDocument for the element section in the template. Document has browsing context PASS
Test ownerDocument for the element td in the template. Document has browsing context PASS
Test ownerDocument for the element wbr in the template PASS
Test ownerDocument for the element figure in the template PASS
Test ownerDocument for the element datalist in the template PASS
Test ownerDocument for the element optgroup in the template PASS
Test ownerDocument for the element ol in the template PASS
Test ownerDocument for the element bdo in the template PASS
Test ownerDocument property of two elements in a template. Load HTML document from a file, current DOCUMENT has browsing context PASS
Test ownerDocument for the element i in the template. Document has browsing context PASS
Test ownerDocument for the element u in the template PASS
Test ownerDocument for the element tbody in the template PASS
Test ownerDocument for the element dt in the template. Document has browsing context PASS
Test ownerDocument for the element map in the template. Document has browsing context PASS
Test ownerDocument for the element noscript in the template PASS
Test ownerDocument for the element object in the template PASS
Test ownerDocument for the element dl in the template. Document has browsing context PASS
Test ownerDocument for the element kbd in the template PASS
Test ownerDocument for the element input in the template. Document has browsing context PASS
Test ownerDocument for the element embed in the template PASS
Test ownerDocument for the element col in the template. Document has browsing context PASS
Test ownerDocument for the element ins in the template PASS
Test ownerDocument for the element caption in the template PASS
Test ownerDocument for the element fieldset in the template PASS
Test ownerDocument for the element ul in the template. Document has browsing context PASS
Test ownerDocument for the element td in the template PASS
Test ownerDocument for the element h2 in the template PASS
Test ownerDocument for the element th in the template. Document has browsing context PASS
Test ownerDocument for the element menu in the template PASS
Test ownerDocument for the element style in the template. Document has browsing context PASS
Test ownerDocument for the element h4 in the template. Document has browsing context PASS
Test ownerDocument for the element small in the template. Document has browsing context PASS
Test ownerDocument for the element section in the template PASS
Test ownerDocument for the element legend in the template PASS
Test ownerDocument for the element meter in the template PASS
Test ownerDocument for the element title in the template. Document has browsing context PASS
Test ownerDocument for the element link in the template. Document has browsing context PASS
Test ownerDocument for the element br in the template PASS
Test ownerDocument for the element em in the template. Document has browsing context PASS
Test ownerDocument for the element blockquote in the template PASS
Test ownerDocument for the element textarea in the template PASS
Test ownerDocument for the element samp in the template. Document has browsing context PASS
Test ownerDocument for the element span in the template. Document has browsing context PASS
Test ownerDocument for the element code in the template PASS
Test ownerDocument for the element br in the template. Document has browsing context PASS
Test ownerDocument for the element figure in the template. Document has browsing context PASS
Test ownerDocument for the element datalist in the template. Document has browsing context PASS
Test ownerDocument for the element var in the template. Document has browsing context PASS
Test ownerDocument for the element optgroup in the template. Document has browsing context PASS
Test ownerDocument for the element a in the template. Document has browsing context PASS
Test ownerDocument for the element header in the template. Document has browsing context PASS
Test ownerDocument for the element tbody in the template. Document has browsing context PASS
Test ownerDocument for the element q in the template PASS
Test ownerDocument for the element button in the template. Document has browsing context PASS
Test ownerDocument for the element aside in the template PASS
Test ownerDocument for the element video in the template PASS
Test ownerDocument for the element audio in the template PASS
Test ownerDocument for the element time in the template PASS
Test ownerDocument for the element noscript in the template. Document has browsing context PASS
Test ownerDocument for the element p in the template PASS
Test ownerDocument for the element address in the template. Document has browsing context PASS
Test ownerDocument for the element sub in the template. Document has browsing context PASS
Test ownerDocument for the element table in the template PASS
Test ownerDocument for the element label in the template PASS
Test ownerDocument for the element abbr in the template. Document has browsing context PASS
Test ownerDocument for the element keygen in the template. Document has browsing context FAIL
Test ownerDocument for the element output in the template. Document has browsing context PASS
Test ownerDocument for the element script in the template PASS
Test ownerDocument for the element dd in the template. Document has browsing context PASS
Test ownerDocument for the element command in the template. Document has browsing context PASS
Test ownerDocument for the element caption in the template. Document has browsing context PASS
Test ownerDocument for the element bdo in the template. Document has browsing context PASS
Test ownerDocument property of the element in a template. Load HTML document from a file, current DOCUMENT has browsing context PASS
Test ownerDocument for the element form in the template. Document has browsing context PASS
Test ownerDocument for the element col in the template PASS
Test ownerDocument for the element object in the template. Document has browsing context PASS
Test ownerDocument for the element wbr in the template. Document has browsing context PASS
Test ownerDocument for the element tr in the template PASS
Test ownerDocument for the element textarea in the template. Document has browsing context PASS
Test ownerDocument for the element rt in the template. Document has browsing context PASS
Test ownerDocument for the element tfoot in the template. Document has browsing context PASS
Test ownerDocument for the element track in the template. Document has browsing context PASS
Test ownerDocument for the element cite in the template. Document has browsing context PASS
Test ownerDocument for the element h4 in the template PASS
Test ownerDocument for the element div in the template PASS
Test ownerDocument for the element strong in the template PASS
Test ownerDocument for the element aside in the template. Document has browsing context PASS
Test ownerDocument for the element dialog in the template PASS
Test ownerDocument property of the element in a nested template. Load HTML document from a file, current DOCUMENT has browsing context PASS
Test ownerDocument for the element img in the template PASS
Test ownerDocument for the element var in the template PASS
Test ownerDocument for the element h5 in the template PASS
Test ownerDocument for the element style in the template PASS
Test ownerDocument for the element dfn in the template. Document has browsing context PASS
Test ownerDocument for the element blockquote in the template. Document has browsing context PASS
Test ownerDocument for the element nav in the template PASS
Test ownerDocument for the element figcaption in the template. Document has browsing context PASS
Test ownerDocument for the element fieldset in the template. Document has browsing context PASS
Test ownerDocument for the element label in the template. Document has browsing context PASS
Test ownerDocument for the element param in the template PASS
Test ownerDocument for the element dt in the template PASS
Test ownerDocument for the element u in the template. Document has browsing context PASS
Test ownerDocument property of the element in a template. Current DOCUMENT has no browsing context. Test template element in the root of the head PASS
Test ownerDocument for the element abbr in the template PASS
Test ownerDocument for the element address in the template PASS
Test ownerDocument for the element del in the template PASS
Test ownerDocument for the element button in the template PASS
Test ownerDocument for the element nav in the template. Document has browsing context PASS
Test ownerDocument for the element h1 in the template PASS
Test ownerDocument for the element small in the template PASS
Test ownerDocument for the element del in the template. Document has browsing context PASS
Test ownerDocument for the element ol in the template. Document has browsing context PASS
Test ownerDocument for the element pre in the template PASS
Test ownerDocument for the element hr in the template PASS
Test ownerDocument for the element iframe in the template. Document has browsing context PASS
Test ownerDocument for the element menu in the template. Document has browsing context PASS
Test ownerDocument for the element cite in the template PASS
Test ownerDocument for the element ruby in the template. Document has browsing context PASS
Test ownerDocument for the element b in the template PASS
Test ownerDocument for the element em in the template PASS
Test ownerDocument for the element dd in the template PASS
Test ownerDocument for the element h5 in the template. Document has browsing context PASS
Test ownerDocument for the element figcaption in the template PASS
Test ownerDocument for the element legend in the template. Document has browsing context PASS
Test ownerDocument property of the element in a nested template PASS
Test ownerDocument for the element ul in the template PASS
Test ownerDocument for the element div in the template. Document has browsing context PASS
Test ownerDocument for the element hgroup in the template PASS
Test ownerDocument for the element embed in the template. Document has browsing context PASS
Test ownerDocument for the element footer in the template PASS
Test ownerDocument for the element track in the template PASS
Test ownerDocument for the element span in the template PASS
Test ownerDocument for the element base in the template PASS
Test ownerDocument for the element rp in the template. Document has browsing context PASS
Test ownerDocument for the element th in the template PASS
Test ownerDocument property of the element in a template. Current DOCUMENT has no browsing context. Test template element inside the div PASS
Test ownerDocument for the element h2 in the template. Document has browsing context PASS
Test ownerDocument for the element ruby in the template PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-006.html
Subtest Results
OK
A_10_01_02_06_01_T01 PASS
A_10_01_02_06_01_T02 FAIL
/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html
Subtest Results
OK
Test the template contents owner document when enclosing document has no browsing content. Template element is created by createElement() PASS
Test the template contents owner document when enclosing document has no browsing content. Template element is created by innerHTML PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013.html
Subtest Results
OK
A_10_01_01_07_T01 FAIL
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-001.html
Subtest Results
OK
An iframe element in a shadow tree should not be accessible from window's named properties with its "name" attribute value. FAIL
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/ignore-body-token.html
Subtest Results
OK
Ignore BODY token. Test loading a HTML file with BODY tag inside template PASS
Ignore BODY token. Test template with not empty BODY element inside assigned to another template's innerHTML PASS
Ignore BODY token. Test empty BODY element assigned to template innerHTML PASS
Ignore BODY token. Test BODY element and some valid element before BODY tag assigned to template innerHTML PASS
Ignore BODY token. Test not empty BODY element assigned to template innerHTML PASS
Ignore BODY token. Test BODY element and some valid element after BODY tag assigned to template innerHTML PASS
/shadow-dom/untriaged/user-interaction/editing/inheritance-of-content-editable-001.html
Subtest Results
OK
contentEditable of shadow trees must be undefined when contentEditable of shadow host is "false" FAIL
contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "inherit" FAIL
contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "true" FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007.html
Subtest Results
OK
A_10_01_01_03_01_T01 FAIL
/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html
Subtest Results
OK
Changing of template element's node document. Adobt template element into a document that has a browsing context PASS
Changing of template element's node document. Test document loaded from a file FAIL
Changing of template element's node document. Test that ownerDocument of a not empty template and its content changes FAIL
Changing of template element's node document. Test that ownerDocument of nested template and its content changes FAIL
Changing of template element's node document. Test that ownerDocument of an empty template and its content changes FAIL
Changing of template element's node document. Test the case when both old and new owner documents of template element have browsing context FAIL
/html/syntax/parsing/template/additions-to-the-in-frameset-insertion-mode/end-tag-frameset.html
Subtest Results
OK
<template> tag should be ignored in "in frameset" insertion mode PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html
Subtest Results
OK
A_04_01_09_T09 FAIL
A_04_01_09_T08 FAIL
A_04_01_09_T03 FAIL
A_04_01_09_T10 FAIL
A_04_01_09_T01 FAIL
A_04_01_09_T07 FAIL
A_04_01_09_T06 FAIL
A_04_01_09_T05 FAIL
A_04_01_09_T11 FAIL
A_04_01_09_T14 FAIL
A_04_01_09_T12 FAIL
A_04_01_09_T15 FAIL
A_04_01_09_T13 FAIL
A_04_01_09_T16 FAIL
/shadow-dom/untriaged/events/event-dispatch/test-003.html
Subtest Results
OK
A_05_05_03_T01 FAIL
/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html
Subtest Results
OK
Template element as a descendant of the frameset element. Test template element appended to frameset by appendChild() PASS
Template element as a descendant of the frameset element. Test template element is assigned to frameset's innerHTML) PASS
Template element as a descendant of the frameset element. Test loading from a file PASS
/html/syntax/parsing/template/additions-to-foster-parenting/template-is-not-a-foster-parent-element.html
Subtest Results
OK
Template is not a foster parent element. Test the case when <template> is higher in stack of open elements PASS
Template is not a foster parent element. Test the case when <template> is lower in stack of open elements PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007.html
Subtest Results
OK
A_10_01_02_06_02_T02 FAIL
A_10_01_02_06_02_T01 FAIL
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-001.html
Subtest Results
OK
All children nodes of a shadow root get a valid ownerDocument when added to a shadow tree. FAIL
ownerDocument property of a node should remain the same, even if its child is adopted into a shadow tree. FAIL
ownerDocument property of an element in a shadow tree should be the document of the shadow host, even if the host element is created from another document. FAIL
Elements added to a shadow tree should automatically get a valid ownerDocument. FAIL
ownerDocument property of a shadow root should be the document of the shadow host, regardless of the location of the shadow host. FAIL
ownerDocument property of elements in a shadow tree should match the document of the shadow host, regardless of the element's location in a shadow tree. FAIL
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/origin-check-in-document-open-same-origin-domain.sub.html
Subtest Results
OK
It should not be possible to open same origin-domain (but not same origin) documents. PASS
/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html
Subtest Results
OK
A_08_02_03_T01 FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009.html
Subtest Results
OK
A_10_01_01_04_01_T01 FAIL
/html/syntax/parsing/template/additions-to-foster-parenting/template-is-a-foster-parent-element.html
Subtest Results
OK
Template is a foster parent element. Test <table> immediately below <template> PASS
Template is a foster parent element. Test <template> element without <table> PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/window-named-properties-002.html
Subtest Results
OK
"frameset" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
"form" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
"object" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
"img" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
"applet" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
"area" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
"a" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
"embed" element with name attribute in a shadow tree should not be accessible from window object's named property. FAIL
/shadow-dom/untriaged/styles/test-008.html
Subtest Results
OK
A_06_00_09_T01 FAIL
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html
Subtest Results
OK
A_10_02_01_06_T01 PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-002.html
Subtest Results
OK
Elements in a shadow tree should be accessible from shadow root's querySelector() method. FAIL
Elements in a shadow tree should be accessible from shadow root's querySelectorAll() method. FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html
Subtest Results
OK
A_10_01_02_04_T01 FAIL
/html/syntax/parsing/template/additions-to-the-in-table-insertion-mode/end-tag-table.html
Subtest Results
OK
In table insertion mode. Ignore </table> token PASS
/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/innerhtml.html
Subtest Results
OK
innerHTML of template element replaces all referenced by the content attribute PASS
innerHTML of template element replaces all referenced by the content attribute. Test loading of HTML document from a file PASS
innerHTML of template element replaces all referenced by the content attribute. Test nested template PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-html.html
Subtest Results
OK
In body insertion mode: html start tag should add only absent attributes PASS
/shadow-dom/untriaged/shadow-trees/shadow-root-002.html
Subtest Results
FAIL
/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html
Subtest Results
OK
A_07_01_02_T01 FAIL
A_07_07_02_T02 FAIL
/shadow-dom/untriaged/user-interaction/active-element/test-002.html
Subtest Results
OK
A_07_03_02_T01 FAIL
/html/syntax/parsing/template/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context.html
Subtest Results
OK
Clearing stack back to a table row context. Test <th> PASS
Clearing stack back to a table row context. Test </tr> PASS
Clearing stack back to a table row context. Test <td> PASS
/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html
Subtest Results
OK
ownerDocument of cloned template content is set to template content owner. Test cloning with children PASS
ownerDocument of cloned template content is set to template content owner. Test cloning nested template PASS
ownerDocument of cloned template content is set to template content owner. Test loading HTML document from file PASS
ownerDocument of cloned template content is set to template content owner. Test cloneNode() with no arguments (false by default) PASS
ownerDocument of cloned template content is set to template content owner. Test cloning without children PASS
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/generating-of-implied-end-tags.html
Subtest Results
OK
Generating of implied end tags. Test div element PASS
Generating of implied end tags. Test wrong end tag PASS
Generating of implied end tags. Test some text and DIV element PASS
Generating of implied end tags. Test table elements. Loading of HTML document from a file PASS
Generating of implied end tags. Test div element. Loading of HTML document from a file PASS
Generating of implied end tags. Test table elements PASS
/shadow-dom/untriaged/events/retargeting-relatedtarget/test-002.html
Subtest Results
OK
A_05_02_02_T01 FAIL
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html
Subtest Results
OK
confirm activeElement return null when there is other element in body FAIL
confirm activeElement return null when focus on the element in the outer shadow tree FAIL
confirm activeElement return null FAIL
/shadow-dom/untriaged/events/retargeting-focus-events/test-002.html
Subtest Results
OK
A_05_03_02_T01 FAIL
/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html
Subtest Results
OK
Template element as an indirect descendant of the FRAMESET element. Template element is appended by appendChild() PASS
Template element as a descendant of the HEAD element. Template element is created by innerHTML PASS
Template element as an indirect descendant of the BODY element. Template element is created by innerHTML PASS
Template element as a descendant of the HEAD element. Template element is appended by appendChild() PASS
Template element as a descendant of the BODY element. Template element is created by innerHTML PASS
Template element as a descendant of the FRAMESET element. Template element is created by innerHTML PASS
Template element as an indirect descendant of the BODY element. Template element is appended by appendChild() PASS
Template element as an indirect descendant of the HEAD element. Template element is created by innerHTML PASS
Template element as an indirect descendant of the HEAD element. Template element is appended by appendChild() PASS
Template element as a descendant of the BODY element. Template element is appended by appendChild() PASS
Template element as a descendant of the FRAMESET element. Template element is appended by appendChild() PASS
Template element as an indirect descendant of the FRAMESET element. Template element is created by innerHTML PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011.html
Subtest Results
OK
A_10_01_01_05_01_T02 FAIL
A_10_01_01_05_01_T01 FAIL
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/selectors-api-001.html
Subtest Results
OK
Elements in a shadow tree should not be accessible from owner document's querySelector() method. FAIL
Elements in a shadow tree should not be accessible from owner document's querySelectorAll() method. FAIL
/shadow-dom/untriaged/shadow-trees/nested-shadow-trees/nested_tree_reftest.html
Subtest Results
FAIL
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-001.html
Subtest Results
OK
A_10_02_02_01_T01 FAIL
/html/semantics/scripting-1/the-template-element/template-element/template-descendant-head.html
Subtest Results
OK
Template element as a descendant of the head element. Test loading from a file PASS
/shadow-dom/untriaged/events/event-dispatch/test-002.html
Subtest Results
OK
A_05_05_02_T01 FAIL
/shadow-dom/untriaged/user-interaction/active-element/test-001.html
Subtest Results
OK
A_07_03_01_T01 FAIL
/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html
Subtest Results
OK
A_05_03_01_T01 FAIL
A_05_03_01_T02 FAIL
A_05_03_01_T03 FAIL
A_05_03_01_T04 FAIL
A_05_03_01_T05 FAIL
A_05_03_01_T06 FAIL
/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags.html
Subtest Results
OK
Generating of implied end tags. Test DIV element PASS
Generating of implied end tags. Test div element. Load HTML document from file PASS
Generating of implied end tags. Test wrong end tag PASS
Generating of implied end tags. Test some text and DIV element PASS
Generating of implied end tags. Test table elements. Load HTML document from file PASS
Generating of implied end tags. Test table elements PASS
/html/semantics/scripting-1/the-template-element/template-element/template-descendant-body.html
Subtest Results
OK
Template element as a descendant of the body element. Test loading from a file PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html
Subtest Results
OK
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h4" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "article" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "nav" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "span" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "footer" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "header" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h2" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "div" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "blockquote" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h5" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "p" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "aside" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h6" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h3" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "body" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "h1" element. FAIL
ownerDocument property of any elements in a shadow tree should match the document of the shadow host, when the host is a "section" element. FAIL
/html/semantics/scripting-1/the-template-element/definitions/template-contents.html
Subtest Results
OK
The template contents must be a DocumentFragment (nested template containing a text node) PASS
The template contents must be a DocumentFragment (the template tag with some text inside HTML file loaded in iframe) PASS
The template contents must be a DocumentFragment (non empty template containing div which is an Element instance) PASS
The template contents must be a DocumentFragment (the template tag with nested template tag inside HTML file loaded in iframe) PASS
The template contents must be a DocumentFragment (non empty template) PASS
The template contents must be a DocumentFragment (not empty template containing text node) PASS
The template contents must be a DocumentFragment (empty template) PASS
The template contents must be a DocumentFragment (non empty template tag inside HTML file loaded in iframe) PASS
The template contents must be a DocumentFragment (the empty template tag inside HTML file loaded in iframe) PASS
/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html
Subtest Results
OK
A_10_01_02_09_T01 FAIL
/html/semantics/scripting-1/the-template-element/template-element/template-content.html
Subtest Results
OK
Template may contain thead element. The template element and contents are added via body.innerHTML PASS
Template may contain cite element. The template element and contents are added via body.innerHTML PASS
Template may contain h4 element. The template element and contents are added via body.innerHTML PASS
Template may contain dialog element. The template element and contents are added via body.innerHTML PASS
Template may contain address element PASS
Template may contain rt element. The template element and contents are added via body.innerHTML PASS
Template may contain th element. The template element and contents are added via body.innerHTML PASS
Template may contain map element PASS
Template may contain dfn element PASS
Template may contain rp element PASS
Template may contain code element PASS
Template may contain h3 element. The template element and contents are added via body.innerHTML PASS
Template may contain source element. The template element and contents are added via body.innerHTML PASS
Template may contain script element PASS
Template may contain noscript element PASS
Template may contain del element. The template element and contents are added via body.innerHTML PASS
Template may contain span element PASS
Template may contain q element. The template element and contents are added via body.innerHTML PASS
Template may contain time element PASS
Template may contain h6 element. The template element and contents are added via body.innerHTML PASS
Template may contain nav element. The template element and contents are added via body.innerHTML PASS
Template may contain menu element PASS
Template may contain video element PASS
Template may contain pre element. The template element and contents are added via body.innerHTML PASS
Template may contain hr element PASS
Template may contain p element PASS
Template may contain rp element. The template element and contents are added via body.innerHTML PASS
Template may contain footer element. The template element and contents are added via body.innerHTML PASS
Template may contain base element. The template element and contents are added via body.innerHTML PASS
Template may contain s element. The template element and contents are added via body.innerHTML PASS
Template may contain br element. The template element and contents are added via body.innerHTML PASS
Template may contain param element PASS
Template may contain video element. The template element and contents are added via body.innerHTML PASS
Template may contain article element. The template element and contents are added via body.innerHTML PASS
Template may contain a element. The template element and contents are added via body.innerHTML PASS
Template may contain del element PASS
Template may contain embed element. The template element and contents are added via body.innerHTML PASS
Template may contain cite element PASS
Template may contain label element PASS
Template may contain b element. The template element and contents are added via body.innerHTML PASS
Template may contain optgroup element PASS
Template may contain var element. The template element and contents are added via body.innerHTML PASS
Template may contain dialog element PASS
Template may contain progress element PASS
Template may contain span element. The template element and contents are added via body.innerHTML PASS
Template may contain small element. The template element and contents are added via body.innerHTML PASS
Template may contain strong element PASS
Template may contain canvas element PASS
Template may contain track element PASS
Template may contain i element. The template element and contents are added via body.innerHTML PASS
Template may contain figcaption element PASS
Template may contain tr element. The template element and contents are added via body.innerHTML PASS
Template may contain h1 element. The template element and contents are added via body.innerHTML PASS
Template may contain dt element PASS
Template may contain output element. The template element and contents are added via body.innerHTML PASS
Template may contain strong element. The template element and contents are added via body.innerHTML PASS
Template may contain bdo element. The template element and contents are added via body.innerHTML PASS
Template may contain style element. The template element and contents are added via body.innerHTML PASS
Template may contain aside element PASS
Template may contain ol element PASS
Template may contain li element. The template element and contents are added via body.innerHTML PASS
Template may contain footer element PASS
Template may contain keygen element. The template element and contents are added via body.innerHTML FAIL
Template may contain p element. The template element and contents are added via body.innerHTML PASS
Template may contain hr element. The template element and contents are added via body.innerHTML PASS
Template may contain ruby element PASS
Template may contain h1 element PASS
Template may contain colgroup element. The template element and contents are added via body.innerHTML PASS
Template may contain area element. The template element and contents are added via body.innerHTML PASS
Template may contain command element. The template element and contents are added via body.innerHTML PASS
Template may contain dd element. The template element and contents are added via body.innerHTML PASS
Template may contain audio element PASS
Template may contain command element PASS
Template may contain datalist element PASS
Template may contain textarea element PASS
Template may contain h6 element PASS
Template may contain br element PASS
Template may contain article element PASS
Template may contain bdo element PASS
Template may contain h4 element PASS
Template may contain meta element PASS
Template may contain select element. The template element and contents are added via body.innerHTML PASS
Template may contain tbody element. The template element and contents are added via body.innerHTML PASS
Template may contain object element. The template element and contents are added via body.innerHTML PASS
Template may contain table element PASS
Template may contain param element. The template element and contents are added via body.innerHTML PASS
Template may contain section element. The template element and contents are added via body.innerHTML PASS
Template may contain fieldset element PASS
Template may contain sub element. The template element and contents are added via body.innerHTML PASS
Template may contain dl element PASS
Template may contain h2 element PASS
Template may contain label element. The template element and contents are added via body.innerHTML PASS
Template may contain source element PASS
Template may contain td element PASS
Template may contain audio element. The template element and contents are added via body.innerHTML PASS
Template may contain map element. The template element and contents are added via body.innerHTML PASS
Template may contain title element. The template element and contents are added via body.innerHTML PASS
Template may contain legend element PASS
Template may contain em element PASS
Template may contain dd element PASS
Template may contain h3 element PASS
Template may contain col element. The template element and contents are added via body.innerHTML PASS
Template may contain area element PASS
Template may contain wbr element. The template element and contents are added via body.innerHTML PASS
Template may contain select element PASS
Template may contain code element. The template element and contents are added via body.innerHTML PASS
Template may contain iframe element PASS
Template may contain link element. The template element and contents are added via body.innerHTML PASS
Template may contain header element. The template element and contents are added via body.innerHTML PASS
Template may contain ins element PASS
Template may contain canvas element. The template element and contents are added via body.innerHTML PASS
Template may contain div element PASS
Template may contain ruby element. The template element and contents are added via body.innerHTML PASS
Template may contain wbr element PASS
Template may contain optgroup element. The template element and contents are added via body.innerHTML PASS
Template may contain input element. The template element and contents are added via body.innerHTML PASS
Template may contain u element PASS
Template may contain caption element. The template element and contents are added via body.innerHTML PASS
Template may contain a element PASS
Template may contain button element. The template element and contents are added via body.innerHTML PASS
Template may contain tbody element PASS
Template may contain abbr element PASS
Template may contain meter element PASS
Template may contain thead element PASS
Template may contain meta element. The template element and contents are added via body.innerHTML PASS
Template may contain textarea element. The template element and contents are added via body.innerHTML PASS
Template may contain menu element. The template element and contents are added via body.innerHTML PASS
Template may contain bdi element PASS
Template may contain link element PASS
Template may contain track element. The template element and contents are added via body.innerHTML PASS
Template may contain section element PASS
Template may contain li element PASS
Template may contain legend element. The template element and contents are added via body.innerHTML PASS
Template may contain b element PASS
Template may contain rt element PASS
Template may contain datalist element. The template element and contents are added via body.innerHTML PASS
Template may contain figcaption element. The template element and contents are added via body.innerHTML PASS
Template may contain ins element. The template element and contents are added via body.innerHTML PASS
Template may contain dl element. The template element and contents are added via body.innerHTML PASS
Template may contain table element. The template element and contents are added via body.innerHTML PASS
Template may contain div element. The template element and contents are added via body.innerHTML PASS
Template may contain s element PASS
Template may contain colgroup element PASS
Template may contain h5 element PASS
Template may contain tfoot element PASS
Template may contain fieldset element. The template element and contents are added via body.innerHTML PASS
Template may contain h5 element. The template element and contents are added via body.innerHTML PASS
Template may contain nav element PASS
Template may contain img element PASS
Template may contain tfoot element. The template element and contents are added via body.innerHTML PASS
Template may contain object element PASS
Template may contain td element. The template element and contents are added via body.innerHTML PASS
Template may contain samp element. The template element and contents are added via body.innerHTML PASS
Template may contain kbd element. The template element and contents are added via body.innerHTML PASS
Template may contain address element. The template element and contents are added via body.innerHTML PASS
Template may contain figure element. The template element and contents are added via body.innerHTML PASS
Template may contain style element PASS
Template may contain hgroup element. The template element and contents are added via body.innerHTML PASS
Template may contain option element PASS
Template may contain bdi element. The template element and contents are added via body.innerHTML PASS
Template may contain hgroup element PASS
Template may contain time element. The template element and contents are added via body.innerHTML PASS
Template may contain col element PASS
Template may contain ul element. The template element and contents are added via body.innerHTML PASS
Template may contain details element. The template element and contents are added via body.innerHTML PASS
Template may contain meter element. The template element and contents are added via body.innerHTML PASS
Template may contain abbr element. The template element and contents are added via body.innerHTML PASS
Template may contain ul element PASS
Template may contain blockquote element. The template element and contents are added via body.innerHTML PASS
Template may contain small element PASS
Template may contain img element. The template element and contents are added via body.innerHTML PASS
Template may contain progress element. The template element and contents are added via body.innerHTML PASS
Template may contain title element PASS
Template may contain details element PASS
Template may contain blockquote element PASS
Template may contain option element. The template element and contents are added via body.innerHTML PASS
Template may contain aside element. The template element and contents are added via body.innerHTML PASS
Template may contain q element PASS
Template may contain kbd element PASS
Template may contain samp element PASS
Template may contain base element PASS
Template may contain noscript element. The template element and contents are added via body.innerHTML PASS
Template may contain em element. The template element and contents are added via body.innerHTML PASS
Template may contain var element PASS
Template may contain mark element PASS
Template may contain form element PASS
Template may contain i element PASS
Template may contain input element PASS
Template may contain u element. The template element and contents are added via body.innerHTML PASS
Template may contain ol element. The template element and contents are added via body.innerHTML PASS
Template may contain h2 element. The template element and contents are added via body.innerHTML PASS
Template may contain pre element PASS
Template may contain output element PASS
Template may contain script element. The template element and contents are added via body.innerHTML PASS
Template may contain form element. The template element and contents are added via body.innerHTML PASS
Template may contain button element PASS
Template may contain tr element PASS
Template may contain th element PASS
Template may contain sub element PASS
Template may contain iframe element. The template element and contents are added via body.innerHTML PASS
Template may contain keygen element PASS
Template may contain caption element PASS
Template may contain embed element PASS
Template may contain dt element. The template element and contents are added via body.innerHTML PASS
Template may contain mark element. The template element and contents are added via body.innerHTML PASS
Template may contain header element PASS
Template may contain figure element PASS
Template may contain dfn element. The template element and contents are added via body.innerHTML PASS
/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html
Subtest Results
OK
The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement()) FAIL
The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement()) FAIL
The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser) FAIL
The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML) FAIL
/shadow-dom/untriaged/styles/not-apply-in-shadow-root-001.html
Subtest Results
PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html
Subtest Results
OK
Elements with a specific class in a shadow tree should be accessible viashadow root's querySelectorAll() DOM tree accessor. FAIL
Elements in a shadow tree should be accessible via shadow root's getElementById() DOM tree accessor. FAIL
Elements in a shadow tree should be accessible via shadow root's querySelectorAll() DOM tree accessor. FAIL
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005.html
Subtest Results
OK
A_04_01_05_T02 FAIL
A_04_01_05_T01 FAIL
/html/semantics/scripting-1/the-template-element/serializing-html-templates/outerhtml.html
Subtest Results
OK
Template contents should be serialized instead of template element if serializing template element PASS
Template contents should be serialized instead of template element if serializing template element. Test nested template PASS
Template contents should be serialized instead of template element if serializing template element. Test serializing whole document PASS
/shadow-dom/untriaged/styles/test-005.html
Subtest Results
OK
A_06_00_06_T01 FAIL
/shadow-dom/untriaged/events/retargeting-focus-events/test-003.html
Subtest Results
OK
A_05_03_03_T01 FAIL
/html/semantics/scripting-1/the-template-element/template-element/content-attribute.html
Subtest Results
OK
Content attribute of template element is read-only. Test not empty template populated by innerHTML PASS
Content attribute of template element is read-only. Test content attribute of a document loaded from a file PASS
Content attribute of template element is read-only. Test not empty template populated by appendchild() PASS
Content attribute of template element is read-only. Test that custom content attribute named 'content' doesn't make content IDL attribute writable PASS
Content attribute of template element is read-only. Test that custom content attribute named 'content' doesn't affect content IDL attribute PASS
Content attribute of template element is read-only. Test empty template PASS
Content attribute of template element is read-only. Text value of content attribute of template tag should be ignored, when loading document from a file PASS
/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html
Subtest Results
OK
A_05_02_03_T01 FAIL
/shadow-dom/untriaged/events/test-001.html
Subtest Results
OK
A_05_00_01_T1 FAIL
/html/syntax/parsing/template/additions-to-the-in-body-insertion-mode/start-tag-body.html
Subtest Results
OK
In body insertion mode: Template contains a start tag whose tag name is body.Test <body> tag only PASS
In body insertion mode: Template contains a start tag whose tag name is body. Test <body> tag containing some other elements PASS
In body insertion mode: Template contains a start tag whose tag name is body. Test <body> tag containing some text PASS
In body insertion mode: Template contains a start tag whose tag name is body. Test nested template tag containing <body> tag with some other elements PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-011.html
Subtest Results
OK
A_04_01_11_T2 FAIL
/shadow-dom/untriaged/events/event-retargeting/test-001.html
Subtest Results
OK
A_05_01_01_T1 FAIL
A_05_01_01_T2 FAIL
/html/syntax/parsing/template/additions-to-the-in-head-insertion-mode/template-end-tag-without-start-one.html
Subtest Results
OK
</template> tag in HTML head without start one should be ignored. Test HTML document loaded from file PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element and </template> tag before it PASS
</template> tag in HTML head without start one should be ignored PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element and </template> tag after it PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element, <title> element and </template> tag after them PASS
</template> tag in HTML head without start one should be ignored. Test valid <template> element, <title> element and </template> tag before them PASS
/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/test-002.html
Subtest Results
OK
A_10_02_02_02_T01 FAIL
/html/syntax/parsing/template/appending-to-a-template/template-child-nodes.html
Subtest Results
OK
Template child nodes must be appended to template content. Test nested template PASS
Template child nodes must be appended to template content node PASS
Template child nodes must be appended to template content node. Load HTML document from a file PASS
Template child nodes must be appended to nested template content node. Load HTML document from a file PASS
/shadow-dom/untriaged/events/retargeting-relatedtarget/test-001.html
Subtest Results
OK
A_05_02_01_T1 FAIL
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/origin-check-in-document-open-basic.html
Subtest Results
OK
It should be possible to open same origin documents. PASS
/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html
Subtest Results
OK
Elements in a shadow tree should not be accessible from owner document's "plugins" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's "links" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's getElementsByTagNameNS() method. FAIL
Elements in a shadow tree should not be accessible from owner document's "forms" attribute. FAIL
The content of title element in a shadow tree should not be accessible from owner document's "title" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's "images" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's getElementsByTagName() method. FAIL
<head> and <body> in a shadow tree should not be accessible from owner document's "head" and "body" properties, respectively. FAIL
Elements in a shadow tree should not be accessible from owner document's "anchors" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's "all" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's "scripts" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's "embeds" attribute. FAIL
Elements in a shadow tree should not be accessible from owner document's getElementsByName() method. FAIL
Elements in a shadow tree should not be accessible from owner document's getElementById() method. FAIL

@chromium-wpt-export-bot chromium-wpt-export-bot merged commit 18a6480 into master Feb 16, 2017
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-try branch February 16, 2017 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants