gecko-dev/layout/reftests/text-indent/text-indent-single-line-ref-margin.html
L. David Baron 562f8f0223 Update links pointing to my personal website (http -> https). No bug.
(Patch written entirely using a single sed command,
's,http://dbaron.org,https://dbaron.org,g' .)

MozReview-Commit-ID: 12JARDNn8H4
2016-10-13 11:41:51 -07:00

16 lines
439 B
HTML

<!DOCTYPE html>
<head>
<title>CSS 2.1 Test Suite: text-indent test</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
<meta name="flags" content="" />
<style type="text/css">
p { margin-left: 100px }
</style>
</head>
<body>
<p>text</p>
</body>
</html>