layout/reftests/bidi/with-first-letter-2b.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.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Test for bidi splitting and :first-letter</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     6 <meta http-equiv="Content-Style-Type" content="text/css">
     7 <style type="text/css">
     9 p:first-letter { float:left; font-size: 2em; }
    11 </style>
    12 </head>
    13 <body>
    15 <p><span><span>This has AB<span style="background:yellow">CDאב</span>שת</span></span></p>
    17 </body>
    18 </html>

mercurial