layout/reftests/table-width/conflicting-widths-3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-width/conflicting-widths-3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Conflicting widths on table cells</title>
     1.8 +<style type="text/css">
     1.9 +
    1.10 +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 +</style>
    1.21 +</head>
    1.22 +<body>
    1.23 +
    1.24 +<table>
    1.25 +<tr><td width="100" style="background: yellow">x</td></tr>
    1.26 +<tr><td width="10" style="background:aqua">x</td></tr>
    1.27 +</table>
    1.28 +
    1.29 +</body>
    1.30 +</html>

mercurial