summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/editing/the-hidden-attribute
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/editing/the-hidden-attribute')
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html.ini24
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-scroll-to-text-fragment.html.ini9
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-idl.html.ini9
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html.ini10
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-001.html.ini2
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-002.html.ini3
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-004.html.ini2
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-005.html.ini2
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-007.html.ini2
-rw-r--r--testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-text-fragment.html.ini3
10 files changed, 66 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html.ini
new file mode 100644
index 0000000000..2e8cf2714a
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html.ini
@@ -0,0 +1,24 @@
+[beforematch-element-fragment-navigation.html]
+ [Verifies that fragment navigation reveals hidden=until-found elements.]
+ expected: FAIL
+
+ [Verifies that fragment navigation reveals all parent hidden=until-found elements.]
+ expected: FAIL
+
+ [Verifies that the beforematch event is fired synchronously and bubbles after fragment navigation.]
+ expected: FAIL
+
+ [Verifies that when a beforematch event handler moves a matching element, we scroll to its final location.]
+ expected: FAIL
+
+ [Verifies that the beforematch event is fired on the right element when there are multiple hidden=until-found elements.]
+ expected: FAIL
+
+ [Verifies that no scrolling occurs when an element selected by the fragment identifier is detached by the beforematch event handler.]
+ expected: FAIL
+
+ [No scrolling should occur when the beforematch event handler sets the target element's style to display: none.]
+ expected: FAIL
+
+ [Scrolling should still occur when beforematch sets visiblity:hidden on the target element.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-scroll-to-text-fragment.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-scroll-to-text-fragment.html.ini
new file mode 100644
index 0000000000..1cd11d28cb
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/beforematch-scroll-to-text-fragment.html.ini
@@ -0,0 +1,9 @@
+[beforematch-scroll-to-text-fragment.html]
+ [Verifies that the beforematch event is fired on the matching element of a ScrollToTextFragment navigation.]
+ expected: FAIL
+
+ [Verifies that beforematch is only fired on elements targeted by a text fragment when there is both a text fragment and an element fragment.]
+ expected: FAIL
+
+ [Verifies that the beforematch event bubbles with scroll to text fragment.]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-idl.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-idl.html.ini
new file mode 100644
index 0000000000..3e5a92d47b
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-idl.html.ini
@@ -0,0 +1,9 @@
+[hidden-idl.html]
+ [div.hidden = "until-found"]
+ expected: FAIL
+
+ [div.hidden = "UNTIL-FOUND"]
+ expected: FAIL
+
+ [div.hidden = "UnTiL-FoUnD"]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html.ini
new file mode 100644
index 0000000000..8f3820f10e
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html.ini
@@ -0,0 +1,10 @@
+[hidden-ua-stylesheet.html]
+ prefs: [layout.css.content-visibility.enabled:true]
+ [div.setAttribute('hidden', 'until-found')]
+ expected: FAIL
+
+ [div.setAttribute('hidden', 'UNTIL-FOUND')]
+ expected: FAIL
+
+ [div.setAttribute('hidden', 'UnTiL-FoUnD')]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-001.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-001.html.ini
new file mode 100644
index 0000000000..e344882633
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-001.html.ini
@@ -0,0 +1,2 @@
+[hidden-until-found-001.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-002.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-002.html.ini
new file mode 100644
index 0000000000..a3c0288367
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-002.html.ini
@@ -0,0 +1,3 @@
+[hidden-until-found-002.html]
+ [Tab order navigation skips hidden=until-found subtrees]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-004.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-004.html.ini
new file mode 100644
index 0000000000..c2242ec735
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-004.html.ini
@@ -0,0 +1,2 @@
+[hidden-until-found-004.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-005.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-005.html.ini
new file mode 100644
index 0000000000..7c39338f7c
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-005.html.ini
@@ -0,0 +1,2 @@
+[hidden-until-found-005.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-007.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-007.html.ini
new file mode 100644
index 0000000000..ea525afbaf
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-007.html.ini
@@ -0,0 +1,2 @@
+[hidden-until-found-007.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-text-fragment.html.ini b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-text-fragment.html.ini
new file mode 100644
index 0000000000..ad89f99ea8
--- /dev/null
+++ b/testing/web-platform/meta/html/editing/the-hidden-attribute/hidden-until-found-text-fragment.html.ini
@@ -0,0 +1,3 @@
+[hidden-until-found-text-fragment.html]
+ [Verifies that the beforematch event is fired on the matching element of a ScrollToTextFragment navigation.]
+ expected: FAIL