haikuwebkit/LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html

15 lines
564 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: margin</title>
<style type="text/css">
html { margin: 0; padding: 8px; }
body { margin: 0; padding: 0; }
.five { margin: -10px; color: navy; }
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'">
</head>
<body>
<p class="five"> <br>  This page should have a horizontal scroll bar. </p>
</body>
</html>