mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
This commit is contained in:
parent
037cac7353
commit
a00f2d6310
479 changed files with 13629 additions and 1611 deletions
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
@font-face {
|
||||
font-family: "Ahem";
|
||||
src: url(./Ahem.ttf);
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head><title>CSS Text Test: Word Spacing</title>
|
||||
<link href="mailto:nnethercote@mozilla.com" rel="author" title="Nicholas Nethercote">
|
||||
<link href="support/ahem.css" type="text/css" rel="stylesheet">
|
||||
<meta content="ahem" name="flags">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Ahem;
|
||||
src: url(support/Ahem.ttf);
|
||||
}
|
||||
/* We use Ahem to avoid very minor differences between the test and the
|
||||
reference that occur with certain font+platform combinations. */
|
||||
div { font-family: Ahem; font-size: 20px; }
|
||||
span.padoneem { padding-left: 1em; }
|
||||
</style>
|
||||
</head><body>
|
||||
<p>Test passes if the space between the words starts at zero and increases by
|
||||
one on each subsequent line.</p>
|
||||
<div>ABcDefGhij</div>
|
||||
<div>A Bc Def Ghij</div>
|
||||
<div>A Bc Def Ghij</div>
|
||||
<div>A Bc Def Ghij</div>
|
||||
<div>A Bc Def Ghij</div>
|
||||
<div>A Bc Def Ghij</div>
|
||||
<div>A <span class="padoneem">Bc <span class="padoneem">Def <span class="padoneem">Ghij <span class="padoneem"></span></span></span></span></div>
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue