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

cfleizach at apple.com cfleizach at apple.com
Wed Dec 22 11:38:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c8aef234e7eebe32df085397dff433f280b85eea
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 2 18:19:51 2010 +0000

    AX: Support methods for web apps to interact with the native accessibility APIs
    https://bugs.webkit.org/show_bug.cgi?id=43005
    
    Updating expectations for layout tests.
    
    * fast/dom/Window/window-properties-expected.txt:
    * fast/dom/navigator-detached-no-crash-expected.txt:
    * fast/dom/prototype-inheritance-2-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64478 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5b8b1ca..dc8988e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-02  Chris Fleizach  <cfleizach at apple.com>
+
+        AX: Support methods for web apps to interact with the native accessibility APIs
+        https://bugs.webkit.org/show_bug.cgi?id=43005
+
+        Updating expectations for layout tests.
+
+        * fast/dom/Window/window-properties-expected.txt:
+        * fast/dom/navigator-detached-no-crash-expected.txt:
+        * fast/dom/prototype-inheritance-2-expected.txt:
+
 2010-08-02  Andrew Wilson  <atwilson at chromium.org>
 
         Unreviewed test expectations change to mark test as failing on Chromium Linux.
diff --git a/LayoutTests/fast/dom/Window/window-properties-expected.txt b/LayoutTests/fast/dom/Window/window-properties-expected.txt
index c977341..ac66e2b 100644
--- a/LayoutTests/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-expected.txt
@@ -2138,6 +2138,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]
diff --git a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt b/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
index 95712ba..414bdeb 100644
--- a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
+++ b/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
@@ -1,5 +1,6 @@
 This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser. 
  Check Navigator
+navigator.accessibility is OK
 navigator.appCodeName is OK
 navigator.appName is OK
 navigator.appVersion is OK
@@ -16,6 +17,7 @@ navigator.productSub is OK
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
+navigator.accessibility is OK
 navigator.appCodeName is OK
 navigator.appName is OK
 navigator.appVersion is OK
diff --git a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
index 205575a..c55a906 100644
--- a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
+++ b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
@@ -3,6 +3,8 @@ Make sure prototypes are set up using the window a property came from, instead o
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
+PASS Accessibility from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility
+PASS AccessibilityPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.__proto__
 FAIL Array from inner.document.forms.testForm.0.ownerDocument.defaultView.console.profiles
 PASS Attr from inner.document.forms.testForm.0.attributes.0
 PASS AttrConstructor from inner.document.forms.testForm.0.attributes.0.constructor
@@ -186,6 +188,8 @@ PASS SVGPaintConstructor from inner.getComputedStyle(inner.document.body).getPro
 PASS SVGPaintPrototype from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).__proto__
 PASS Screen from inner.document.forms.testForm.0.ownerDocument.defaultView.screen
 PASS ScreenPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.screen.__proto__
+PASS ScreenReader from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.screenReader
+PASS ScreenReaderPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.screenReader.__proto__
 PASS Storage from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage
 PASS StorageConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage.constructor
 PASS StoragePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage.__proto__

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list