summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1-ref.html')
-rw-r--r--layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1-ref.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1-ref.html b/layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1-ref.html
new file mode 100644
index 000000000..62ebd5665
--- /dev/null
+++ b/layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1-ref.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>CSS Reference: width: calc() on table-layout: auto tables</title>
+ <link rel="author" title="L. David Baron" href="https://dbaron.org/">
+ <meta name="flags" content="">
+<table border>
+ <tr>
+ <td style="width: 500px">x</td>
+ <td style="width: 100px">y</td>
+</table>
+<table border>
+ <tr>
+ <td>x</td>
+ <td style="width: 100px">y</td>
+</table>
+<table border>
+ <tr>
+ <td>x</td>
+ <td style="width: 100px">y</td>
+</table>
+</body>
+</html>