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

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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