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

morrita at google.com morrita at google.com
Wed Dec 22 11:52:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9d25ee4246398ffd5f095e8acb0227c07b4545cf
Author: morrita at google.com <morrita at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 07:12:56 2010 +0000

    2010-08-10  MORITA Hajime  <morrita at google.com>
    
            Unreviewed test fix.
    
            https://bugs.webkit.org/show_bug.cgi?id=43771
            [Chromium] Test: editing/selection/doubleclick-inline-first-last-contenteditable fails on win
    
            Set platform selectTrailingWhitespaceEnabled false, which is true only on windows.
    
            * editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js:
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65054 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b5f54ed..cce8d2d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-10  MORITA Hajime  <morrita at google.com>
+
+        Unreviewed test fix.
+
+        https://bugs.webkit.org/show_bug.cgi?id=43771
+        [Chromium] Test: editing/selection/doubleclick-inline-first-last-contenteditable fails on win
+        
+        Set platform selectTrailingWhitespaceEnabled false, which is true only on windows.
+
+        * editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js:
+        * platform/chromium/test_expectations.txt:
+
 2010-08-09  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/LayoutTests/editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js b/LayoutTests/editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js
index eadc9c4..5d4cfda 100644
--- a/LayoutTests/editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js
+++ b/LayoutTests/editing/selection/script-tests/doubleclick-inline-first-last-contenteditable.js
@@ -78,6 +78,8 @@ function testWithClickAndModify(targetInnerHTML, expectedText)
     shouldBe("window.selectedByModify", toLiteral(expectedText));
 }
 
+layoutTestController.setSelectTrailingWhitespaceEnabled(false);
+
 var shouldSelecteFirstWordInline = "<span id='target' contentEditable>selectme1</span> and not select us";
 testWithDoublleClick(shouldSelecteFirstWordInline, "selectme1");
 testWithClickAndModify(shouldSelecteFirstWordInline, "selectme1");
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 89a3661..873f66f 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3187,6 +3187,3 @@ BUG51416 : fast/dom/DeviceMotion/window-property.html = TEXT
 
 // Slow test introduced in r64817
 BUG51571 : http/tests/misc/bad-charset-alias.html = TIMEOUT
-
-// Failure caused by r64974
-BUG51601 WIN : editing/selection/doubleclick-inline-first-last-contenteditable.html = TEXT

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list