diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2025-03-02 13:18:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-02 12:18:38 +0000 |
commit | 5ba9cfe8090bb7076c5f2b219efeac2459dcd766 (patch) | |
tree | cbcdeca38ebd27b5a0f20f0277b386a4df899500 /tests/wpt/meta/css/css-fonts/variations | |
parent | e7e8ccea2044ac010b47b6267f3f443145936c28 (diff) | |
download | servo-5ba9cfe8090bb7076c5f2b219efeac2459dcd766.tar.gz servo-5ba9cfe8090bb7076c5f2b219efeac2459dcd766.zip |
Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/css/css-fonts/variations')
-rw-r--r-- | tests/wpt/meta/css/css-fonts/variations/at-font-face-font-matching.html.ini | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/tests/wpt/meta/css/css-fonts/variations/at-font-face-font-matching.html.ini b/tests/wpt/meta/css/css-fonts/variations/at-font-face-font-matching.html.ini index 52675ca93a9..9aa74a64c8a 100644 --- a/tests/wpt/meta/css/css-fonts/variations/at-font-face-font-matching.html.ini +++ b/tests/wpt/meta/css/css-fonts/variations/at-font-face-font-matching.html.ini @@ -1,2 +1,21 @@ [at-font-face-font-matching.html] - expected: CRASH + [Matching font-style: 'oblique 20deg' should prefer 'oblique -40deg -30deg' over 'italic'] + expected: FAIL + + [Matching font-style: 'oblique 21deg' should prefer 'oblique -40deg -30deg' over 'italic'] + expected: FAIL + + [Matching font-style: 'oblique 10deg' should prefer 'oblique -40deg -30deg' over 'italic'] + expected: FAIL + + [Matching font-style: 'oblique 0deg' should prefer 'oblique -40deg -30deg' over 'italic'] + expected: FAIL + + [Matching font-style: 'oblique -10deg' should prefer 'oblique 40deg 50deg' over 'italic'] + expected: FAIL + + [Matching font-style: 'oblique -20deg' should prefer 'oblique 40deg 50deg' over 'italic'] + expected: FAIL + + [Matching font-style: 'oblique -21deg' should prefer 'oblique 40deg 50deg' over 'italic'] + expected: FAIL |