layout/reftests/mathml/dir-4-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE html>
     2 <html>
     3   <head><title>Test dir=rtl</title></head>
     4   <body style="background: white;">
     6     <div style="position: absolute;
     7                 top: 5px; left: 5px; width: 100px; height: 100px;
     8                 text-align: center; background: black;">
     9       <div style="position: absolute;
    10                   width: 35px; height: 100px; background: red;"></div>
    11       <div style="position: absolute; left: 40px;
    12                   width: 20px; height: 100px; background: blue;"></div>
    13       <div style="position: absolute; left: 60px; width: 40px; height: 100px;
    14                   background: green;"></div>
    15     </div>
    17   </body>
    18 </html>

mercurial