Bug 35875 - Layout Tests for Spatial Navigation (followup'ing: Extend keyboard navigation to allow directional navigation)
Summary: Layout Tests for Spatial Navigation (followup'ing: Extend keyboard navigation...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords:
Depends on: 18662
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-08 11:44 PST by Antonio Gomes
Modified: 2010-03-10 12:20 PST (History)
25 users (show)

See Also:


Attachments
(committed in r55794) patch_1 v0.1 - tests the fully aligned procedence logic of Spatial Navigation (14.76 KB, patch)
2010-03-08 19:33 PST, Antonio Gomes
no flags Details | Formatted Diff | Diff
(committed in r55795) patch_2 v0.1 - tests unit overflow during Spatial Navigation algorithm calculations (6.65 KB, patch)
2010-03-08 19:35 PST, Antonio Gomes
no flags Details | Formatted Diff | Diff
(committed in r55796) patch_3 v0.1 - tests iframe traversal by Spatial Navigation (15.76 KB, patch)
2010-03-08 19:37 PST, Antonio Gomes
no flags Details | Formatted Diff | Diff
(committed in r55797) patch_4 - v0.1 - manual tests for Spatial Navigation (9.16 KB, patch)
2010-03-08 19:41 PST, Antonio Gomes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2010-03-08 11:44:50 PST
+++ This bug was initially created as a clone of Bug #18662 +++

The core patch has landed (see https://bugs.webkit.org/show_bug.cgi?id=18662#c74). THe Layout tests have not landed though (see attachment https://bugs.webkit.org/attachment.cgi?id=49076), but two (r55577 and r55578).

I am cloning bug 18662 here to track the missing Layout Testes landing.
Comment 1 Antonio Gomes 2010-03-08 19:33:49 PST
Created attachment 50271 [details]
(committed in r55794) patch_1 v0.1 - tests the fully aligned procedence logic of Spatial Navigation
Comment 2 Antonio Gomes 2010-03-08 19:35:44 PST
Created attachment 50272 [details]
(committed in r55795) patch_2 v0.1 - tests unit overflow during Spatial Navigation algorithm calculations
Comment 3 Antonio Gomes 2010-03-08 19:37:01 PST
Created attachment 50273 [details]
(committed in r55796) patch_3 v0.1 - tests iframe traversal by Spatial Navigation
Comment 4 Antonio Gomes 2010-03-08 19:41:21 PST
Created attachment 50274 [details]
(committed in r55797) patch_4 - v0.1 - manual tests for Spatial Navigation

Adds a manual tests for the Spatial Navigation feature comprasing varios Html focusable elements (e.g. <a>, <table>, <iframe>) and much of the logic
provided by the feature.
Comment 5 Dave Hyatt 2010-03-10 10:57:10 PST
Comment on attachment 50274 [details]
(committed in r55797) patch_4 - v0.1 - manual tests for Spatial Navigation

r=me
Comment 6 Dave Hyatt 2010-03-10 10:57:36 PST
Comment on attachment 50271 [details]
(committed in r55794) patch_1 v0.1 - tests the fully aligned procedence logic of Spatial Navigation

r=me
Comment 7 Dave Hyatt 2010-03-10 10:57:55 PST
Comment on attachment 50272 [details]
(committed in r55795) patch_2 v0.1 - tests unit overflow during Spatial Navigation algorithm calculations

r=me
Comment 8 Dave Hyatt 2010-03-10 10:58:18 PST
Comment on attachment 50273 [details]
(committed in r55796) patch_3 v0.1 - tests iframe traversal by Spatial Navigation

r=me
Comment 9 Antonio Gomes 2010-03-10 12:20:03 PST
Tests landed: thx Dave