Home | History | Annotate | Download | only in encoding
      1 <html>
      2 <head>
      3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      4 <style>
      5 /* Force font fallback on Windows to match Mac OS X */
      6 @font-face {
      7     font-family: 'times';
      8     src: local('Lucida Grande');
      9     unicode-range: U+FFFD;
     10 }
     11 </style>
     12 </head>
     13 <body>
     14 <script>
     15     if (window.layoutTestController)
     16         layoutTestController.dumpAsText();
     17 </script>
     18 <p>This tests the decoding of invalid UTF-8 sequences.</p>
     19 The following should be: " " or " ":
     20 <p> </p>
     21 </body>
     22 </html>
     23 
     24