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

16 lines
805 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-left</title>
<style type="text/css">
html { margin: 0; padding: 8px; }
body { margin: 0; padding: 0; }
.five { margin-left: -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'">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'">
</head>
<body>
<p class="five">   This page should have a horizontal scroll bar. </p> <!-- or should it? dum-dum-dummm.... -->
</body>
</html>