mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'8a99353217938b6f1da31a9a108da3d501cee58b'
This commit is contained in:
parent
62ec0f1ec7
commit
92be0baf34
211 changed files with 5373 additions and 2272 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue