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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 11:40:27 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 96fd3a219a096e0232eb52ac86455bed999a555e
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 15:07:20 2010 +0000

    2010-08-03  Martin Robinson  <mrobinson at igalia.com>
    
            [GTK] Incorrect keyIdentifier for print screen key events
            https://bugs.webkit.org/show_bug.cgi?id=43422
    
            Skip this test on GTK+ until this bug can be fixed. Correct the
            baseline, so that the Mac bots pass the test.
    
            * fast/events/special-key-events-in-input-text-expected.txt:
            * platform/gtk/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64555 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8e7f409..67ddc4c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-03  Martin Robinson  <mrobinson at igalia.com>
+
+        [GTK] Incorrect keyIdentifier for print screen key events
+        https://bugs.webkit.org/show_bug.cgi?id=43422
+
+        Skip this test on GTK+ until this bug can be fixed. Correct the
+        baseline, so that the Mac bots pass the test.
+
+        * fast/events/special-key-events-in-input-text-expected.txt:
+        * platform/gtk/Skipped:
+
 2010-08-03  Pavel Feldman  <pfeldman at chromium.org>
 
         Not reviewed. Chromium test expectations update.
diff --git a/LayoutTests/fast/events/special-key-events-in-input-text-expected.txt b/LayoutTests/fast/events/special-key-events-in-input-text-expected.txt
index 78bfaf8..dae6709 100644
--- a/LayoutTests/fast/events/special-key-events-in-input-text-expected.txt
+++ b/LayoutTests/fast/events/special-key-events-in-input-text-expected.txt
@@ -44,6 +44,6 @@ INPUT - keydown - false,false,false,false - U+0008 - 8 - 0. Value: "0".
 INPUT - keyup - false,false,false,false - U+0008 - 8 - 0. Value: "".
 
 Print screen:
-INPUT - keydown - false,false,false,false - U+0000 - 44 - 0. Value: "".
-INPUT - keyup - false,false,false,false - U+0000 - 44 - 0. Value: "".
+INPUT - keydown - false,false,false,false - PrintScreen - 44 - 0. Value: "".
+INPUT - keyup - false,false,false,false - PrintScreen - 44 - 0. Value: "".
 
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 615a37e..930fe56 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5864,3 +5864,7 @@ inspector/debugger-breakpoints-not-activated-on-reload.html
 # register as a triple-click even though the mouse have moved
 # outside of the double-click distance.
 editing/selection/5195166-1.html
+
+# Wrong keyIdentifier generated for PrintScreen key events
+# https://bugs.webkit.org/show_bug.cgi?id=43422
+fast/events/special-key-events-in-input-text.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list