layout/reftests/first-letter/399941-1-ref.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   <meta http-equiv="content-type" content="text/html; charset=utf-8">
     5   <title>Test case for bug 399941.html</title>
     6   <style type="text/css">
     7    span.fake-first-letter {
     8      color: lime;
     9      background-color: olive;
    10    }
    11   </style>
    12  </head>
    13  <body>
    14  <!-- Leading and trailing punctuation should all be included -->
    15   <p><span class="fake-first-letter">"I!,"</span> said the Fly,</p>
    16  </body>
    17 </html>

mercurial