[webkit-changes] cvs commit: WebCore/layout-tests/fast/parser hex-entities-length-expected.txt hex-entities-length.html

Darin darin at opensource.apple.com
Mon Sep 5 10:19:00 PDT 2005


darin       05/09/05 10:18:59

  Modified:    .        ChangeLog
  Added:       layout-tests/fast/parser hex-entities-length-expected.txt
                        hex-entities-length.html
  Log:
          Reviewed and landed by Darin.
  
          - added a test case that covers 8-digit hexadecimal entities
  
          * layout-tests/fast/parser/hex-entities-length.html: Added.
          * layout-tests/fast/parser/hex-entities-length-expected.txt: Added.
  
  Revision  Changes    Path
  1.92      +9 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- ChangeLog	5 Sep 2005 04:01:22 -0000	1.91
  +++ ChangeLog	5 Sep 2005 17:18:57 -0000	1.92
  @@ -1,3 +1,12 @@
  +2005-09-05  Alexey Proskuryakov  <ap at nypop.com>
  +
  +        Reviewed and landed by Darin.
  +
  +        - added a test case that covers 8-digit hexadecimal entities
  +
  +        * layout-tests/fast/parser/hex-entities-length.html: Added.
  +        * layout-tests/fast/parser/hex-entities-length-expected.txt: Added.
  +
   2005-09-04  Darin Adler  <darin at apple.com>
   
           Reviewed by John Sullivan.
  
  
  
  1.1                  WebCore/layout-tests/fast/parser/hex-entities-length-expected.txt
  
  Index: hex-entities-length-expected.txt
  ===================================================================
  There should be 6 lines below, each with two copies of the same character.
  
  aa
  ḁḁ
  𐐀𐐀
  𐑍𐑍
  𐑎𐑎
  𐑏𐑏
  
  
  
  
  1.1                  WebCore/layout-tests/fast/parser/hex-entities-length.html
  
  Index: hex-entities-length.html
  ===================================================================
  <head>
  <title>Hex HTML entities of various lengths</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <script>
  if (window.layoutTestController)
      layoutTestController.dumpAsText();
  </script>
  </head>
  <body>
  <p>There should be 6 lines below, each with two copies of the same character.</p>
  <ol>
  <li>a&#x61;</li>
  <li>ḁ&#x1e01;</li>
  <li>𐐀&#x10400;</li>
  <li>𐑍&#x01044D;</li>
  <li>𐑎&#x001044e;</li>
  <li>𐑏&#x0001044f;</li>
  </ol>
  </body>
  
  
  



More information about the webkit-changes mailing list