mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision dfe0b490c6018fd36379f4c7726f9f6a37728838
This commit is contained in:
parent
6fb75c2b9e
commit
909e31e110
123 changed files with 987 additions and 613 deletions
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#test {
|
||||
width: 100px;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
border: solid thin grey;
|
||||
font: 20px 'Ahem';
|
||||
line-height: 40px;
|
||||
}
|
||||
</style>
|
||||
<p>This tests the -webkit-line-clamp property with line-height applied.</p>
|
||||
<div id="test">
|
||||
XXXX XXX
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue