layout/reftests/mathml/rowlines-3-2-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/rowlines-3-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,34 @@
     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 width="150px" rowlines="solid">
    1.20 +        <mtr>
    1.21 +          <mtd><mspace></mspace></mtd>
    1.22 +        </mtr>
    1.23 +        <mtr>
    1.24 +          <mtd><mspace></mspace></mtd>
    1.25 +        </mtr>
    1.26 +      </mtable>
    1.27 +    </math>
    1.28 +  </div>
    1.29 +
    1.30 +  <div style="position: absolute; top: 5px; left: 0px;
    1.31 +              width: 50px; height: 50px; background: red;"></div>
    1.32 +
    1.33 +  <div style="position: absolute; top: 5px; left: 112px;
    1.34 +              width: 50px; height: 50px; background: red;"></div>
    1.35 +
    1.36 +  </body>
    1.37 +</html>

mercurial