summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/canvas/element/text
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/html/canvas/element/text
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/html/canvas/element/text')
-rw-r--r--testing/web-platform/meta/html/canvas/element/text/2d.text.draw.fontface.notinpage.html.ini6
-rw-r--r--testing/web-platform/meta/html/canvas/element/text/2d.text.font.parse.system.html.ini3
-rw-r--r--testing/web-platform/meta/html/canvas/element/text/2d.text.measure.advances.html.ini3
-rw-r--r--testing/web-platform/meta/html/canvas/element/text/parent-style-relative-units.html.ini4
4 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/canvas/element/text/2d.text.draw.fontface.notinpage.html.ini b/testing/web-platform/meta/html/canvas/element/text/2d.text.draw.fontface.notinpage.html.ini
new file mode 100644
index 0000000000..70abc457e0
--- /dev/null
+++ b/testing/web-platform/meta/html/canvas/element/text/2d.text.draw.fontface.notinpage.html.ini
@@ -0,0 +1,6 @@
+[2d.text.draw.fontface.notinpage.html]
+ [@font-face fonts should work even if they are not used in the page]
+ expected:
+ if not fission and debug and swgl: [PASS, FAIL]
+ if not fission and debug and not swgl: [FAIL, PASS]
+ if not fission and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/html/canvas/element/text/2d.text.font.parse.system.html.ini b/testing/web-platform/meta/html/canvas/element/text/2d.text.font.parse.system.html.ini
new file mode 100644
index 0000000000..39304421a0
--- /dev/null
+++ b/testing/web-platform/meta/html/canvas/element/text/2d.text.font.parse.system.html.ini
@@ -0,0 +1,3 @@
+[2d.text.font.parse.system.html]
+ [System fonts must be computed to explicit values]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/canvas/element/text/2d.text.measure.advances.html.ini b/testing/web-platform/meta/html/canvas/element/text/2d.text.measure.advances.html.ini
new file mode 100644
index 0000000000..b02749afbf
--- /dev/null
+++ b/testing/web-platform/meta/html/canvas/element/text/2d.text.measure.advances.html.ini
@@ -0,0 +1,3 @@
+[2d.text.measure.advances.html]
+ [Testing width advances]
+ expected: FAIL
diff --git a/testing/web-platform/meta/html/canvas/element/text/parent-style-relative-units.html.ini b/testing/web-platform/meta/html/canvas/element/text/parent-style-relative-units.html.ini
new file mode 100644
index 0000000000..86aa5ad359
--- /dev/null
+++ b/testing/web-platform/meta/html/canvas/element/text/parent-style-relative-units.html.ini
@@ -0,0 +1,4 @@
+[parent-style-relative-units.html]
+ [Font-size based on canvas element line-height]
+ expected:
+ if (os == "mac") and not debug: [PASS, FAIL]