mirror of
https://github.com/servo/servo.git
synced 2025-08-21 13:25:34 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS-fonts: reference file</title>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'B';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(support/AD.woff) format('woff');
|
||||
}
|
||||
|
||||
div {
|
||||
width: 1ch;
|
||||
height: 1ch;
|
||||
|
||||
font-size: 200px;
|
||||
background: blue;
|
||||
font-family: 'B';
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if there is <strong>a blue square</strong> below.
|
||||
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue