<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
<html> | |
<head> | |
<title>CSS 2.1 Test Suite: width</title> | |
<style type="text/css"> | |
body { background: url(support/ruler-h-50%25.png) bottom center no-repeat; padding: 0 0 40px; } | |
.one { width: 50%; } | |
</style> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property" title="10.2 Content width: the 'width' property"> | |
</head> | |
<body> | |
<p>The square below should be exactly 50% wide on the ruler at the bottom.</p> | |
<div><img alt="FAIL: Image support required." src="support/swatch-blue.png" class="one"></div> | |
</body> | |
</html> |