layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/w3c-css/submitted/values3/calc-width-table-auto-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>CSS Test: width: calc() on table-layout: auto tables</title>
     1.8 +  <link rel="author" title="L. David Baron" href="http://dbaron.org/">
     1.9 +  <link rel="help" href="http://www.w3.org/TR/css3-values/#calc-notation">
    1.10 +  <meta name="flags" content="">
    1.11 +<table border>
    1.12 +  <tr>
    1.13 +    <td style="width: calc(500px)">x</td>
    1.14 +    <td style="width: 100px">y</td>
    1.15 +</table>
    1.16 +<table border>
    1.17 +  <tr>
    1.18 +    <td style="width: calc(50%)">x</td>
    1.19 +    <td style="width: 100px">y</td>
    1.20 +</table>
    1.21 +<table border>
    1.22 +  <tr>
    1.23 +    <td style="width: calc(2 * 10% + 0.5 * 500px)">x</td>
    1.24 +    <td style="width: 100px">y</td>
    1.25 +</table>
    1.26 +</body>
    1.27 +</html>

mercurial