summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select')
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-custom-button-no-datalist.tentative.html.ini2
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-custom-datalist.tentative.html.ini2
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-no-datalist.tentative.html.ini2
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-invalidation.tentative.html.ini2
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist.tentative.html.ini2
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-datalist-options-idl.tentative.html.ini9
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-keyboard-behavior.tentative.html.ini97
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html.ini6
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-parsing.tentative.html.ini18
-rw-r--r--testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html.ini3
10 files changed, 143 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-custom-button-no-datalist.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-custom-button-no-datalist.tentative.html.ini
new file mode 100644
index 0000000000..a0a8eab3b2
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-custom-button-no-datalist.tentative.html.ini
@@ -0,0 +1,2 @@
+[select-appearance-custom-button-no-datalist.tentative.html]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-custom-datalist.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-custom-datalist.tentative.html.ini
new file mode 100644
index 0000000000..9aa406ec68
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-custom-datalist.tentative.html.ini
@@ -0,0 +1,2 @@
+[select-appearance-no-button-custom-datalist.tentative.html]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-no-datalist.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-no-datalist.tentative.html.ini
new file mode 100644
index 0000000000..b2de1c9877
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-no-button-no-datalist.tentative.html.ini
@@ -0,0 +1,2 @@
+[select-appearance-no-button-no-datalist.tentative.html]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-invalidation.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-invalidation.tentative.html.ini
new file mode 100644
index 0000000000..e2858b0f76
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist-invalidation.tentative.html.ini
@@ -0,0 +1,2 @@
+[select-child-button-and-datalist-invalidation.tentative.html]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist.tentative.html.ini
new file mode 100644
index 0000000000..a11ccafd91
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-child-button-and-datalist.tentative.html.ini
@@ -0,0 +1,2 @@
+[select-child-button-and-datalist.tentative.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-datalist-options-idl.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-datalist-options-idl.tentative.html.ini
new file mode 100644
index 0000000000..685f04dcb2
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-datalist-options-idl.tentative.html.ini
@@ -0,0 +1,9 @@
+[select-datalist-options-idl.tentative.html]
+ [Option elements should work if they are a descendant of a selects datalist.]
+ expected: FAIL
+
+ [Options in datalist should still work when the multiple attribute is added.]
+ expected: FAIL
+
+ [Options in datalist in multiple should work after re-parsing and re-attaching.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-keyboard-behavior.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-keyboard-behavior.tentative.html.ini
new file mode 100644
index 0000000000..09c1f34c7f
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-keyboard-behavior.tentative.html.ini
@@ -0,0 +1,97 @@
+[select-keyboard-behavior.tentative.html]
+ expected: ERROR
+ [defaultbutton-defaultdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: FAIL
+
+ [defaultbutton-defaultdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [defaultbutton-defaultdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [defaultbutton-defaultdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
+
+ [defaultbutton-defaultdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: FAIL
+
+ [defaultbutton-defaultdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [defaultbutton-defaultdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [defaultbutton-defaultdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [defaultbutton-customdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [custombutton-defaultdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is closed, spacebar should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is closed, all arrow keys should open the listbox.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is closed, the enter key should submit the form or do nothing.]
+ expected: NOTRUN
+
+ [custombutton-customdatalist: When the listbox is open, the enter key should commit the selected option.]
+ expected: NOTRUN
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html.ini
new file mode 100644
index 0000000000..634e660f05
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html.ini
@@ -0,0 +1,6 @@
+[select-mouse-behavior.tentative.html]
+ [Select with appearance:base-select should open and close when clicking the button.]
+ expected: FAIL
+
+ [Clicking an option in an appearance:base-select select should choose the option and close the popover.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-parsing.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-parsing.tentative.html.ini
new file mode 100644
index 0000000000..ee79c0a08c
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/select-parsing.tentative.html.ini
@@ -0,0 +1,18 @@
+[select-parsing.tentative.html]
+ [<button>s and <datalist>s should be allowed in <select>.]
+ expected: FAIL
+
+ [</select> should close <button>.]
+ expected: FAIL
+
+ [</select> should close <datalist>.]
+ expected: FAIL
+
+ [<select> in <button> in <select> should remove inner <select>.]
+ expected: FAIL
+
+ [<select> in <select><button><div> should remove inner <select>.]
+ expected: FAIL
+
+ [Nested <button>s or <datalist>s in <select> should be dropped.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html.ini
new file mode 100644
index 0000000000..792a1aa696
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html.ini
@@ -0,0 +1,3 @@
+[selectedoption.tentative.html]
+ [The <selectedoption> element should reflect the HTML contents of the selected <option>.]
+ expected: FAIL