Changeset 64486 in webkit


Ignore:
Timestamp:
Aug 2, 2010 12:50:30 PM (14 years ago)
Author:
Csaba Osztrogonác
Message:

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.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64485 r64486  
     12010-08-02  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Unreviewed. Update Qt specific expected result after r64471.
     4
     5        AX: Support methods for web apps to interact with the native accessibility APIs
     6        https://bugs.webkit.org/show_bug.cgi?id=43005
     7
     8
     9        * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
     10
    1112010-08-02  Darin Adler  <darin@apple.com>
    212
  • trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt

    r64272 r64486  
    21092109window.clearTimeout [function]
    21102110window.clientInformation [object Navigator]
     2111window.clientInformation.accessibility [object Accessibility]
     2112window.clientInformation.accessibility.elementsChanged [function]
     2113window.clientInformation.accessibility.screenChanged [function]
     2114window.clientInformation.accessibility.screenReader [object ScreenReader]
     2115window.clientInformation.accessibility.screenReader.active [boolean]
     2116window.clientInformation.accessibility.screenReader.activeElement [null]
     2117window.clientInformation.accessibility.screenReader.version [string]
    21112118window.clientInformation.appCodeName [string]
    21122119window.clientInformation.appName [string]
Note: See TracChangeset for help on using the changeset viewer.