mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 38792095c98039542ed3a3f0d2eb384b576f6cb7
This commit is contained in:
parent
19d6b7b380
commit
84075d3b6e
49 changed files with 1128 additions and 205 deletions
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Overflow: text-overflow: ellipsis reference file</title>
|
||||
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
font: 100px/1 Ahem;
|
||||
}
|
||||
</style>
|
||||
<p>The test passes if it matches the reference.</p>
|
||||
<div>ppp</div>
|
||||
<div>pppp</div>
|
||||
<div>pppX</div>
|
Loading…
Add table
Add a link
Reference in a new issue