https://github.com/mozilla/gecko-dev
Raw File
Tip revision: af2789a3c938a8402dd023de3af6aa7ceb2c22aa authored by ffxbld on 18 January 2012, 15:27:13 UTC
Added tag FENNEC_10_0b5_BUILD1 for changeset 11d741e4641c. CLOSED TREE a=release
Tip revision: af2789a
399941-4-ref.html
<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Test case for bug 399941.html</title>
  <style type="text/css">
   span.fake-first-letter {
     color: lime;
     background-color: olive;
   }
  </style>
 </head>
 <body>
 <!-- Test 16-bit punctuation -->
  <p><span class="fake-first-letter">&#x201c;I!,&#x201d;</span> said the Fly,</p>
 </body>
</html>
back to top