summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/custom-elements
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/custom-elements')
-rw-r--r--testing/web-platform/meta/custom-elements/reactions/customized-builtins/HTMLMediaElement.html.ini2
-rw-r--r--testing/web-platform/meta/custom-elements/state/ElementInternals-states.html.ini12
-rw-r--r--testing/web-platform/meta/custom-elements/state/__dir__.ini1
-rw-r--r--testing/web-platform/meta/custom-elements/state/custom-state-set-strong-ref.html.ini3
-rw-r--r--testing/web-platform/meta/custom-elements/state/state-css-selector-shadow-dom.html.ini9
-rw-r--r--testing/web-platform/meta/custom-elements/state/state-css-selector.html.ini24
-rw-r--r--testing/web-platform/meta/custom-elements/state/state-pseudo-class.html.ini18
7 files changed, 2 insertions, 67 deletions
diff --git a/testing/web-platform/meta/custom-elements/reactions/customized-builtins/HTMLMediaElement.html.ini b/testing/web-platform/meta/custom-elements/reactions/customized-builtins/HTMLMediaElement.html.ini
index e4532c5af0..e208fcad7e 100644
--- a/testing/web-platform/meta/custom-elements/reactions/customized-builtins/HTMLMediaElement.html.ini
+++ b/testing/web-platform/meta/custom-elements/reactions/customized-builtins/HTMLMediaElement.html.ini
@@ -1,3 +1,3 @@
[HTMLMediaElement.html]
expected:
- if (os == "android") and fission: [OK, TIMEOUT, CRASH]
+ if (os == "android") and not debug: [OK, ERROR]
diff --git a/testing/web-platform/meta/custom-elements/state/ElementInternals-states.html.ini b/testing/web-platform/meta/custom-elements/state/ElementInternals-states.html.ini
deleted file mode 100644
index a3af132ef8..0000000000
--- a/testing/web-platform/meta/custom-elements/state/ElementInternals-states.html.ini
+++ /dev/null
@@ -1,12 +0,0 @@
-[ElementInternals-states.html]
- [CustomStateSet behavior of ElementInternals.states: Initial state]
- expected: FAIL
-
- [CustomStateSet behavior of ElementInternals.states: Modifications]
- expected: FAIL
-
- [Updating a CustomStateSet while iterating it should work]
- expected: FAIL
-
- [CustomStateSet behavior of ElementInternals.states: Exceptions]
- expected: FAIL
diff --git a/testing/web-platform/meta/custom-elements/state/__dir__.ini b/testing/web-platform/meta/custom-elements/state/__dir__.ini
new file mode 100644
index 0000000000..7a96a3be7b
--- /dev/null
+++ b/testing/web-platform/meta/custom-elements/state/__dir__.ini
@@ -0,0 +1 @@
+prefs: [dom.element.customstateset.enabled:true]
diff --git a/testing/web-platform/meta/custom-elements/state/custom-state-set-strong-ref.html.ini b/testing/web-platform/meta/custom-elements/state/custom-state-set-strong-ref.html.ini
deleted file mode 100644
index 4f6b5158b7..0000000000
--- a/testing/web-platform/meta/custom-elements/state/custom-state-set-strong-ref.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[custom-state-set-strong-ref.html]
- [customstateset doesn't crash after GC on detached node]
- expected: FAIL
diff --git a/testing/web-platform/meta/custom-elements/state/state-css-selector-shadow-dom.html.ini b/testing/web-platform/meta/custom-elements/state/state-css-selector-shadow-dom.html.ini
deleted file mode 100644
index 49ada0c777..0000000000
--- a/testing/web-platform/meta/custom-elements/state/state-css-selector-shadow-dom.html.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-[state-css-selector-shadow-dom.html]
- [state selector has no influence when state is not applied]
- expected: FAIL
-
- [state selector has influence when state is applied]
- expected: FAIL
-
- [state selector only applies on given ident]
- expected: FAIL
diff --git a/testing/web-platform/meta/custom-elements/state/state-css-selector.html.ini b/testing/web-platform/meta/custom-elements/state/state-css-selector.html.ini
deleted file mode 100644
index 985ed02ad4..0000000000
--- a/testing/web-platform/meta/custom-elements/state/state-css-selector.html.ini
+++ /dev/null
@@ -1,24 +0,0 @@
-[state-css-selector.html]
- [state selector has no influence when state is not applied]
- expected: FAIL
-
- [state selector has no influence on sibling selectors when not applied]
- expected: FAIL
-
- [state selector has influence when state is applied]
- expected: FAIL
-
- [state selector influences siblings when state is applied]
- expected: FAIL
-
- [state selector influences has() when state is applied]
- expected: FAIL
-
- [state selector only applies on given ident]
- expected: FAIL
-
- [state selector only applies to siblings on given ident]
- expected: FAIL
-
- [state selector only applies to has() on given ident]
- expected: FAIL
diff --git a/testing/web-platform/meta/custom-elements/state/state-pseudo-class.html.ini b/testing/web-platform/meta/custom-elements/state/state-pseudo-class.html.ini
deleted file mode 100644
index cf2fce2458..0000000000
--- a/testing/web-platform/meta/custom-elements/state/state-pseudo-class.html.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-[state-pseudo-class.html]
- [:state() parsing passes]
- expected: FAIL
-
- [:state(foo) serialization]
- expected: FAIL
-
- [:state(foo) in simple cases]
- expected: FAIL
-
- [:state(foo) and other pseudo classes]
- expected: FAIL
-
- [:state(foo) and ::part()]
- expected: FAIL
-
- [:state(foo) and :host()]
- expected: FAIL