layout/reftests/box-properties/width-special-values-cell-auto-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html lang="en-US">
michael@0 3 <head>
michael@0 4 <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>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
michael@0 6 <meta http-equiv="Content-Style-Type" content="text/css">
michael@0 7 <style type="text/css">
michael@0 8
michael@0 9 body { font-size: 10px; line-height: 1; }
michael@0 10
michael@0 11 td td {
michael@0 12 border-left: 1px solid;
michael@0 13 padding-left: 2px;
michael@0 14 padding-right: 4px;
michael@0 15 border-right: 8px solid;
michael@0 16
michael@0 17 background: yellow;
michael@0 18 }
michael@0 19
michael@0 20 </style>
michael@0 21 </head>
michael@0 22 <body>
michael@0 23
michael@0 24 <table border><tr>
michael@0 25 <td>
michael@0 26 <!-- width -->
michael@0 27 <table border><tr><td>A B</td></tr></table>
michael@0 28 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 29 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 30 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 31 <table border><tr><td>A B</td></tr></table>
michael@0 32 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 33 <table border><tr><td>A B</td></tr></table>
michael@0 34 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 35
michael@0 36 </td>
michael@0 37 <td>
michael@0 38 <!-- min-width -->
michael@0 39
michael@0 40 <table border><tr><td>A B</td></tr></table>
michael@0 41 <table border><tr><td>A B</td></tr></table>
michael@0 42 <table border><tr><td>A B</td></tr></table>
michael@0 43 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 44 <table border><tr><td>A B</td></tr></table>
michael@0 45 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 46 <table border><tr><td>A B</td></tr></table>
michael@0 47 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 48
michael@0 49 <table border><tr><td>A B</td></tr></table>
michael@0 50 <table border><tr><td>A B</td></tr></table>
michael@0 51 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 52 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 53 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 54 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 55 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 56 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 57
michael@0 58 </td>
michael@0 59 <td>
michael@0 60 <!-- max-width -->
michael@0 61
michael@0 62 <table border><tr><td>A B</td></tr></table>
michael@0 63 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 64 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 65 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 66 <table border><tr><td>A B</td></tr></table>
michael@0 67 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 68 <table border><tr><td>A B</td></tr></table>
michael@0 69 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 70
michael@0 71 <table border><tr><td>A B</td></tr></table>
michael@0 72 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 73 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 74 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 75 <table border><tr><td>A B</td></tr></table>
michael@0 76 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 77 <table border><tr><td style="width: 150px">A B</td></tr></table>
michael@0 78 <table border width="1"><tr><td>A B</td></tr></table>
michael@0 79
michael@0 80
michael@0 81 </td>
michael@0 82 </tr></table>
michael@0 83
michael@0 84
michael@0 85 </body>
michael@0 86 </html>

mercurial