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

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 12:48:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 931582699788f72dc8deebb7a523b7253dbfbd57
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 23:37:51 2010 +0000

    2010-08-30  Ryosuke Niwa  <rniwa at webkit.org>
    
            Reviewed by Adele Peterson.
    
            REGRESSION(r51939): platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html fails
            https://bugs.webkit.org/show_bug.cgi?id=44897
    
            Fixed the path to fast/js/resources/
    
            * platform/chromium/test_expectations.txt: No longer fails.
            * platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html: Fixed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66425 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8754ba4..2c9a802 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-30  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Reviewed by Adele Peterson.
+
+        REGRESSION(r51939): platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=44897
+
+        Fixed the path to fast/js/resources/
+
+        * platform/chromium/test_expectations.txt: No longer fails.
+        * platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html: Fixed.
+
 2010-08-30  Tony Chang  <tony at chromium.org>
 
         Unreviewed, fixing chromium test_expectations after r66299.
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 5a84b37..225f3f2 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -2295,9 +2295,6 @@ BUG29737 MAC : svg/filters/sourceAlpha.svg = IMAGE
 BUG30048 : svg/css/composite-shadow-example.html = IMAGE
 BUG30048 : svg/css/composite-shadow-with-opacity.html = IMAGE
 
-// Broke with http://trac.webkit.org/changeset/51939
-BUG30049 : platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html = TEXT MISSING
-
 // evan's fix rolled out in http://trac.webkit.org/changeset/52071 due to compat issues.
 BUG30343 LINUX : fast/css/large-number-round-trip.html = TEXT
 
diff --git a/LayoutTests/platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html b/LayoutTests/platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html
index fbf2e67..4e2b439 100644
--- a/LayoutTests/platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html
+++ b/LayoutTests/platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <html>
 <head>
-<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
-<script src="../../../fast/js/resources/js-test-pre.js"></script>
+<link rel="stylesheet" href="../../../../fast/js/resources/js-test-style.css">
+<script src="../../../../fast/js/resources/js-test-pre.js"></script>
 </head>
 <body>
 <p id="description"></p>
 <div id="console"></div>
 <script src="script-tests/doubleclick-should-not-expand-across-lines.js"></script>
-<script src="../../../fast/js/resources/js-test-post.js"></script>
+<script src="../../../../fast/js/resources/js-test-post.js"></script>
 </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list