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

atwilson at chromium.org atwilson at chromium.org
Wed Dec 22 11:39:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b7e370d9c16b61f79b1e7e4e3dc7939c66732301
Author: atwilson at chromium.org <atwilson at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 01:35:11 2010 +0000

    Unreviewed text expectations changes for Chromium.
    
    * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Added.
    * platform/chromium-mac/fast/events/special-key-events-in-input-text-expected.txt: Added.
    * platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added.
    * platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt: Added.
    * platform/chromium-win/fast/events/special-key-events-in-input-text-expected.txt: Added.
    * platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added.
    * platform/chromium/test_expectations.txt: Mark keydown-numpad-keys.html as failing on all platforms (not just linux).
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64520 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d0fa65d..3d42215 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-02  Andrew Wilson  <atwilson at chromium.org>
+
+        Unreviewed text expectations changes for Chromium.
+
+        * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Added.
+        * platform/chromium-mac/fast/events/special-key-events-in-input-text-expected.txt: Added.
+        * platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added.
+        * platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt: Added.
+        * platform/chromium-win/fast/events/special-key-events-in-input-text-expected.txt: Added.
+        * platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added.
+        * platform/chromium/test_expectations.txt: Mark keydown-numpad-keys.html as failing on all platforms (not just linux).
+
 2010-08-02  Chris Fleizach  <cfleizach at apple.com>
 
         Unreviewed, rolling out r64471.
