summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-properties/width-special-values-cell-auto.html
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /layout/reftests/box-properties/width-special-values-cell-auto.html
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/box-properties/width-special-values-cell-auto.html')
-rw-r--r--layout/reftests/box-properties/width-special-values-cell-auto.html86
1 files changed, 86 insertions, 0 deletions
diff --git a/layout/reftests/box-properties/width-special-values-cell-auto.html b/layout/reftests/box-properties/width-special-values-cell-auto.html
new file mode 100644
index 000000000..414cafb1f
--- /dev/null
+++ b/layout/reftests/box-properties/width-special-values-cell-auto.html
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html lang="en-US">
+<head>
+ <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>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta http-equiv="Content-Style-Type" content="text/css">
+ <style type="text/css">
+
+ body { font-size: 10px; line-height: 1; }
+
+ td td {
+ border-left: 1px solid;
+ padding-left: 2px;
+ padding-right: 4px;
+ border-right: 8px solid;
+
+ background: yellow;
+ }
+
+ </style>
+</head>
+<body>
+
+<table border><tr>
+<td>
+<!-- width -->
+<table border><tr><td style="width: -moz-max-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: -moz-max-content">A B</td></tr></table>
+<table border><tr><td style="width: -moz-min-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: -moz-min-content">A B</td></tr></table>
+<table border><tr><td style="width: -moz-fit-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: -moz-fit-content">A B</td></tr></table>
+<table border><tr><td style="width: -moz-available">A B</td></tr></table>
+<table border width="1"><tr><td style="width: -moz-available">A B</td></tr></table>
+
+</td>
+<td>
+<!-- min-width -->
+
+<table border><tr><td style="min-width: -moz-max-content">A B</td></tr></table>
+<table border width="1"><tr><td style="min-width: -moz-max-content">A B</td></tr></table>
+<table border><tr><td style="min-width: -moz-min-content">A B</td></tr></table>
+<table border width="1"><tr><td style="min-width: -moz-min-content">A B</td></tr></table>
+<table border><tr><td style="min-width: -moz-fit-content">A B</td></tr></table>
+<table border width="1"><tr><td style="min-width: -moz-fit-content">A B</td></tr></table>
+<table border><tr><td style="min-width: -moz-available">A B</td></tr></table>
+<table border width="1"><tr><td style="min-width: -moz-available">A B</td></tr></table>
+
+<table border><tr><td style="width: 1px; min-width: -moz-max-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 1px; min-width: -moz-max-content">A B</td></tr></table>
+<table border><tr><td style="width: 1px; min-width: -moz-min-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 1px; min-width: -moz-min-content">A B</td></tr></table>
+<table border><tr><td style="width: 1px; min-width: -moz-fit-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 1px; min-width: -moz-fit-content">A B</td></tr></table>
+<table border><tr><td style="width: 1px; min-width: -moz-available">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 1px; min-width: -moz-available">A B</td></tr></table>
+
+</td>
+<td>
+<!-- max-width -->
+
+<table border><tr><td style="max-width: -moz-max-content">A B</td></tr></table>
+<table border width="1"><tr><td style="max-width: -moz-max-content">A B</td></tr></table>
+<table border><tr><td style="max-width: -moz-min-content">A B</td></tr></table>
+<table border width="1"><tr><td style="max-width: -moz-min-content">A B</td></tr></table>
+<table border><tr><td style="max-width: -moz-fit-content">A B</td></tr></table>
+<table border width="1"><tr><td style="max-width: -moz-fit-content">A B</td></tr></table>
+<table border><tr><td style="max-width: -moz-available">A B</td></tr></table>
+<table border width="1"><tr><td style="max-width: -moz-available">A B</td></tr></table>
+
+<table border><tr><td style="width: 150px; max-width: -moz-max-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 150px; max-width: -moz-max-content">A B</td></tr></table>
+<table border><tr><td style="width: 150px; max-width: -moz-min-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 150px; max-width: -moz-min-content">A B</td></tr></table>
+<table border><tr><td style="width: 150px; max-width: -moz-fit-content">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 150px; max-width: -moz-fit-content">A B</td></tr></table>
+<table border><tr><td style="width: 150px; max-width: -moz-available">A B</td></tr></table>
+<table border width="1"><tr><td style="width: 150px; max-width: -moz-available">A B</td></tr></table>
+
+
+</td>
+</tr></table>
+
+
+</body>
+</html>