layout/reftests/mathml/columnlines-3-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/columnlines-3-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
     1.5 +<!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80:  -->
     1.6 +<!DOCTYPE html>
     1.7 +<html>
     1.8 +  <head>
     1.9 +    <title>mtable frame</title>
    1.10 +    <!-- Copyright (c) 2011 Design Science, Inc.
    1.11 +         License: Apache License 2.0 -->
    1.12 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    1.13 +  </head>
    1.14 +
    1.15 +  <body>
    1.16 +
    1.17 +  <div style="position: absolute; top: 5px; left: 5px;">
    1.18 +    <math>
    1.19 +      <mtable columnlines="dashed">
    1.20 +        <mtr>
    1.21 +          <mtd><mspace height="150px"></mspace></mtd>
    1.22 +          <mtd><mspace height="150px"></mspace></mtd>
    1.23 +        </mtr>
    1.24 +      </mtable>
    1.25 +    </math>
    1.26 +  </div>
    1.27 +
    1.28 +  <div style="position: absolute; top: 5px; left: 0px;
    1.29 +              width: 50px; height: 50px; background: red;"></div>
    1.30 +
    1.31 +  <div style="position: absolute; top: 115px; left: 0px;
    1.32 +              width: 50px; height: 55px; background: red;"></div>
    1.33 +
    1.34 +  </body>
    1.35 +</html>

mercurial