mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
17 lines
482 B
HTML
17 lines
482 B
HTML
<!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;
|
|
height: 400px;
|
|
display: inline-block;
|
|
writing-mode: vertical-lr;
|
|
}
|
|
</style>
|
|
<p>The test passes if it matches the reference.</p>
|
|
<div>ppp</div>
|
|
<div>pppp</div>
|
|
<div>pppX</div>
|