layout/reftests/mathml/rowlines-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-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,51 @@
     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 +    <math>
    1.18 +      <mtable rowlines="none dashed solid solid solid">
    1.19 +        <mtr>
    1.20 +          <mtd>
    1.21 +            <mn>1</mn>
    1.22 +          </mtd>
    1.23 +        </mtr>
    1.24 +        <mtr>
    1.25 +          <mtd>
    1.26 +            <mn>2</mn>
    1.27 +          </mtd>
    1.28 +        </mtr>
    1.29 +        <mtr>
    1.30 +          <mtd>
    1.31 +            <mn>3</mn>
    1.32 +          </mtd>
    1.33 +        </mtr>
    1.34 +        <mtr>
    1.35 +          <mtd>
    1.36 +            <mn>4</mn>
    1.37 +          </mtd>
    1.38 +        </mtr>
    1.39 +        <mtr>
    1.40 +          <mtd>
    1.41 +            <mn>5</mn>
    1.42 +          </mtd>
    1.43 +        </mtr>
    1.44 +        <mtr>
    1.45 +          <mtd>
    1.46 +            <mn>*</mn>
    1.47 +          </mtd>
    1.48 +        </mtr>
    1.49 +      </mtable>
    1.50 +    </math>
    1.51 +
    1.52 +
    1.53 +  </body>
    1.54 +</html>

mercurial