layout/reftests/table-width/cell-pref-width-border-box-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-width/cell-pref-width-border-box-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +    <title>
     1.8 +        Test minimum cell width calculation
     1.9 +    </title>
    1.10 +    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    1.11 +</head>
    1.12 +<body>
    1.13 +<style type="text/css">
    1.14 +table
    1.15 +{
    1.16 +    vertical-align:top;
    1.17 +    empty-cells:show;
    1.18 +    border-collapse:collapse;
    1.19 +}
    1.20 +
    1.21 +td
    1.22 +{
    1.23 +    border: solid 1px black;
    1.24 +}
    1.25 +</style>
    1.26 +<table>
    1.27 +	<tr>
    1.28 +		<td>Test wrapping</td>
    1.29 +	</tr>
    1.30 +</table>
    1.31 +</body>
    1.32 +</html>

mercurial