summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/the-selectlist-element/selectlist-form-attribute.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/forms/the-selectlist-element/selectlist-form-attribute.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-selectlist-element/selectlist-form-attribute.tentative.html.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/forms/the-selectlist-element/selectlist-form-attribute.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-selectlist-element/selectlist-form-attribute.tentative.html.ini
new file mode 100644
index 0000000000..5d642aa772
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-selectlist-element/selectlist-form-attribute.tentative.html.ini
@@ -0,0 +1,42 @@
+[selectlist-form-attribute.tentative.html]
+ [[SELECTLIST\] Basic form association - control with no form attribute is associated with ancestor]
+ expected: FAIL
+
+ [[SELECTLIST\] Form owner is reset to null when control's form attribute is set to an ID that does not exist in the document]
+ expected: FAIL
+
+ [[SELECTLIST\] Control whose form attribute is an empty string has no form owner]
+ expected: FAIL
+
+ [[SELECTLIST\] Control whose form attribute is an empty string has no form owner even when form with empty attribute is present]
+ expected: FAIL
+
+ [[SELECTLIST\] Control's form attribute must be a case sensitive match for the form's id]
+ expected: FAIL
+
+ [[SELECTLIST\] Setting the form attribute of a control to the id of a non-ancestor form works]
+ expected: FAIL
+
+ [[SELECTLIST\] Removing form id from a control resets the form owner to ancestor]
+ expected: FAIL
+
+ [[SELECTLIST\] Removing the form owner of a control with form attribute resets the form owner to null]
+ expected: FAIL
+
+ [[SELECTLIST\] Changing form attibute of control resets form owner to correct form]
+ expected: FAIL
+
+ [[SELECTLIST\] Moving a control with form attribute within the document does not change the form owner]
+ expected: FAIL
+
+ [[SELECTLIST\] When the id of a non-ancestor form changes from not being a match for the form attribute to being a match, the control's form owner is reset]
+ expected: FAIL
+
+ [[SELECTLIST\] When form element with same ID as the control's form attribute is inserted earlier in tree order, the form owner is changed to the inserted form]
+ expected: FAIL
+
+ [[SELECTLIST\] When non-form element with same ID as the control's form attribute is inserted earlier in tree order, the control does not have a form owner]
+ expected: FAIL
+
+ [[SELECTLIST\] A control that is not in the document but has the form attribute set is associated with the nearest ancestor form if one exists]
+ expected: FAIL