layout/reftests/marquee/413027-4.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <html><head>
michael@0 2 <title>Testcase for bug 413027 - Marquee height is sized too small, clipping text vertically</title>
michael@0 3 </head>
michael@0 4 <body>
michael@0 5
michael@0 6 <marquee scrollamount="0" behavior="alternate" direction="right" style="background-color: lime; width: 600px;">
michael@0 7 <div>
michael@0 8 <!-- padding-left used to avoid risk of an antialiasing pixel that may
michael@0 9 project to the left of the origin, causing a spurious test failure
michael@0 10 (see bugs 476927, 475968) -->
michael@0 11 <div style="margin: 100px 0px; padding-left: 2px;">text</div>
michael@0 12 </div>
michael@0 13 </marquee>
michael@0 14
michael@0 15 </body></html>

mercurial