mirror of
https://github.com/servo/servo.git
synced 2025-08-24 22:58:21 +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,28 @@
|
|||
<!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: 'A';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(support/Revalia.woff) format('woff');
|
||||
}
|
||||
div {
|
||||
position: absolute;
|
||||
line-height: normal;
|
||||
font-size: 100px;
|
||||
color: transparent;
|
||||
border: solid black 1px;
|
||||
width: 100px;
|
||||
font-family: A;
|
||||
}
|
||||
|
||||
.ba { margin-left: 100px; }
|
||||
</style>
|
||||
|
||||
<p>There should be <strong>two identically sized rectangles</strong> below.
|
||||
|
||||
<div class="ba">a</div>
|
||||
<div class="a">a</div>
|
Loading…
Add table
Add a link
Reference in a new issue