diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-02-11 11:08:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 10:08:49 +0000 |
commit | cdc3c369f0bbc338c20df5b50ecaa9b6781aea65 (patch) | |
tree | 1a6f418ce654dfb5e2475b264ea90eb0c9ada78a /tests/wpt/meta/css/CSS2/text | |
parent | 410ead20b074597349ce65e3d7f77682bcf938f9 (diff) | |
download | servo-cdc3c369f0bbc338c20df5b50ecaa9b6781aea65.tar.gz servo-cdc3c369f0bbc338c20df5b50ecaa9b6781aea65.zip |
layout: Implement support for font fallback (#31254)
This adds an initial implementation of font fallback, on part with the
one used in legacy layout. There are still issues. For instance, font
matching is done per unicode character rather than based on graphemes or
the shape first approach of Chrome. The idea is that these changes can
be made later.
Diffstat (limited to 'tests/wpt/meta/css/CSS2/text')
-rw-r--r-- | tests/wpt/meta/css/CSS2/text/text-transform-bicameral-009.xht.ini | 2 | ||||
-rw-r--r-- | tests/wpt/meta/css/CSS2/text/text-transform-bicameral-010.xht.ini | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/CSS2/text/text-transform-bicameral-009.xht.ini b/tests/wpt/meta/css/CSS2/text/text-transform-bicameral-009.xht.ini new file mode 100644 index 00000000000..c7edfd9f2d1 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/text-transform-bicameral-009.xht.ini @@ -0,0 +1,2 @@ +[text-transform-bicameral-009.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/text-transform-bicameral-010.xht.ini b/tests/wpt/meta/css/CSS2/text/text-transform-bicameral-010.xht.ini new file mode 100644 index 00000000000..434982be585 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/text-transform-bicameral-010.xht.ini @@ -0,0 +1,2 @@ +[text-transform-bicameral-010.xht] + expected: FAIL |