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

dbates at webkit.org dbates at webkit.org
Wed Dec 22 18:00:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3904d3efc5ab1cc6383bc679dda1f03c1ce4c63a
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 5 05:57:31 2010 +0000

    2010-12-04  Daniel Bates  <dbates at rim.com>
    
            https://bugs.webkit.org/show_bug.cgi?id=49641
    
            Update test case and result for fast/lists/w3-css3-list-styles-fallback-style.html
            since we now support list style types lower-armenian and upper-armenian.
    
            * fast/lists/w3-css3-list-styles-fallback-style-expected.txt:
            * fast/lists/w3-css3-list-styles-fallback-style.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73339 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 2c310ff..b82562a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
 2010-12-04  Daniel Bates  <dbates at rim.com>
 
+        https://bugs.webkit.org/show_bug.cgi?id=49641
+
+        Update test case and result for fast/lists/w3-css3-list-styles-fallback-style.html
+        since we now support list style types lower-armenian and upper-armenian.
+
+        * fast/lists/w3-css3-list-styles-fallback-style-expected.txt:
+        * fast/lists/w3-css3-list-styles-fallback-style.html:
+
+2010-12-04  Daniel Bates  <dbates at rim.com>
+
         Reviewed by Darin Adler.
 
         Add support for lower-armenian and upper-armenian
diff --git a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
index ad9c778..c445a46 100644
--- a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
+++ b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
@@ -49,7 +49,7 @@ lower-armenian
 
 PASS list marker is -1.
 PASS list marker is 0.
-PASS list marker is 1.
+FAIL list marker should be 1. Was ա.
 lower-roman
 
 PASS list marker is -1.
@@ -89,7 +89,7 @@ upper-armenian
 
 PASS list marker is -1.
 PASS list marker is 0.
-PASS list marker is 1.
+FAIL list marker should be 1. Was Ա.
 upper-roman
 
 PASS list marker is -1.
diff --git a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
index 5e5b974..88a4b6b 100644
--- a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
+++ b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
@@ -66,7 +66,7 @@
     <h1>CSS3 Fallback to Decimal List Style</h1>
     <div id="description">
         <p>This tests that we fallback to the decimal list style type when the ordinal is outside the representable range for the list style type as per the <a href="http://www.w3.org/TR/css3-lists/">CSS3 Lists module</a> (Draft 7 November 2002). This test PASSED if the list item matches its marker for every list item (below).</p>
-        <p>Note, as of 08/23/2010, ethiopic-numeric; japanese-formal; japanese-informal; lower-armenian; simp-chinese-formal; simp-chinese-informal; syriac; tamil; trad-chinese-formal; trad-chinese-informal; and upper-armenian are unsupported and hence have expected failure results.</p> 
+        <p>Note, as of 12/04/2010, ethiopic-numeric; japanese-formal; japanese-informal; simp-chinese-formal; simp-chinese-informal; syriac; tamil; trad-chinese-formal; and trad-chinese-informal are unsupported and hence have expected failure results.</p>
     </div>
     <hr/>
     <h2>Algorithmic</h2>
@@ -147,12 +147,11 @@
         </ol>
     </div>
     <div class="test">
-        <!-- FIXME: We don't currently support this list-style-type. These are expected failure results. -->
         <h2>lower-armenian</h2>
         <ol class="lower-armenian" start="-1">
             <li>-1</li>
             <li>0</li>
-            <li>1</li>
+            <li>&#x0561;</li>
         </ol>
     </div>
     <div class="test">
@@ -218,12 +217,11 @@
         </ol>
     </div>
     <div class="test">
-        <!-- FIXME: We don't currently support this list-style-type. These are expected failure results. -->
         <h2>upper-armenian</h2>
         <ol class="upper-armenian" start="-1">
             <li>-1</li>
             <li>0</li>
-            <li>1</li>
+            <li>&#x0531;</li>
         </ol>
     </div>
     <div class="test">

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list