Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b

This commit is contained in:
Ms2ger 2015-10-06 12:33:05 +02:00
parent ad94ef5a96
commit 145aea3eeb
1196 changed files with 14344 additions and 6221 deletions

View file

@ -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>

View file

@ -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>