[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

bweinstein at apple.com bweinstein at apple.com
Thu Feb 4 21:35:39 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit ca27d03ed876c9c06f2f397c6e4ea1fd61828027
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 1 22:06:05 2010 +0000

    Rubber-stamped by Oliver Hunt.
    
    Check in (failing) expected results for fast/dom/Window/window-postmessage-clone-frames.
    This fails because of <rdar://problem/5230396> eventSender.beginDragWithFiles is unimplemented.
    
    * platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54149 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 482bffa..7c7608b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-01  Brian Weinstein  <bweinstein at apple.com>
+
+        Rubber-stamped by Oliver Hunt.
+
+        Check in (failing) expected results for fast/dom/Window/window-postmessage-clone-frames.
+        This fails because of <rdar://problem/5230396> eventSender.beginDragWithFiles is unimplemented.
+
+        * platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added.
+
 2010-02-01  Eric Carlson  <eric.carlson at apple.com>
 
         No review, build fix.
diff --git a/LayoutTests/platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt b/LayoutTests/platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt
new file mode 100644
index 0000000..56f78d3
--- /dev/null
+++ b/LayoutTests/platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 107: TypeError: Result of expression 'eventSender.beginDragWithFiles' [undefined] is not a function.
+Tests that we clone object hierarchies
+PASS: (frames[0].tests[0]).eventData instanceof (frames[0]).Object is true of type boolean
+PASS: (frames[0].tests[0]).event.data instanceof (frames[0]).Object is true of type boolean
+PASS: (frames[0].tests[1]).eventData instanceof (frames[0]).Array is true of type boolean
+PASS: (frames[0].tests[1]).event.data instanceof (frames[0]).Array is true of type boolean
+PASS: (frames[0].tests[2]).eventData instanceof (frames[0]).Date is true of type boolean
+PASS: (frames[0].tests[2]).event.data instanceof (frames[0]).Date is true of type boolean
+ 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list