[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 16:22:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0725aef9488cad54bbf8e392027e11f739363e7b
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 22 20:13:21 2010 +0000

    2010-11-22  Ryosuke Niwa  <rniwa at webkit.org>
    
            Unreviewed update of Windows Skipped list.
    
            editing/selection/5825350-1.html and 5825350-2.html erroneously
            had expectations with console error message even though textInputController
            hasn't been implemented on Windows (the bug 32021),
    
            Removed these expectations and added the tests to the skipped list.
    
            * platform/win/Skipped:
            * platform/win/editing/selection/5825350-1-expected.txt: Removed.
            * platform/win/editing/selection/5825350-2-expected.txt: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72550 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 34dbdc0..6197949 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2010-11-22  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Unreviewed update of Windows Skipped list.
+
+        editing/selection/5825350-1.html and 5825350-2.html erroneously
+        had expectations with console error message even though textInputController
+        hasn't been implemented on Windows (the bug 32021),
+
+        Removed these expectations and added the tests to the skipped list.
+
+        * platform/win/Skipped:
+        * platform/win/editing/selection/5825350-1-expected.txt: Removed.
+        * platform/win/editing/selection/5825350-2-expected.txt: Removed.
+
 2010-11-22  Adam Roben  <aroben at apple.com>
 
         Add Windows-specific results for fast/ruby/nested-ruby.html
diff --git a/LayoutTests/platform/win/Skipped b/LayoutTests/platform/win/Skipped
index b51052e..25cce52 100644
--- a/LayoutTests/platform/win/Skipped
+++ b/LayoutTests/platform/win/Skipped
@@ -918,6 +918,10 @@ canvas/philip
 # https://bugs.webkit.org/show_bug.cgi?id=39104
 editing/spelling/context-menu-suggestions.html
 
+# https://webkit.org/b/32021 - DRT's textInputController is unimplemented on Windows
+editing/selection/5825350-1.html
+editing/selection/5825350-2.html
+
 # textInputController.hasSpellingMarkers() is not implemented.
 editing/spelling/spelling-backspace-between-lines.html
 editing/spelling/spelling-contenteditable.html
diff --git a/LayoutTests/platform/win/editing/selection/5825350-1-expected.txt b/LayoutTests/platform/win/editing/selection/5825350-1-expected.txt
deleted file mode 100644
index 9083b46..0000000
--- a/LayoutTests/platform/win/editing/selection/5825350-1-expected.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-CONSOLE MESSAGE: line 14: ReferenceError: Can't find variable: textInputController
-This tests for a bug where moving the caret left towards a non-editable pocket of an editable region would make the caret disappear. The caret should be just before the 'B' in "Bob".
-Bob ; Sally
diff --git a/LayoutTests/platform/win/editing/selection/5825350-2-expected.txt b/LayoutTests/platform/win/editing/selection/5825350-2-expected.txt
deleted file mode 100644
index 324eb3f..0000000
--- a/LayoutTests/platform/win/editing/selection/5825350-2-expected.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-CONSOLE MESSAGE: line 14: ReferenceError: Can't find variable: textInputController
-This tests for a bug where moving the caret right towards a non-editable pocket of an editable region would make the caret disappear. The caret should be just after the 'y' in "Sally".
-Bob ; Sally

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list