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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:30:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b3e8b417dfff01c2a3e6cb0afccddcc055fa2b27
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 12 02:17:02 2010 +0000

    2010-10-11  James Kozianski  <koz at chromium.org>
    
            Reviewed by Simon Fraser.
    
            Remove superflous comments from a layout test.
            https://bugs.webkit.org/show_bug.cgi?id=47521
    
            * fast/css-generated-content/malformed-url.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69554 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5fdb933..1b77523 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-11  James Kozianski  <koz at chromium.org>
+
+        Reviewed by Simon Fraser.
+
+        Remove superflous comments from a layout test.
+        https://bugs.webkit.org/show_bug.cgi?id=47521
+
+        * fast/css-generated-content/malformed-url.html:
+
 2010-10-11  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/fast/css-generated-content/malformed-url.html b/LayoutTests/fast/css-generated-content/malformed-url.html
index 797b6d2..83f1f2f 100644
--- a/LayoutTests/fast/css-generated-content/malformed-url.html
+++ b/LayoutTests/fast/css-generated-content/malformed-url.html
@@ -1,6 +1,6 @@
 <html>
-<div style="content:url(//%);"></div>              <!-- Crashes Chromium -->
-<div style="content:url(http://|server|/);"></div> <!-- Crashes debug WebKit -->
+<div style="content:url(//%);"></div>
+<div style="content:url(http://|server|/);"></div>
 An invalid URL in the "content" style property should not cause a crash when the browser navigates away from the page.
 
 FAIL - The browser should have navigated to resources/pass.html.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list