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

eric at webkit.org eric at webkit.org
Wed Dec 22 13:29:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4c22da852f76e12dad6f30fe7d79e8bec5d12b4b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 16 21:51:26 2010 +0000

    2010-09-16  Eric Seidel  <eric at webkit.org>
    
            Unreviewed.  Just changing the path to the PNG file.
    
            fast/css/font-face-svg-decoding-error.html can cause later CSS tests to fail
            https://bugs.webkit.org/show_bug.cgi?id=45919
    
            Fixing the underlying issue in a separate bug.  For now
            give this test its own png so to unblock the commit-queue.
    
            * fast/css/font-face-svg-decoding-error.html:
            * fast/css/resources/invalidfont.png: Copied from LayoutTests/fast/css-generated-content/resources/greenbox.png.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67670 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a0a8e84..6cf7b75 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-16  Eric Seidel  <eric at webkit.org>
+
+        Unreviewed.  Just changing the path to the PNG file.
+
+        fast/css/font-face-svg-decoding-error.html can cause later CSS tests to fail
+        https://bugs.webkit.org/show_bug.cgi?id=45919
+
+        Fixing the underlying issue in a separate bug.  For now
+        give this test its own png so to unblock the commit-queue.
+
+        * fast/css/font-face-svg-decoding-error.html:
+        * fast/css/resources/invalidfont.png: Copied from LayoutTests/fast/css-generated-content/resources/greenbox.png.
+
 2010-09-16  Martin Robinson  <mrobinson at igalia.com>
 
         Update baselines for GTK+ and unskip a test which is passing.
diff --git a/LayoutTests/fast/css/font-face-svg-decoding-error.html b/LayoutTests/fast/css/font-face-svg-decoding-error.html
index 2909fc4..6e41a1e 100644
--- a/LayoutTests/fast/css/font-face-svg-decoding-error.html
+++ b/LayoutTests/fast/css/font-face-svg-decoding-error.html
@@ -4,7 +4,7 @@ if (window.layoutTestController)
 </script>
 <style>
 @font-face {
-    font-family: 'abc'; src: url('resources/greenbox.png') format('svg')
+    font-family: 'abc'; src: url('resources/invalidfont.png') format('svg')
 }
 span {
     font-family: 'abc';

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list