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

mitz at apple.com mitz at apple.com
Wed Dec 22 13:37:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a307e843dccc7aba3506db354af349c2755d3bc3
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 01:07:13 2010 +0000

    Updated test after r67994.
    
    Reviewed by Geoffrey Garen.
    
    * fast/dom/Range/range-expand.html: Do not expect sentence selections to include
    trailing newline characters.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68003 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 42b02c9..2240d51 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-21  Dan Bernstein  <mitz at apple.com>
+
+        Reviewed by Geoffrey Garen.
+
+        Updated test after r67994.
+
+        * fast/dom/Range/range-expand.html: Do not expect sentence selections to include
+        trailing newline characters.
+
 2010-09-21  John Gregg  <johnnyg at google.com>
 
         Unreviewed, chromium test expecations.
diff --git a/LayoutTests/fast/dom/Range/range-expand.html b/LayoutTests/fast/dom/Range/range-expand.html
index 155d001..3da0813 100644
--- a/LayoutTests/fast/dom/Range/range-expand.html
+++ b/LayoutTests/fast/dom/Range/range-expand.html
@@ -95,16 +95,16 @@ function test()
 
     // test 8 - Sentence does not go upstream?
     actual = expandRangeString(range, 'multilineSentence', 0, 'multilineSentence', 0, 'sentence', false);
-    assertEqual("sentence8", actual, "Now, a sentence\x0Ais divided into\x0Amultiple lines.\x0A\x0A");
+    assertEqual("sentence8", actual, "Now, a sentence\x0Ais divided into\x0Amultiple lines.");
     
     actual = expandRangeString(range, 'multilineSentence', 1, 'multilineSentence', 5, 'sentence', true);
-    assertEqual("sentence9", actual, "Now, a sentence\x0Ais divided into\x0Amultiple lines.\x0A\x0A");
+    assertEqual("sentence9", actual, "Now, a sentence\x0Ais divided into\x0Amultiple lines.");
     
     actual = expandRangeString(range, 'multilineSentence', 20, 'multilineSentence', 20, 'sentence', true);
-    assertEqual("sentence10", actual, "is divided into\x0Amultiple lines.\x0A\x0A");
+    assertEqual("sentence10", actual, "is divided into\x0Amultiple lines.");
     
     actual = expandRangeString(range, 'multilineSentence', 40, 'multilineSentence', 40, 'sentence', true);
-    assertEqual("sentence11", actual, "multiple lines.\x0A\x0A");
+    assertEqual("sentence11", actual, "multiple lines.");
     
     // Expand word.
     // Same range start and end, both at the begin of word.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list