Changeset 62131 in webkit


Ignore:
Timestamp:
Jun 29, 2010 10:11:57 AM (14 years ago)
Author:
Martin Robinson
Message:

2010-06-29 Mario Sanchez Prada <msanchez@igalia.com>

Reviewed by Gustavo Noronha Silva.

platform/gtk/accessibility/name-from-label test needs updating
https://bugs.webkit.org/show_bug.cgi?id=41355

Updated test and expected results to match changes introduced
with patch for bug 40009 (make it more coherent with other ports)

  • platform/gtk/accessibility/name-from-label-expected.txt:
  • platform/gtk/accessibility/name-from-label.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r62127 r62131  
     12010-06-29  Mario Sanchez Prada  <msanchez@igalia.com>
     2
     3        Reviewed by Gustavo Noronha Silva.
     4
     5        platform/gtk/accessibility/name-from-label test needs updating
     6        https://bugs.webkit.org/show_bug.cgi?id=41355
     7
     8        Updated test and expected results to match changes introduced
     9        with patch for bug 40009 (make it more coherent with other ports)
     10
     11        * platform/gtk/accessibility/name-from-label-expected.txt:
     12        * platform/gtk/accessibility/name-from-label.html:
     13
    1142010-06-29  Mikhail Naganov  <mnaganov@chromium.org>
    215
  • trunk/LayoutTests/platform/gtk/accessibility/name-from-label-expected.txt

    r62123 r62131  
    55
    66
    7 FAIL child.role should be entry. Was AXRole: entry.
    8 FAIL child.title should be Full Name:. Was AXTitle: Full Name:.
     7PASS child.role is 'AXRole: entry'
     8PASS child.title is 'AXTitle: Full Name:'
    99PASS successfullyParsed is true
    1010
  • trunk/LayoutTests/platform/gtk/accessibility/name-from-label.html

    r61730 r62131  
    2121  function checkResults() {
    2222    // Actually check the results
    23     shouldBe("child.role", "'entry'");
    24     shouldBe("child.title", "'Full Name:'");
     23    shouldBe("child.role", "'AXRole: entry'");
     24    shouldBe("child.title", "'AXTitle: Full Name:'");
    2525    finishJSTest();
    2626  }
Note: See TracChangeset for help on using the changeset viewer.