1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/box-properties/width-special-values-cell-auto-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,86 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en-US"> 1.6 +<head> 1.7 + <title>-moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on table cells with table-layout: auto</title> 1.8 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.9 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.10 + <style type="text/css"> 1.11 + 1.12 + body { font-size: 10px; line-height: 1; } 1.13 + 1.14 + td td { 1.15 + border-left: 1px solid; 1.16 + padding-left: 2px; 1.17 + padding-right: 4px; 1.18 + border-right: 8px solid; 1.19 + 1.20 + background: yellow; 1.21 + } 1.22 + 1.23 + </style> 1.24 +</head> 1.25 +<body> 1.26 + 1.27 +<table border><tr> 1.28 +<td> 1.29 +<!-- width --> 1.30 +<table border><tr><td>A B</td></tr></table> 1.31 +<table border width="1"><tr><td>A B</td></tr></table> 1.32 +<table border width="1"><tr><td>A B</td></tr></table> 1.33 +<table border width="1"><tr><td>A B</td></tr></table> 1.34 +<table border><tr><td>A B</td></tr></table> 1.35 +<table border width="1"><tr><td>A B</td></tr></table> 1.36 +<table border><tr><td>A B</td></tr></table> 1.37 +<table border width="1"><tr><td>A B</td></tr></table> 1.38 + 1.39 +</td> 1.40 +<td> 1.41 +<!-- min-width --> 1.42 + 1.43 +<table border><tr><td>A B</td></tr></table> 1.44 +<table border><tr><td>A B</td></tr></table> 1.45 +<table border><tr><td>A B</td></tr></table> 1.46 +<table border width="1"><tr><td>A B</td></tr></table> 1.47 +<table border><tr><td>A B</td></tr></table> 1.48 +<table border width="1"><tr><td>A B</td></tr></table> 1.49 +<table border><tr><td>A B</td></tr></table> 1.50 +<table border width="1"><tr><td>A B</td></tr></table> 1.51 + 1.52 +<table border><tr><td>A B</td></tr></table> 1.53 +<table border><tr><td>A B</td></tr></table> 1.54 +<table border width="1"><tr><td>A B</td></tr></table> 1.55 +<table border width="1"><tr><td>A B</td></tr></table> 1.56 +<table border width="1"><tr><td>A B</td></tr></table> 1.57 +<table border width="1"><tr><td>A B</td></tr></table> 1.58 +<table border width="1"><tr><td>A B</td></tr></table> 1.59 +<table border width="1"><tr><td>A B</td></tr></table> 1.60 + 1.61 +</td> 1.62 +<td> 1.63 +<!-- max-width --> 1.64 + 1.65 +<table border><tr><td>A B</td></tr></table> 1.66 +<table border width="1"><tr><td>A B</td></tr></table> 1.67 +<table border width="1"><tr><td>A B</td></tr></table> 1.68 +<table border width="1"><tr><td>A B</td></tr></table> 1.69 +<table border><tr><td>A B</td></tr></table> 1.70 +<table border width="1"><tr><td>A B</td></tr></table> 1.71 +<table border><tr><td>A B</td></tr></table> 1.72 +<table border width="1"><tr><td>A B</td></tr></table> 1.73 + 1.74 +<table border><tr><td>A B</td></tr></table> 1.75 +<table border width="1"><tr><td>A B</td></tr></table> 1.76 +<table border width="1"><tr><td>A B</td></tr></table> 1.77 +<table border width="1"><tr><td>A B</td></tr></table> 1.78 +<table border><tr><td>A B</td></tr></table> 1.79 +<table border width="1"><tr><td>A B</td></tr></table> 1.80 +<table border><tr><td style="width: 150px">A B</td></tr></table> 1.81 +<table border width="1"><tr><td>A B</td></tr></table> 1.82 + 1.83 + 1.84 +</td> 1.85 +</tr></table> 1.86 + 1.87 + 1.88 +</body> 1.89 +</html>