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

jschuh at chromium.org jschuh at chromium.org
Wed Dec 22 11:24:10 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 67d570792723c8d72e28d38901f21cc8fcea012c
Author: jschuh at chromium.org <jschuh at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 22 00:58:54 2010 +0000

    2010-07-21  Justin Schuh  <jschuh at chromium.org>
    
            Unreviewed. Build fix.
    
            Removed comment element for test added with:
            http://trac.webkit.org/changeset/63865
    
            * svg/custom/use-invalid-html-expected.txt:
            * svg/custom/use-invalid-html.xhtml:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63867 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 63b7bb0..1cdd81c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-21  Justin Schuh  <jschuh at chromium.org>
+
+        Unreviewed. Build fix.
+
+        Removed comment element for test added with:
+        http://trac.webkit.org/changeset/63865
+
+        * svg/custom/use-invalid-html-expected.txt:
+        * svg/custom/use-invalid-html.xhtml:
+
 2010-07-21  Darin Adler  <darin at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/LayoutTests/svg/custom/use-invalid-html-expected.txt b/LayoutTests/svg/custom/use-invalid-html-expected.txt
index 7e333c3..4f7dddb 100644
--- a/LayoutTests/svg/custom/use-invalid-html-expected.txt
+++ b/LayoutTests/svg/custom/use-invalid-html-expected.txt
@@ -1,6 +1,6 @@
 This page contains the following errors:
 
-error on line 19 at column 92: Comment must not contain '--' (double-hyphen)
+error on line 19 at column 1: Extra content at the end of the document
 Below is a rendering of the page up to the first error.
 
 This test passes if a malformed html document triggers an error, not crash.
diff --git a/LayoutTests/svg/custom/use-invalid-html.xhtml b/LayoutTests/svg/custom/use-invalid-html.xhtml
index 98aea28..2b965c0 100644
--- a/LayoutTests/svg/custom/use-invalid-html.xhtml
+++ b/LayoutTests/svg/custom/use-invalid-html.xhtml
@@ -16,4 +16,3 @@
         <use xlink:href="#a" />
     </g>
   </svg>
-<!-- no closing html tag --->
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list