layout/reftests/mathml/columnlines-1b.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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 columnlines="solid">
    16         <mtr>
    17           <mtd>
    18             <mn>1</mn>
    19           </mtd>
    20           <mtd>
    21             <mn>2</mn>
    22           </mtd>
    23           <mtd>
    24             <mn>3</mn>
    25           </mtd>
    26           <mtd>
    27             <mn>4</mn>
    28           </mtd>
    29         </mtr>
    30         <mtr>
    31           <mtd>
    32             <mn>5</mn>
    33           </mtd>
    34           <mtd>
    35             <mn>6</mn>
    36           </mtd>
    37           <mtd>
    38             <mn>7</mn>
    39           </mtd>
    40           <mtd>
    41             <mn>8</mn>
    42           </mtd>
    43         </mtr>
    44         <mtr>
    45           <mtd>
    46             <mn>9</mn>
    47           </mtd>
    48           <mtd>
    49             <mn>10</mn>
    50           </mtd>
    51           <mtd>
    52             <mn>11</mn>
    53           </mtd>
    54           <mtd>
    55             <mn>12</mn>
    56           </mtd>
    57         </mtr>
    58         <mtr>
    59           <mtd>
    60             <mn>13</mn>
    61           </mtd>
    62           <mtd>
    63             <mn>14</mn>
    64           </mtd>
    65           <mtd>
    66             <mn>15</mn>
    67           </mtd>
    68           <mtd>
    69             <mn>16</mn>
    70           </mtd>
    71         </mtr>
    72       </mtable>
    73     </math>
    76   </body>
    77 </html>

mercurial