mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b
This commit is contained in:
parent
ad94ef5a96
commit
145aea3eeb
1196 changed files with 14344 additions and 6221 deletions
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head><title>Reference: a black square</title>
|
||||
<style>
|
||||
div { padding:50px; width:50px; height:50px; background:black }
|
||||
</style>
|
||||
</head><body><p>There should be a black square below.</p>
|
||||
<div></div></body></html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Reftest Ellipsis Reference</title>
|
||||
<style>
|
||||
div { font-size:10px; }
|
||||
span { font-family:Ahem; font-size:30px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>PREREQUISITE: The font used must have a glyph for the U+2026 character.</p>
|
||||
<p>Test passes if there is <strong>ellipsis</strong> after a black square.</p>
|
||||
<div>
|
||||
<span>A</span>…
|
||||
</div>
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue