layout/reftests/box-properties/width-special-values-block-intrinsic.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <!DOCTYPE html>
michael@0 2 <html lang="en-US">
michael@0 3 <head>
michael@0 4 <title>intrinsic widths for -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks</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 </head>
michael@0 8 <body>
michael@0 9
michael@0 10 <table border><tr><td>
michael@0 11 <div style="width: -moz-max-content">AA B</div>
michael@0 12 </td></tr></table>
michael@0 13
michael@0 14 <table border width="1"><tr><td>
michael@0 15 <div style="width: -moz-max-content">AA B</div>
michael@0 16 </td></tr></table>
michael@0 17
michael@0 18 <table border><tr><td>
michael@0 19 <div style="width: -moz-min-content">AA B</div>
michael@0 20 </td></tr></table>
michael@0 21
michael@0 22 <table border width="1"><tr><td>
michael@0 23 <div style="width: -moz-min-content">AA B</div>
michael@0 24 </td></tr></table>
michael@0 25
michael@0 26 <table border><tr><td>
michael@0 27 <div style="width: -moz-fit-content">AA B</div>
michael@0 28 </td></tr></table>
michael@0 29
michael@0 30 <table border width="1"><tr><td>
michael@0 31 <div style="width: -moz-fit-content">AA B</div>
michael@0 32 </td></tr></table>
michael@0 33
michael@0 34 <table border><tr><td>
michael@0 35 <div style="width: -moz-available">AA B</div>
michael@0 36 </td></tr></table>
michael@0 37
michael@0 38 <table border width="1"><tr><td>
michael@0 39 <div style="width: -moz-available">AA B</div>
michael@0 40 </td></tr></table>
michael@0 41
michael@0 42 </body>
michael@0 43 </html>

mercurial