diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/README.md b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/README.md
new file mode 100644
index 000000000000..5c43d245d8a9
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/README.md
@@ -0,0 +1,9 @@
+# Reference Target tentative tests
+
+Tests in this directory are for the proposed Reference Target feature for
+shadow dom. This is not yet standardized and browsers should not be expected to
+pass these tests.
+
+See the explainer at
+https://github.com/WICG/aom/blob/gh-pages/reference-target-explainer.md for
+more information about the API.
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/anchor-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/anchor-expected.txt
new file mode 100644
index 000000000000..53ebd6f9f4fc
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/anchor-expected.txt
@@ -0,0 +1,6 @@
+Popover content
+
+FAIL ShadowRoot ReferenceTarget works with anchor attribute. assert_equals: popover.offsetLeft expected 100 but got 682
+FAIL ShadowRoot ReferenceTarget works with anchor attribute via options. assert_equals: popover.offsetLeft expected 100 but got 682
+FAIL ShadowRoot ReferenceTarget works with .anchorElement property. assert_equals: popover.offsetLeft expected 100 but got 682
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/anchor.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/anchor.html
new file mode 100644
index 000000000000..0e05da8bb34a
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/anchor.html
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Popover content
+
+
+
+
+
Popover content
+
+
+
+
+
+
+
+
+
+
+
+
+
Popover content
+
+
+
+
+
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/aria-labelledby-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/aria-labelledby-expected.txt
new file mode 100644
index 000000000000..4410de531f42
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/aria-labelledby-expected.txt
@@ -0,0 +1,6 @@
+ Label 2
+
+PASS Label 1
+PASS Label 2
+PASS Label 3
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/aria-labelledby.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/aria-labelledby.html
new file mode 100644
index 000000000000..db40362e5b0f
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/aria-labelledby.html
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FAIL IF INCLUDED
+
+
+
+
+
+
+
+Label 2
+
+
+
+
+
+ FAIL IF INCLUDED
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/dom-mutation-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/dom-mutation-expected.txt
new file mode 100644
index 000000000000..76681bea7beb
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/dom-mutation-expected.txt
@@ -0,0 +1,7 @@
+
+
+FAIL Changing the ID of the referenced element updates the computed label assert_equals: expected "Outside the label Label 1 Label 2" but got ""
+FAIL Removing the referenced element updates the computed label assert_equals: expected "Outside the label Label 2" but got ""
+PASS New referenced element prepended to the shadow supercedes the existing label
+PASS Changing the reference target ID updates the computed label
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/dom-mutation.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/dom-mutation.html
new file mode 100644
index 000000000000..027fb27489a0
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/dom-mutation.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-descendant-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-descendant-expected.txt
new file mode 100644
index 000000000000..13bf290f8c97
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-descendant-expected.txt
@@ -0,0 +1,9 @@
+Input 1
+Input 1 via Options
+Input 2 Input 2 via Options
+
+PASS Label applies to descendant custom element that uses shadowrootreferencetarget (Input 1)
+PASS Label applies to descendant custom element that uses shadowrootreferencetarget (Input 1 via Options)
+PASS Label applies to multiple layers of descendant custom elements that use shadowrootreferencetarget (Input 2)
+PASS Label applies to multiple layers of descendant custom elements that use shadowrootreferencetarget (Input 2 via Options)
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-descendant.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-descendant.html
new file mode 100644
index 000000000000..823dabf81c48
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-descendant.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-for-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-for-expected.txt
new file mode 100644
index 000000000000..b6b0d440e277
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-for-expected.txt
@@ -0,0 +1,7 @@
+Input 1 Input 2 A F Input 4
+
+PASS Label for attribute targets a custom element using shadowrootreferencetarget
+PASS Label for attribute targets a custom element using shadowrootreferencetarget inside multiple layers of shadow roots
+PASS Multiple labels targeting a custom element using shadowrootreferencetarget inside multiple layers of shadow roots
+PASS Setting .htmlFor property to target a custom element using shadowrootreferencetarget
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-for.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-for.html
new file mode 100644
index 000000000000..81885311bf81
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/label-for.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/popovertarget-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/popovertarget-expected.txt
new file mode 100644
index 000000000000..351802339eee
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/popovertarget-expected.txt
@@ -0,0 +1,6 @@
+Toggle the popover Toggle the popover Toggle the popover
+
+PASS Shadow root reference target works with popovertarget attribute.
+PASS Shadow root reference target works with popovertarget attribute via options.
+PASS Shadow root reference target works with .popoverTargetElement property.
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/popovertarget.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/popovertarget.html
new file mode 100644
index 000000000000..564ddab91238
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/popovertarget.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ /Users/alice/src/WebKit/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/popovertarget.html
+
Popover content inside shadow root
+
+
+
+
+
+
+
+
+
+
+
Popover content inside shadow root
+
+
+
+
+
+
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/property-reflection-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/property-reflection-expected.txt
new file mode 100644
index 000000000000..b7bde95cef3d
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/property-reflection-expected.txt
@@ -0,0 +1,4142 @@
+
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS button.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS input.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS input.list has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to button with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to input with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to meter with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to output with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to progress with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to select with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to div with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to object with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to label with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to legend with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to option with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to form with reference targetappendTestDeclaratively
+PASS output.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS select.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS textarea.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS object.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to button with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to input with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to meter with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to output with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to progress with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to select with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to div with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to object with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to label with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to legend with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to option with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to form with reference targetappendTestDeclaratively
+PASS label.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS label.control has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS fieldset.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS legend.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to button with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to input with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to meter with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to output with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to progress with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to select with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to div with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to object with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to label with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to legend with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to option with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestDeclaratively
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS option.form has reflection behavior IsNull when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestDeclaratively
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestDeclaratively
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS button.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS button.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS button.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS button.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS button.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS button.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS button.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS button.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS button.commandForElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS button.popoverTargetElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS button.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS input.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS input.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS input.commandForElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS input.popoverTargetElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS input.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS input.list has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS meter.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS meter.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to button with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to input with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to meter with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to output with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to progress with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to select with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to textarea with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to div with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to object with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to label with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to legend with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to option with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to datalist with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS output.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS output.htmlFor has reflection behavior ReflectsHostIDInDOMTokenList when pointing to form with reference targetappendTestWithOptions
+PASS output.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS progress.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS progress.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS select.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS select.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS textarea.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS textarea.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS textarea.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS div.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS div.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS object.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS object.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to button with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS label.control has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to input with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS label.control has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to meter with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS label.control has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to output with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS label.control has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to progress with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS label.control has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to select with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS label.control has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to textarea with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS label.control has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to div with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to object with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to label with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to legend with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to option with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to datalist with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS label.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS label.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS label.htmlFor has reflection behavior ReflectsHostID when pointing to form with reference targetappendTestWithOptions
+PASS label.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS label.control has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS fieldset.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS fieldset.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS legend.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS legend.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS legend.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to button with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to input with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to meter with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to output with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to progress with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to select with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to textarea with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to div with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to object with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to label with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to fieldset with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to legend with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to option with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to datalist with reference targetappendTestWithOptions
+PASS option.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS option.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS option.form has reflection behavior IsNull when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS datalist.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS datalist.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to button with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to input with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to meter with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to output with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to progress with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to select with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to textarea with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to div with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to object with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to label with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to fieldset with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to legend with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to option with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to datalist with reference targetappendTestWithOptions
+PASS form.ariaControlsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaActiveDescendantElement has reflection behavior ReflectsHost when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaDescribedByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaDetailsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaErrorMessageElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaFlowToElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaLabelledByElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+PASS form.ariaOwnsElements has reflection behavior ReflectsHostInArray when pointing to form with reference targetappendTestWithOptions
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/property-reflection.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/property-reflection.html
new file mode 100644
index 000000000000..3807698883a2
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/property-reflection.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/reference-target-basics-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/reference-target-basics-expected.txt
new file mode 100644
index 000000000000..82db83c1a63c
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/reference-target-basics-expected.txt
@@ -0,0 +1,6 @@
+
+PASS ShadowRoot.referenceTarget defaults to empty string when shadow is created declaratively
+PASS shadowrootreferencetarget sets referenceTarget on shadow root
+PASS ShadowRoot.referenceTarget defaults to empty string when shadow is created imperatively
+PASS ShadowRootInitDict can be used to set referenceTarget on shadow root
+
diff --git a/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/reference-target-basics.html b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/reference-target-basics.html
new file mode 100644
index 000000000000..eb4b89061449
--- /dev/null
+++ b/LayoutTests/imported/w3c/web-platform-tests/shadow-dom/reference-target/tentative/reference-target-basics.html
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+