Update web-platform-tests to revision b'8a99353217938b6f1da31a9a108da3d501cee58b'

This commit is contained in:
WPT Sync Bot 2023-01-20 01:38:13 +00:00
parent 62ec0f1ec7
commit 92be0baf34
211 changed files with 5373 additions and 2272 deletions

View file

@ -10,6 +10,7 @@
@font-face {
font-family: ExTestNoSpace;
src: url(resources/ExTest-NoSpace.woff);
unicode-range: U+0021-00FF;
}
div {
height: 10px;
@ -27,8 +28,8 @@ div {
</style>
<p>The test passes if there are two blue rectangles of equal length.</p>
<!-- ExTest is a font whose OS/2 table's sxHeight field is set to an
eighth of the font's units per em, but it does not support the
<space> character and therefore is not valid as "first available font"
eighth of the font's units per em, but the space character is excluded
by unicode-range and therefore it is not valid as "first available font"
per CSS Fonts, and must NOT be used as the basis of the 'ex' unit. -->
<div class="test"></div>
<div class="ref"></div>