layout/reftests/mathml/dir-4-ref.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 <!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