layout/reftests/table-width/percent-small-nested.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-width/percent-small-nested.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Percent widths on table cells</title>
     1.8 +<style type="text/css">
     1.9 +
    1.10 +td > table {
    1.11 +  border-spacing: 3px 5px;
    1.12 +  padding: 2px 3px 4px 5px;
    1.13 +}
    1.14 +
    1.15 +td {
    1.16 +  border: none;
    1.17 +  padding: 0;
    1.18 +}
    1.19 +
    1.20 +span {
    1.21 +  display: inline-block;
    1.22 +  width: 50px;
    1.23 +  background: fuchsia;
    1.24 +  color: fuchsia;
    1.25 +}
    1.26 +
    1.27 +</style>
    1.28 +</head>
    1.29 +<body>
    1.30 +
    1.31 +<table border><tr><td>
    1.32 +<table><tr>
    1.33 +<td style="background: yellow;color:yellow"><span>x</span></td>
    1.34 +<td style="background:aqua;color:aqua" width="50%"><span>x</span>&#x200b;<span>x</span>&#x200b;<span>x</span></td>
    1.35 +</tr></table>
    1.36 +</td></tr></table>
    1.37 +
    1.38 +</body>
    1.39 +</html>

mercurial