Changeset 55578 in webkit


Ignore:
Timestamp:
Mar 5, 2010 7:48:12 AM (14 years ago)
Author:
tonikitoo@webkit.org
Message:

Extend keyboard navigation to allow directional navigation (LayoutTests - part II)
https://bugs.webkit.org/show_bug.cgi?id=18662

Reviewed by Kenneth Christiansen.
Patch by Antonio Gomes <tonikitoo@webkit.org>

This patch adds two LayoutTest to ensure the basic table traversal correctness of
Spatial Navigation (SNav) algorithm: focusable elements in a <table> should be accessible.

  • fast/events/spatial-navigation/snav-table-traversal.html: Added. Makes sure all elements in a <table> are accessible via Spatial Navigation.
  • fast/events/spatial-navigation/snav-tiny-table-traversal.html: Added. Tests the similar table traversal scenario as above, but in this case the elements in the <table> are styled with 'font-size: small'. That way this test also validades that overlapping rects of elements too closed from each other are correctly handled.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r55577 r55578  
     12010-03-03  Antonio Gomes  <tonikitoo@webkit.org>
     2
     3        Reviewed by Kenneth Christiansen.
     4        Patch by Antonio Gomes <tonikitoo@webkit.org>
     5
     6        Extend keyboard navigation to allow directional navigation (LayoutTests - part II)
     7        https://bugs.webkit.org/show_bug.cgi?id=18662
     8
     9        This patch adds two LayoutTest to ensure the basic table traversal correctness of
     10        Spatial Navigation (SNav) algorithm: focusable elements in a <table> should be accessible.
     11
     12        * fast/events/spatial-navigation/snav-table-traversal.html: Added.
     13          Makes sure all elements in a <table> are accessible via Spatial Navigation.
     14        * fast/events/spatial-navigation/snav-tiny-table-traversal.html: Added.
     15          Tests the similar table traversal scenario as above, but in this case the elements
     16          in the <table> are styled with 'font-size: small'. That way this test also validades
     17          that overlapping rects of elements too closed from each other are correctly handled.
     18
    1192010-03-02  Antonio Gomes  <tonikitoo@webkit.org>
    220
Note: See TracChangeset for help on using the changeset viewer.