[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Wed Apr 7 23:25:50 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a3854cf9ddcc92ba318b966ccf536b831a034bc7
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 8 19:09:41 2009 +0000

    2009-11-08  Shu Chang  <Chang.Shu at nokia.com>
    
            Reviewed by Holger Freyther.
    
            Update texts in test description after test case change in r50579.
            https://bugs.webkit.org/show_bug.cgi?id=31122
    
            * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
            * editing/selection/shrink-selection-after-shift-pagedown.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50626 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 2fe0270..a325489 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2009-11-08  Shu Chang  <Chang.Shu at nokia.com>
+
+        Reviewed by Holger Freyther.
+
+        Update texts in test description after test case change in r50579.
+        https://bugs.webkit.org/show_bug.cgi?id=31122
+
+        * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
+        * editing/selection/shrink-selection-after-shift-pagedown.html:
+
 2009-11-08  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Simon Fraser.
diff --git a/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown-expected.txt b/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown-expected.txt
index e178da4..4b5c94e 100644
--- a/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown-expected.txt
+++ b/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown-expected.txt
@@ -1,6 +1,6 @@
 This tests shrinking a selection with shift-up after extending it with shift-PageDown.
 
-This test does not run interactively. It uses the event sender to do mouse clicks. To run it manually, press shift-PagDown. Then press shift-up. The selection should only include the lines with "YES".
+This test does not run interactively. It uses the event sender to do mouse clicks. To run it manually, press shift-PagDown. Then press shift-up. The selection should shrink by one line from the bottom after shift-up.
 
 
 SUCCESS: The selection shrunk correctly
diff --git a/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html b/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html
index 4c828f3..fececde 100644
--- a/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html
+++ b/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html
@@ -32,7 +32,7 @@
     This test does not run interactively.
     It uses the event sender to do mouse clicks.
     To run it manually, press shift-PagDown.  Then press shift-up.
-    The selection should only include the lines with "YES".
+    The selection should shrink by one line from the bottom after shift-up.
 </p>
 <textarea rows=10 id="ta">
 L01

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list