layout/reftests/mathml/rowlines-2a.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
     2 <!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80:  -->
     3 <!DOCTYPE html>
     4 <html>
     5   <head>
     6     <title>mtable frame</title>
     7     <!-- Copyright (c) 2011 Design Science, Inc.
     8          License: Apache License 2.0 -->
     9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    10   </head>
    12   <body>
    14     <math>
    15       <mtable rowlines="none dashed solid">
    16         <mtr>
    17           <mtd>
    18             <mn>1</mn>
    19           </mtd>
    20         </mtr>
    21         <mtr>
    22           <mtd>
    23             <mn>2</mn>
    24           </mtd>
    25         </mtr>
    26         <mtr>
    27           <mtd>
    28             <mn>3</mn>
    29           </mtd>
    30         </mtr>
    31         <mtr>
    32           <mtd>
    33             <mn>4</mn>
    34           </mtd>
    35         </mtr>
    36         <mtr>
    37           <mtd>
    38             <mn>5</mn>
    39           </mtd>
    40         </mtr>
    41         <mtr>
    42           <mtd>
    43             <mn>*</mn>
    44           </mtd>
    45         </mtr>
    46       </mtable>
    47     </math>
    50   </body>
    51 </html>

mercurial