layout/reftests/bugs/367332-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/367332-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>CSS 2.1 Test Suite: Test for baseline alignment of table cells (reference)</title>
     1.8 +<link rel="author" title="L. David Baron" href="http://dbaron.org/" />
     1.9 +<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
    1.10 +<style type="text/css">
    1.11 +
    1.12 +td { padding-top: 0; }
    1.13 +td div { padding-top: 40px; }
    1.14 +
    1.15 +</style>
    1.16 +</head>
    1.17 +<body>
    1.18 +
    1.19 +<table>
    1.20 +  <tr>
    1.21 +    <td><div>data</div></td>
    1.22 +    <td><div>data</div></td>
    1.23 +    <td><div>data</div></td>
    1.24 +  </tr>
    1.25 +</table>
    1.26 +
    1.27 +</body>
    1.28 +</html>

mercurial