[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.2.3-2-60-g76add97
Gustavo Noronha Silva
gns at gnome.org
Sun Oct 17 22:26:34 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 1edb969a54a9b40e673ee17666750d180d81cafe
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 2f794a7..9a4b154 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
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 Justin Schuh <jschuh at chromium.org>
+
Reviewed by Oliver Hunt.
Prevent DeleteButtonController enable state from changing when not editing
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