summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/svg/styling
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/svg/styling')
-rw-r--r--testing/web-platform/meta/svg/styling/padding-on-svg-via-img.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/svg/styling/presentation-attributes-irrelevant.html.ini115
-rw-r--r--testing/web-platform/meta/svg/styling/presentation-attributes-relevant.html.ini10
-rw-r--r--testing/web-platform/meta/svg/styling/presentation-attributes-special-cases.html.ini22
-rw-r--r--testing/web-platform/meta/svg/styling/presentation-attributes-unknown.html.ini170
-rw-r--r--testing/web-platform/meta/svg/styling/required-properties.svg.ini17
-rw-r--r--testing/web-platform/meta/svg/styling/style-sheet-interfaces.svg.ini3
7 files changed, 340 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/styling/padding-on-svg-via-img.tentative.html.ini b/testing/web-platform/meta/svg/styling/padding-on-svg-via-img.tentative.html.ini
new file mode 100644
index 0000000000..fd7625e246
--- /dev/null
+++ b/testing/web-platform/meta/svg/styling/padding-on-svg-via-img.tentative.html.ini
@@ -0,0 +1,3 @@
+[padding-on-svg-via-img.tentative.html]
+ expected:
+ if (os == "linux") and fission and not debug: [PASS, ERROR]
diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-irrelevant.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-irrelevant.html.ini
new file mode 100644
index 0000000000..ab7322d917
--- /dev/null
+++ b/testing/web-platform/meta/svg/styling/presentation-attributes-irrelevant.html.ini
@@ -0,0 +1,115 @@
+[presentation-attributes-irrelevant.html]
+ [clip-path presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [clip-rule presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [color-interpolation-filters presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [direction presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [display presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [dominant-baseline presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [filter presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [flood-color presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [flood-opacity presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [font-family presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [font-size presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [font-size-adjust presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [font-stretch presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [font-style presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [font-variant presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [font-weight presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [letter-spacing presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [lighting-color presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [marker-end presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [marker-mid presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [marker-start presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [mask-type presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [mask presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [opacity presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [overflow presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [pointer-events presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [stop-color presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [stop-opacity presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [text-anchor presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [text-decoration presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [text-overflow presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [transform-origin presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [unicode-bidi presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [vector-effect presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [visibility presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [white-space presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [word-spacing presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
+ [writing-mode presentation attribute supported on an irrelevant element]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-relevant.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-relevant.html.ini
new file mode 100644
index 0000000000..119ded9dfd
--- /dev/null
+++ b/testing/web-platform/meta/svg/styling/presentation-attributes-relevant.html.ini
@@ -0,0 +1,10 @@
+[presentation-attributes-relevant.html]
+ [color-interpolation presentation attribute supported on a relevant element]
+ expected: FAIL
+
+ [text-overflow presentation attribute supported on a relevant element]
+ expected: FAIL
+
+ [transform presentation attribute supported on a relevant element]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-special-cases.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-special-cases.html.ini
new file mode 100644
index 0000000000..4ecfafcfb2
--- /dev/null
+++ b/testing/web-platform/meta/svg/styling/presentation-attributes-special-cases.html.ini
@@ -0,0 +1,22 @@
+[presentation-attributes-special-cases.html]
+ [x, y, width, and height presentation attributes supported on svg element]
+ expected: FAIL
+
+ [x, y, width, and height presentation attributes supported on symbol element]
+ expected: FAIL
+
+ [x, y, width, and height presentation attributes supported on use element]
+ expected: FAIL
+
+ [transform presentation attribute supported on g]
+ expected: FAIL
+
+ [patternTransform presentation attribute supported on pattern]
+ expected: FAIL
+
+ [patternTransform presentation attribute supported on linearGradient]
+ expected: FAIL
+
+ [patternTransform presentation attribute supported on radialGradient]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-unknown.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-unknown.html.ini
new file mode 100644
index 0000000000..9bde319602
--- /dev/null
+++ b/testing/web-platform/meta/svg/styling/presentation-attributes-unknown.html.ini
@@ -0,0 +1,170 @@
+[presentation-attributes-unknown.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [clip-path presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [clip-rule presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [color presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [color-interpolation-filters presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [color-interpolation presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [cursor presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [direction presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [display presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [dominant-baseline presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [fill presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [fill-opacity presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [fill-rule presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [filter presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [flood-color presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [flood-opacity presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [font-family presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [font-size presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [font-size-adjust presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [font-stretch presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [font-style presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [font-variant presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [font-weight presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [image-rendering presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [letter-spacing presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [lighting-color presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [marker-end presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [marker-mid presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [marker-start presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [mask-type presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [mask presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [opacity presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [overflow presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [paint-order presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [pointer-events presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [shape-rendering presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stop-color presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stop-opacity presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke-dasharray presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke-dashoffset presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke-linecap presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke-linejoin presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke-miterlimit presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke-opacity presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [stroke-width presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [text-anchor presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [text-decoration presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [text-overflow presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [text-rendering presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [transform-origin presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [unicode-bidi presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [vector-effect presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [visibility presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [white-space presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [word-spacing presentation attribute supported on an unknown SVG element]
+ expected: FAIL
+
+ [writing-mode presentation attribute supported on an unknown SVG element]
+ expected: FAIL
diff --git a/testing/web-platform/meta/svg/styling/required-properties.svg.ini b/testing/web-platform/meta/svg/styling/required-properties.svg.ini
new file mode 100644
index 0000000000..22534f7bb5
--- /dev/null
+++ b/testing/web-platform/meta/svg/styling/required-properties.svg.ini
@@ -0,0 +1,17 @@
+[required-properties.svg]
+ expected:
+ if (os == "android") and fission: [TIMEOUT, OK]
+ [Property "alignment-baseline" is supported]
+ expected: FAIL
+
+ [Property "baseline-shift" is supported]
+ expected: FAIL
+
+ [Property "glyph-orientation-vertical" is supported]
+ expected: FAIL
+
+ [Property "text-align-all" is supported]
+ expected: FAIL
+
+ [Property "text-space-collapse" is supported]
+ expected: FAIL
diff --git a/testing/web-platform/meta/svg/styling/style-sheet-interfaces.svg.ini b/testing/web-platform/meta/svg/styling/style-sheet-interfaces.svg.ini
new file mode 100644
index 0000000000..972c966806
--- /dev/null
+++ b/testing/web-platform/meta/svg/styling/style-sheet-interfaces.svg.ini
@@ -0,0 +1,3 @@
+[style-sheet-interfaces.svg]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]