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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 11:39:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6b3063c430876c629a226fff48040800212b9323
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 2 19:50:30 2010 +0000

    Unreviewed. Update Qt specific expected result after r64471.
    
    AX: Support methods for web apps to interact with the native accessibility APIs
    https://bugs.webkit.org/show_bug.cgi?id=43005
    
    
    * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64486 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e88f4fa..e8e9cf0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-02  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed. Update Qt specific expected result after r64471.
+
+        AX: Support methods for web apps to interact with the native accessibility APIs
+        https://bugs.webkit.org/show_bug.cgi?id=43005
+
+
+        * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
+
 2010-08-02  Darin Adler  <darin at apple.com>
 
         Reviewed by Sam Weinig.
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 2e9a586..d8c9512 100644
--- a/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt
@@ -2108,6 +2108,13 @@ window.captureEvents [function]
 window.clearInterval [function]
 window.clearTimeout [function]
 window.clientInformation [object Navigator]
+window.clientInformation.accessibility [object Accessibility]
+window.clientInformation.accessibility.elementsChanged [function]
+window.clientInformation.accessibility.screenChanged [function]
+window.clientInformation.accessibility.screenReader [object ScreenReader]
+window.clientInformation.accessibility.screenReader.active [boolean]
+window.clientInformation.accessibility.screenReader.activeElement [null]
+window.clientInformation.accessibility.screenReader.version [string]
 window.clientInformation.appCodeName [string]
 window.clientInformation.appName [string]
 window.clientInformation.appVersion [string]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list