[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

jberlin at webkit.org jberlin at webkit.org
Mon Feb 21 00:09:33 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit ba2d85eddc6fb5a80f1e658b76a00ecc91264dbf
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 17:01:14 2011 +0000

    Add Windows expected (failing) results to get the bots green. Unreviewed.
    https://bugs.webkit.org/show_bug.cgi?id=53304
    
    * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
    * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Added.
    * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Added.
    * platform/win/fast/events/ondrop-text-html-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76948 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 086e0a6..a268651 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-28  Jessie Berlin  <jberlin at apple.com>
+
+        Add Windows expected (failing) results to get the bots green. Unreviewed.
+        https://bugs.webkit.org/show_bug.cgi?id=53304
+
+        * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
+        * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Added.
+        * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Added.
+        * platform/win/fast/events/ondrop-text-html-expected.txt: Added.
+
 2011-01-27  Zhenyao Mo  <zmo at google.com>
 
         Reviewed by Kenneth Russell.
diff --git a/LayoutTests/platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt b/LayoutTests/platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt
new file mode 100644
index 0000000..1cee8b6
--- /dev/null
+++ b/LayoutTests/platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt
@@ -0,0 +1,11 @@
+This tests that getData is supported for type text/plain during paste. We select "foo", copy it, and then check that on paste getData returns "foo". To run manually, select "foo", copy it, and paste it.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL Expected: foo
+but was: undefined
+PASS successfullyParsed is true
+
+TEST COMPLETE
+foo
diff --git a/LayoutTests/platform/win/editing/pasteboard/onpaste-text-html-expected.txt b/LayoutTests/platform/win/editing/pasteboard/onpaste-text-html-expected.txt
new file mode 100644
index 0000000..7fec87f
--- /dev/null
+++ b/LayoutTests/platform/win/editing/pasteboard/onpaste-text-html-expected.txt
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 21: text/plain: undefined
+CONSOLE MESSAGE: line 23: text/html: undefined
+This test verifies that we can get text/html from the clipboard during an onpaste event. This test requires DRT.
+Paste content in this div.This test verifies that we can get text/html from the clipboard during an onpaste event. 
+FAIL
+
diff --git a/LayoutTests/platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt b/LayoutTests/platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt
new file mode 100644
index 0000000..2ae8942
--- /dev/null
+++ b/LayoutTests/platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 88: TypeError: 'null' is not an object (evaluating 'event.dataTransfer.types.indexOf')
+This test checks that on a successful drop we can access event.dataTransfer.types without crashing.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/win/fast/events/ondrop-text-html-expected.txt b/LayoutTests/platform/win/fast/events/ondrop-text-html-expected.txt
new file mode 100644
index 0000000..d7c3d8b
--- /dev/null
+++ b/LayoutTests/platform/win/fast/events/ondrop-text-html-expected.txt
@@ -0,0 +1,4 @@
+CONSOLE MESSAGE: line 21: text/plain: undefined
+CONSOLE MESSAGE: line 23: text/html: undefined
+This test verifies that we can get text/html from the drag object during an ondrop event. This test requires DRT.
+FAIL

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list