diff --git a/LayoutTests/platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt b/LayoutTests/platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt
new file mode 100644
index 0000000..47109ad
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt
@@ -0,0 +1,36 @@
+This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser. 
+ Check Navigator
+navigator.accessibility is OK
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.getStorageUpdates() is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+navigator.accessibility is OK
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.getStorageUpdates() is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
diff --git a/LayoutTests/platform/chromium-mac/fast/events/special-key-events-in-input-text-expected.txt b/LayoutTests/platform/chromium-mac/fast/events/special-key-events-in-input-text-expected.txt
new file mode 100644
index 0000000..7d46eb7
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/fast/events/special-key-events-in-input-text-expected.txt
@@ -0,0 +1,50 @@
+This test verifies that the correct sequence of keyboard events is generated for a keypress for certain special keys. To test manually, press keys and compare results to other browsers.
+
+
+target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - charCode
+
+Ampersand:
+INPUT - keydown - false,false,true,false - U+0037 - 55 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 55 - 55. Value: "".
+INPUT - textInput - 7. Value: "".
+INPUT - keyup - false,false,true,false - U+0037 - 55 - 0. Value: "7".
+
+Backspace:
+INPUT - keydown - false,false,false,false - U+0008 - 8 - 0. Value: "7".
+INPUT - keyup - false,false,false,false - U+0008 - 8 - 0. Value: "".
+
+Percent:
+INPUT - keydown - false,false,true,false - U+0035 - 53 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 53 - 53. Value: "".
+INPUT - textInput - 5. Value: "".
+INPUT - keyup - false,false,true,false - U+0035 - 53 - 0. Value: "5".
+
+Backspace:
+INPUT - keydown - false,false,false,false - U+0008 - 8 - 0. Value: "5".
+INPUT - keyup - false,false,false,false - U+0008 - 8 - 0. Value: "".
+
+Left parenthesis:
+INPUT - keydown - false,false,true,false - U+0039 - 57 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 57 - 57. Value: "".
+INPUT - textInput - 9. Value: "".
+INPUT - keyup - false,false,true,false - U+0039 - 57 - 0. Value: "9".
+
+Backspace:
+INPUT - keydown - false,false,false,false - U+0008 - 8 - 0. Value: "9".
+INPUT - keyup - false,false,false,false - U+0008 - 8 - 0. Value: "".
+
+Right parenthesis:
+INPUT - keydown - false,false,true,false - U+0030 - 48 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 48 - 48. Value: "".
+INPUT - textInput - 0. Value: "".
+INPUT - keyup - false,false,true,false - U+0030 - 48 - 0. Value: "0".
+
+Backspace:
+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+0050 - 80 - 0. Value: "".
+INPUT - keypress - false,false,false,false - - 112 - 112. Value: "".
+INPUT - textInput - p. Value: "".
+INPUT - keyup - false,false,false,false - U+0050 - 80 - 0. Value: "p".
diff --git a/LayoutTests/platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt b/LayoutTests/platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt
new file mode 100644
index 0000000..f4c7ae2
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt
@@ -0,0 +1,9 @@
+Test various operation on an NPObject whose plug-in has been destroyed
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS testObject.gettingProperty threw exception ReferenceError: NPObject deleted.
+PASS testObject.settingProperty = 10 threw exception ReferenceError: NPObject deleted.
+PASS testObject() threw exception ReferenceError: NPObject deleted.
+PASS new testObject(); threw exception ReferenceError: NPObject deleted.
diff --git a/LayoutTests/platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt b/LayoutTests/platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt
new file mode 100644
index 0000000..7f85047
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/dom/navigator-detached-no-crash-expected.txt
@@ -0,0 +1,36 @@
+This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser. 
+ Check Navigator
+navigator.accessibility is OK
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.getStorageUpdates() is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+navigator.accessibility is OK
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.getStorageUpdates() is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
diff --git a/LayoutTests/platform/chromium-win/fast/events/special-key-events-in-input-text-expected.txt b/LayoutTests/platform/chromium-win/fast/events/special-key-events-in-input-text-expected.txt
new file mode 100644
index 0000000..4be5730
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/events/special-key-events-in-input-text-expected.txt
@@ -0,0 +1,50 @@
+This test verifies that the correct sequence of keyboard events is generated for a keypress for certain special keys. To test manually, press keys and compare results to other browsers.
+
+
+target - type - ctrlKey,altKey,shiftKey,metaKey - keyIdentifier - keyCode - charCode
+
+Ampersand:
+INPUT - keydown - false,false,true,false - U+0037 - 55 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 55 - 55. Value: "".
+INPUT - textInput - 7. Value: "".
+INPUT - keyup - false,false,true,false - U+0037 - 55 - 0. Value: "7".
+
+Backspace:
+INPUT - keydown - false,false,false,false - U+0008 - 8 - 0. Value: "7".
+INPUT - keyup - false,false,false,false - U+0008 - 8 - 0. Value: "".
+
+Percent:
+INPUT - keydown - false,false,true,false - U+0035 - 53 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 53 - 53. Value: "".
+INPUT - textInput - 5. Value: "".
+INPUT - keyup - false,false,true,false - U+0035 - 53 - 0. Value: "5".
+
+Backspace:
+INPUT - keydown - false,false,false,false - U+0008 - 8 - 0. Value: "5".
+INPUT - keyup - false,false,false,false - U+0008 - 8 - 0. Value: "".
+
+Left parenthesis:
+INPUT - keydown - false,false,true,false - U+0039 - 57 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 57 - 57. Value: "".
+INPUT - textInput - 9. Value: "".
+INPUT - keyup - false,false,true,false - U+0039 - 57 - 0. Value: "9".
+
+Backspace:
+INPUT - keydown - false,false,false,false - U+0008 - 8 - 0. Value: "9".
+INPUT - keyup - false,false,false,false - U+0008 - 8 - 0. Value: "".
+
+Right parenthesis:
+INPUT - keydown - false,false,true,false - U+0030 - 48 - 0. Value: "".
+INPUT - keypress - false,false,true,false - - 48 - 48. Value: "".
+INPUT - textInput - 0. Value: "".
+INPUT - keyup - false,false,true,false - U+0030 - 48 - 0. Value: "0".
+
+Backspace:
+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+0050 - 80 - 0. Value: "".
+INPUT - keypress - false,false,false,false - - 112 - 112. Value: "".
+INPUT - textInput - p. Value: "".
+INPUT - keyup - false,false,false,false - U+0050 - 80 - 0. Value: "p".
diff --git a/LayoutTests/platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt b/LayoutTests/platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt
new file mode 100644
index 0000000..abeed8e
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt
@@ -0,0 +1,9 @@
+Test various operation on an NPObject whose plug-in has been destroyed
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS testObject.gettingProperty threw exception ReferenceError: NPObject deleted.
+PASS testObject.settingProperty = 10 threw exception ReferenceError: NPObject deleted.
+PASS testObject() threw exception ReferenceError: NPObject deleted.
+PASS new testObject(); threw exception ReferenceError: NPObject deleted.
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 50a5cd2..752dd7c 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3128,10 +3128,5 @@ BUG50910 : plugins/npruntime/remove-property.html = TEXT
 // New test added in r64409 fails in Chromium.
 BUG50832 : printing/stretch-to-view-height.html = TEXT
 
-// New test added in r64470 fails in Chromium Linux.
+// New test added in r64470 fails on Chromium.
 BUG50969 LINUX : fast/events/keydown-numpad-keys.html = TEXT
-
-BUGATWILSON REBASELINE MAC : editing/pasteboard/input-field-1.html = TEXT
-BUGATWILSON REBASELINE MAC : editing/pasteboard/merge-end-1.html = TEXT
-BUGATWILSON REBASELINE MAC : editing/pasteboard/merge-end-2.html = TEXT
-BUGATWILSON REBASELINE MAC : editing/pasteboard/select-element-1.html = TEXT

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list