Files
tubestation/layout/reftests/w3c-css/submitted/values3/calc-vertical-align-1-ref.html
L. David Baron a334015bb4 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

19 lines
567 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>CSS Reference: Test for vertical-align:calc()</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<meta name="flags" content="">
<div style="line-height: 100px; margin-top: 100px">
<span>x</span>
<span style="vertical-align: 50px">x</span>
<span style="vertical-align: 50px">x</span>
<span style="vertical-align: 75px">x</span>
<span style="vertical-align: 45px">x</span>
<span style="vertical-align: 40px">x</span>
<span style="vertical-align: 30px">x</span>
</div>
</body>
</html>