haikuwebkit/LayoutTests/fast/css/revert-margins-expected.html

15 lines
431 B
HTML

<head>
<style>
blockquote {
margin-top:0;
margin-bottom:0;
border:1px solid black;
}
</style>
</head>
<body>
<blockquote id="quote">This blockquote should have user agent margins for the left and right but the top and bottom margins should be 0.</blockquote>
<blockquote id="quote">This blockquote should have user agent margins for the left and right but the top and bottom margins should be 0.</blockquote>
</body>
</html>