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

ossy at webkit.org ossy at webkit.org
Sun Feb 20 23:16:15 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 24c1fe69d14981d4f1008ec2ea53cb4f77db36dc
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 19 14:42:12 2011 +0000

    Unreviewed.
    
    Update Qt specific expected files after r76115.
    
    * platform/qt/fast/dom/Window/window-properties-expected.txt:
    * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76125 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ac4b25a..5dca844 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-19  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed.
+
+        Update Qt specific expected files after r76115.
+
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+
 2011-01-19  Joseph Pecoraro  <joepeck at webkit.org>
 
         Reviewed by Simon Fraser.
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 dc79566..c115540 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
@@ -2277,6 +2277,8 @@ window.onemptied [null]
 window.onended [null]
 window.onerror [null]
 window.onfocus [null]
+window.onformchange [null]
+window.onforminput [null]
 window.onhashchange [null]
 window.oninput [null]
 window.oninvalid [null]
diff --git a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
index 943374c..6ab6d23 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt
@@ -381,6 +381,8 @@ PASS typeof Object.getOwnPropertyDescriptor(window, 'onemptied') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onended') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onerror') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onfocus') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'onformchange') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'onforminput') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'onhashchange') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'oninput') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'oninvalid') is 'object'

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list