summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule')
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini5
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini2
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini2
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini20
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini5
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini5
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini3
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini4
-rw-r--r--testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini3
20 files changed, 88 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini
new file mode 100644
index 0000000000..c0d73ec780
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-pad.html.ini
@@ -0,0 +1,3 @@
+[descriptor-pad.html]
+ expected:
+ if (os == "win") and debug: [PASS, ERROR, CRASH]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini
new file mode 100644
index 0000000000..73459820dd
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix-invalid.html.ini
@@ -0,0 +1,3 @@
+[descriptor-prefix-invalid.html]
+ expected:
+ if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, ERROR, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini
new file mode 100644
index 0000000000..379587a938
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-prefix.html.ini
@@ -0,0 +1,4 @@
+[descriptor-prefix.html]
+ expected:
+ if debug: PASS
+ [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini
new file mode 100644
index 0000000000..eecc168c33
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-range.html.ini
@@ -0,0 +1,4 @@
+[descriptor-range.html]
+ expected:
+ if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, ERROR, CRASH]
+ if (os == "win") and swgl: [PASS, ERROR, CRASH]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini
new file mode 100644
index 0000000000..d42b3d4bd7
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/descriptor-suffix-invalid.html.ini
@@ -0,0 +1,4 @@
+[descriptor-suffix-invalid.html]
+ expected:
+ if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, ERROR, TIMEOUT]
+ if (os == "win") and swgl: [PASS, ERROR, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini
new file mode 100644
index 0000000000..45774c8138
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html.ini
@@ -0,0 +1,5 @@
+[disclosure-styles.html]
+ expected:
+ if (os == "android") and debug and swgl: [FAIL, PASS]
+ if (os == "android") and debug and not swgl: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini
new file mode 100644
index 0000000000..90d3c554a7
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/fallbacks-in-shadow-dom.html.ini
@@ -0,0 +1,2 @@
+[fallbacks-in-shadow-dom.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini
new file mode 100644
index 0000000000..e028759a5f
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/override-in-shadow-dom.html.ini
@@ -0,0 +1,2 @@
+[override-in-shadow-dom.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini
new file mode 100644
index 0000000000..6bb448d7d6
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/pad-syntax.html.ini
@@ -0,0 +1,3 @@
+[pad-syntax.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini
new file mode 100644
index 0000000000..65db4d5cc4
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini
@@ -0,0 +1,20 @@
+[prefix-suffix-syntax.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [@counter-style 'prefix: url("https://example.com/foo.png")' is valid]
+ expected: FAIL
+
+ [@counter-style 'suffix: url("https://example.com/foo.png")' is valid]
+ expected: FAIL
+
+ [@counter-style 'prefix: url(https://example.com/foo.png)' is valid]
+ expected: FAIL
+
+ [@counter-style 'suffix: url(https://example.com/foo.png)' is valid]
+ expected: FAIL
+
+ [@counter-style 'prefix: linear-gradient(yellow, blue)' is valid]
+ expected: FAIL
+
+ [@counter-style 'suffix: linear-gradient(yellow, blue)' is valid]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini
new file mode 100644
index 0000000000..d0541f20fb
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/range-syntax.html.ini
@@ -0,0 +1,3 @@
+[range-syntax.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini
new file mode 100644
index 0000000000..8e3499ca1f
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/redefine-attr-mapping.html.ini
@@ -0,0 +1,3 @@
+[redefine-attr-mapping.html]
+ expected:
+ if (os == "android") and swgl: [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini
new file mode 100644
index 0000000000..61e5d2a863
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html.ini
@@ -0,0 +1,5 @@
+[speak-as-syntax.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [@counter-style 'speak-as: spell-out' is valid]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini
new file mode 100644
index 0000000000..01a1d4fe2d
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/symbols-syntax.html.ini
@@ -0,0 +1,5 @@
+[symbols-syntax.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [@counter-style 'symbols: ident "X" url("foo.jpg")' is valid]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini
new file mode 100644
index 0000000000..4d98107633
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-additive.html.ini
@@ -0,0 +1,4 @@
+[system-additive.html]
+ expected:
+ if debug: PASS
+ [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini
new file mode 100644
index 0000000000..4866b04b90
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-alphabetic.html.ini
@@ -0,0 +1,4 @@
+[system-alphabetic.html]
+ expected:
+ if debug: PASS
+ [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini
new file mode 100644
index 0000000000..c1ab017f57
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-extends.html.ini
@@ -0,0 +1,4 @@
+[system-extends.html]
+ expected:
+ if debug: PASS
+ [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini
new file mode 100644
index 0000000000..fc403a190d
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-fixed.html.ini
@@ -0,0 +1,3 @@
+[system-fixed.html]
+ expected:
+ if (os == "android") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini
new file mode 100644
index 0000000000..03d161cad4
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-symbolic.html.ini
@@ -0,0 +1,4 @@
+[system-symbolic.html]
+ expected:
+ if debug: PASS
+ [PASS, FAIL]
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini
new file mode 100644
index 0000000000..6e915b30c9
--- /dev/null
+++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/system-syntax.html.ini
@@ -0,0 +1,3 @@
+[system-syntax.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]