https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4717db245c1ac8c61a203f1389738c877090c558 authored by ffxbld on 15 March 2016, 21:55:25 UTC
Added FIREFOX_38_7_1esr_RELEASE FIREFOX_38_7_1esr_BUILD1 tag(s) for changeset d16ad3eccb25. DONTBUILD CLOSED TREE a=release
Tip revision: 4717db2
399941-4.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">
   p:first-letter {
     color: lime;
     background-color: olive;
   }
  </style>
 </head>
 <body>
 <!-- Test 16-bit punctuation -->
  <p>&#x201c;I!,&#x201d; said the Fly,</p>
 </body>
</html>
back to top