layout/reftests/mathml/columnlines-3-1.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   <!-- We assume there is a gap of more than 1px between dashes. Hence
    15        putting two dashed lines with only one pixel of difference in their
    16        vertical coordinates should not render the same as one dashed line
    17        alone. The opposite is true for continuous line.
    18        The red squares allow to ignore the difference at the bounds -->
    20   <div style="position: absolute; top: 5px; left: 5px;">
    21     <math>
    22       <mtable  columnlines="dashed">
    23         <mtr>
    24           <mtd><mspace height="150px"></mspace></mtd>
    25           <mtd><mspace height="150px"></mspace></mtd>
    26         </mtr>
    27       </mtable>
    28     </math>
    29   </div>
    31   <div style="position: absolute; top: 6px; left: 5px;">
    32     <math>
    33       <mtable columnlines="dashed">
    34         <mtr>
    35           <mtd><mspace height="150px"></mspace></mtd>
    36           <mtd><mspace height="150px"></mspace></mtd>
    37         </mtr>
    38       </mtable>
    39     </math>
    40   </div>
    42   <div style="position: absolute; top: 5px; left: 0px;
    43               width: 50px; height: 50px; background: red;"></div>
    45   <div style="position: absolute; top: 115px; left: 0px;
    46               width: 50px; height: 55px; background: red;"></div>
    47   </body>
    48 </html>

mercurial