Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS Reference File</title>
<link rel="author" title="Jason Leo" href="mailto:cgqaq@chromium.org">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
body {
margin: 0;
}
#test-container {
font: 20px/1 Ahem;
width: 200px;
height: 200px;
color: green;
}
#test-shape {
float: right;
width: 100px;
height: 200px;
}
</style>
<p>The test passes if the green text lines up on the left.</p>
<div id="test-container">
<div id="test-shape"></div>
XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX
</div>