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

benm at google.com benm at google.com
Wed Dec 22 14:45:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d8a3234d4f5394a3298ee75f3e6edbed897b92aa
Author: benm at google.com <benm at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 19 12:52:42 2010 +0000

    Unreviewed, update the Qt test expectations after r70047.
    
    Missing support for document.createTouch and document.createTouchList
    https://bugs.webkit.org/show_bug.cgi?id=47676
    
    * platform/qt/fast/dom/Window/window-properties-expected.txt:
        Add the new APIs to the expected results.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70052 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ceaee0b..6904add 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-19  Ben Murdoch  <benm at google.com>
+
+        Unreviewed, update the Qt test expectations after r70047.
+
+        Missing support for document.createTouch and document.createTouchList
+        https://bugs.webkit.org/show_bug.cgi?id=47676
+
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+            Add the new APIs to the expected results.
+
 2010-10-19  Andreas Kling  <kling at webkit.org>
 
         Reviewed by Tor Arne Vestbø.
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
index 507ad59..a315756 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
@@ -609,6 +609,8 @@ window.Document.prototype.createNodeIterator [function]
 window.Document.prototype.createProcessingInstruction [function]
 window.Document.prototype.createRange [function]
 window.Document.prototype.createTextNode [function]
+window.Document.prototype.createTouch [function]
+window.Document.prototype.createTouchList [function]
 window.Document.prototype.createTreeWalker [function]
 window.Document.prototype.dispatchEvent [function]
 window.Document.prototype.elementFromPoint [function]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list