https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 07febf5b9c7b36137851e2a3cd1eb5dc651f0679 authored by ffxbld on 03 April 2015, 02:14:43 UTC
Added FIREFOX_37_0_1_RELEASE FIREFOX_37_0_1_BUILD1 tag(s) for changeset 42b937b0039b. DONTBUILD CLOSED TREE a=release
Tip revision: 07febf5
width-special-values-float-intrinsic.html
<!DOCTYPE html>
<html lang="en-US">
<head>
  <title>intrinsic widths for -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on blocks</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <style type="text/css">

  div { float: left; clear: left; }

  </style>
</head>
<body>

<table border><tr><td>
  <div style="width: -moz-max-content">AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: -moz-max-content">AA B</div>
</td></tr></table>

<table border><tr><td>
  <div style="width: -moz-min-content">AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: -moz-min-content">AA B</div>
</td></tr></table>

<table border><tr><td>
  <div style="width: -moz-fit-content">AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: -moz-fit-content">AA B</div>
</td></tr></table>

<table border><tr><td>
  <div style="width: -moz-available">AA B</div>
</td></tr></table>

<table border width="1"><tr><td>
  <div style="width: -moz-available">AA B</div>
</td></tr></table>

</body>
</html>
back to top