[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

paroga at webkit.org paroga at webkit.org
Wed Dec 22 16:17:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8e55b055b91d2239dc09a1d3a29e5c5ebe53dfb2
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 21 13:11:02 2010 +0000

    2010-11-21  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Darin Adler.
    
            Add test for unicode plane 1 characters
            https://bugs.webkit.org/show_bug.cgi?id=49581
    
            * fast/encoding/xml-utf-8-default-expected.txt:
            * fast/encoding/xml-utf-8-default.xml:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72497 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 25cc888..0954e32 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-21  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Darin Adler.
+
+        Add test for unicode plane 1 characters
+        https://bugs.webkit.org/show_bug.cgi?id=49581
+
+        * fast/encoding/xml-utf-8-default-expected.txt:
+        * fast/encoding/xml-utf-8-default.xml:
+
 2010-11-20  Helder Correia  <helder at sencha.com>
 
         Reviewed by Andreas Kling.
diff --git a/LayoutTests/fast/encoding/xml-utf-8-default-expected.txt b/LayoutTests/fast/encoding/xml-utf-8-default-expected.txt
index 04a1c26..f70fd7f 100644
--- a/LayoutTests/fast/encoding/xml-utf-8-default-expected.txt
+++ b/LayoutTests/fast/encoding/xml-utf-8-default-expected.txt
@@ -1,3 +1,5 @@
 When dumped into a text file by the test controller, this needs to be viewed as UTF-8:
 
 This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowercase pi, π.
+
+Characters from unicode plane 1, like mathematical bold script capital a, 𝓐, and mathematical bold fraktur small u, 𝖚, work too.
diff --git a/LayoutTests/fast/encoding/xml-utf-8-default.xml b/LayoutTests/fast/encoding/xml-utf-8-default.xml
index 1f07505..705bbaf 100644
--- a/LayoutTests/fast/encoding/xml-utf-8-default.xml
+++ b/LayoutTests/fast/encoding/xml-utf-8-default.xml
@@ -4,6 +4,7 @@
 <body>
 <p>When dumped into a text file by the test controller, this needs to be viewed as UTF-8:</p>
 <p>This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowercase pi, π.</p>
+<p>Characters from unicode plane 1, like mathematical bold script capital a, 𝓐, and mathematical bold fraktur small u, 𝖚, work too.</p>
 <script>if (window.layoutTestController) layoutTestController.dumpAsText();</script>
 </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list