[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 12:32:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1ac12b95874c548d044d8747a3869fe6b30a746b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 25 04:33:54 2010 +0000

    2010-08-24  Eric Seidel  <eric at webkit.org>
    
            Unreviewed.  Just adding test results.
    
            XMLDocumentParser needs to implement DocumentParser::detach()
            https://bugs.webkit.org/show_bug.cgi?id=44533
    
            I was lame before and forgot to add results or mark this test
            as dumpAsText().
    
            * fast/css/font-face-svg-decoding-error-expected.txt: Added.
            * fast/css/font-face-svg-decoding-error.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65976 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 90f0ef3..0ba26e1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-24  Eric Seidel  <eric at webkit.org>
+
+        Unreviewed.  Just adding test results.
+
+        XMLDocumentParser needs to implement DocumentParser::detach()
+        https://bugs.webkit.org/show_bug.cgi?id=44533
+
+        I was lame before and forgot to add results or mark this test
+        as dumpAsText().
+
+        * fast/css/font-face-svg-decoding-error-expected.txt: Added.
+        * fast/css/font-face-svg-decoding-error.html:
+
 2010-08-24  Dumitru Daniliuc  <dumi at chromium.org>
 
         Unreviewed, updating Chromium expectations.
diff --git a/LayoutTests/fast/css/font-face-svg-decoding-error-expected.txt b/LayoutTests/fast/css/font-face-svg-decoding-error-expected.txt
new file mode 100644
index 0000000..1e7bd5f
--- /dev/null
+++ b/LayoutTests/fast/css/font-face-svg-decoding-error-expected.txt
@@ -0,0 +1 @@
+PASS - This test did not crash
diff --git a/LayoutTests/fast/css/font-face-svg-decoding-error.html b/LayoutTests/fast/css/font-face-svg-decoding-error.html
index abd05dc..2909fc4 100644
--- a/LayoutTests/fast/css/font-face-svg-decoding-error.html
+++ b/LayoutTests/fast/css/font-face-svg-decoding-error.html
@@ -1,3 +1,7 @@
+<script>
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
+</script>
 <style>
 @font-face {
     font-family: 'abc'; src: url('resources/greenbox.png') format('svg')

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list