blob: 0160c34fb155d7f7439279f6a941a86e61867b97 [file] [log] [blame]
<!DOCTYPE html>
<html lang=en>
<meta charset="utf-8">
<title>CSS Text Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
body { background: white; }
div {
padding-left: 50px;
}
span {
display: inline-block;
width: 10px;
height: 10px;
background: green;
}
</style>
<p>Test passes if there is a green square below and no red.
<div><span></span></div>