summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-exclusions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/css/css-exclusions
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-exclusions')
-rw-r--r--testing/web-platform/meta/css/css-exclusions/__dir__.ini1
-rw-r--r--testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-01.xht.ini2
-rw-r--r--testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-02.xht.ini2
-rw-r--r--testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-03.xht.ini2
-rw-r--r--testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-04.xht.ini2
-rw-r--r--testing/web-platform/meta/css/css-exclusions/inheritance.html.ini13
-rw-r--r--testing/web-platform/meta/css/css-exclusions/wrap-flow-001.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-exclusions/wrap-flow-002.html.ini14
-rw-r--r--testing/web-platform/meta/css/css-exclusions/wrap-flow-003.html.ini5
-rw-r--r--testing/web-platform/meta/css/css-exclusions/wrap-flow-004.html.ini26
-rw-r--r--testing/web-platform/meta/css/css-exclusions/wrap-flow-005.html.ini26
-rw-r--r--testing/web-platform/meta/css/css-exclusions/wrap-flow-006.html.ini17
-rw-r--r--testing/web-platform/meta/css/css-exclusions/wrap-through-001.html.ini19
13 files changed, 133 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-exclusions/__dir__.ini b/testing/web-platform/meta/css/css-exclusions/__dir__.ini
new file mode 100644
index 0000000000..2ef043b928
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/__dir__.ini
@@ -0,0 +1 @@
+implementation-status: backlog
diff --git a/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-01.xht.ini b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-01.xht.ini
new file mode 100644
index 0000000000..3f931d7614
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-01.xht.ini
@@ -0,0 +1,2 @@
+[exclusions-wrap-flow-01.xht]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-02.xht.ini b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-02.xht.ini
new file mode 100644
index 0000000000..51b46b8667
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-02.xht.ini
@@ -0,0 +1,2 @@
+[exclusions-wrap-flow-02.xht]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-03.xht.ini b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-03.xht.ini
new file mode 100644
index 0000000000..45d58d4323
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-03.xht.ini
@@ -0,0 +1,2 @@
+[exclusions-wrap-flow-03.xht]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-04.xht.ini b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-04.xht.ini
new file mode 100644
index 0000000000..080ffb49a2
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/css3-exclusions/exclusions-wrap-flow-04.xht.ini
@@ -0,0 +1,2 @@
+[exclusions-wrap-flow-04.xht]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-exclusions/inheritance.html.ini b/testing/web-platform/meta/css/css-exclusions/inheritance.html.ini
new file mode 100644
index 0000000000..a097eeecfc
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/inheritance.html.ini
@@ -0,0 +1,13 @@
+[inheritance.html]
+ [Property wrap-through does not inherit]
+ expected: FAIL
+
+ [Property wrap-flow has initial value auto]
+ expected: FAIL
+
+ [Property wrap-flow does not inherit]
+ expected: FAIL
+
+ [Property wrap-through has initial value wrap]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/css/css-exclusions/wrap-flow-001.html.ini b/testing/web-platform/meta/css/css-exclusions/wrap-flow-001.html.ini
new file mode 100644
index 0000000000..cec1bbb7f5
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/wrap-flow-001.html.ini
@@ -0,0 +1,4 @@
+[wrap-flow-001.html]
+ [Verify top of the 'linesBelow' span is positioned correctly]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/css/css-exclusions/wrap-flow-002.html.ini b/testing/web-platform/meta/css/css-exclusions/wrap-flow-002.html.ini
new file mode 100644
index 0000000000..770fc165d4
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/wrap-flow-002.html.ini
@@ -0,0 +1,14 @@
+[wrap-flow-002.html]
+ [Verify top of the 'lineLeft1' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
+ [Verify top of the 'lineLeft2' span is positioned correctly]
+ expected: FAIL
+
+ [Verify right of the 'lineLeft2' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'linesBelow' span is positioned correctly]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/css/css-exclusions/wrap-flow-003.html.ini b/testing/web-platform/meta/css/css-exclusions/wrap-flow-003.html.ini
new file mode 100644
index 0000000000..b01f2d6e35
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/wrap-flow-003.html.ini
@@ -0,0 +1,5 @@
+[wrap-flow-003.html]
+ [Verify top of the 'line4' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
diff --git a/testing/web-platform/meta/css/css-exclusions/wrap-flow-004.html.ini b/testing/web-platform/meta/css/css-exclusions/wrap-flow-004.html.ini
new file mode 100644
index 0000000000..34ed0589ff
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/wrap-flow-004.html.ini
@@ -0,0 +1,26 @@
+[wrap-flow-004.html]
+ [Verify left of the 'line2' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line3' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
+ [Verify left of the 'line3' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line4' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
+ [Verify left of the 'line4' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line5' span is positioned correctly]
+ expected:
+ FAIL
+
+ [Verify top of the 'line2' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
diff --git a/testing/web-platform/meta/css/css-exclusions/wrap-flow-005.html.ini b/testing/web-platform/meta/css/css-exclusions/wrap-flow-005.html.ini
new file mode 100644
index 0000000000..8095a4744d
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/wrap-flow-005.html.ini
@@ -0,0 +1,26 @@
+[wrap-flow-005.html]
+ [Verify left of the 'line2' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line3' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
+ [Verify left of the 'line3' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line4' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
+ [Verify left of the 'line4' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line5' span is positioned correctly]
+ expected:
+ FAIL
+
+ [Verify top of the 'line2' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
diff --git a/testing/web-platform/meta/css/css-exclusions/wrap-flow-006.html.ini b/testing/web-platform/meta/css/css-exclusions/wrap-flow-006.html.ini
new file mode 100644
index 0000000000..de74f72b34
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/wrap-flow-006.html.ini
@@ -0,0 +1,17 @@
+[wrap-flow-006.html]
+ [Verify top of the 'line2' span is positioned correctly]
+ expected:
+ if os == "win": FAIL
+
+ [Verify left of the 'line2' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line3' span is positioned correctly]
+ expected: FAIL
+
+ [Verify left of the 'line3' span is positioned correctly]
+ expected: FAIL
+
+ [Verify top of the 'line4' span is positioned correctly]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/css/css-exclusions/wrap-through-001.html.ini b/testing/web-platform/meta/css/css-exclusions/wrap-through-001.html.ini
new file mode 100644
index 0000000000..5bd4adc5cd
--- /dev/null
+++ b/testing/web-platform/meta/css/css-exclusions/wrap-through-001.html.ini
@@ -0,0 +1,19 @@
+[wrap-through-001.html]
+ [Verify left of the second line on the right of the exclusion]
+ expected: FAIL
+
+ [Verify top of the third line on the left of the exclusion]
+ expected:
+ if os == "win": FAIL
+
+ [Verify left of the third line on the right of the exclusion]
+ expected: FAIL
+
+ [Verify top of the fourth line with no wrapping-through = none]
+ expected:
+ if os == "win": FAIL
+
+ [Verify top of the second line on the left of the exclusion]
+ expected:
+ if os == "win": FAIL
+