layout/reftests/backgrounds/background-size-monster-ex.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4   <title>Exes-to-twips conversions testing</title>
     5   <style type="text/css">
     6 body
     7 {
     8   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVR42mP4%2F58BAAT%2FAf9jgNErAAAAAElFTkSuQmCC);
     9   background-size: 2147483640ex;
    10 }
    11   </style>
    12 </head>
    13 <body>
    14 </body>
    15 </html>

mercurial