Bug 100646 - [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
Summary: [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Raphael Kubo da Costa (:rakuco)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 02:39 PDT by Raphael Kubo da Costa (:rakuco)
Modified: 2012-10-29 07:23 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.37 KB, patch)
2012-10-29 07:03 PDT, Raphael Kubo da Costa (:rakuco)
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa (:rakuco) 2012-10-29 02:39:02 PDT
As per <https://bugs.webkit.org/show_bug.cgi?id=100010#c5>:

--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/frame-tab-focus-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/frame-tab-focus-actual.txt
@@ -1,6 +1,8 @@
 This page tests tabbing between subframes. To test, click on this text to focus the main window. Then press Tab 7 times, then Shift-Tab 7 times, which should move focus forward and backward through all inputs and frames. Then press Option-Tab 11 times and Shift-Option-Tab 11 times, which should move focus forward and backward through all inputs, frames, and links.

            [tabindex of one] [tabindex of three] [tabindex of two] [tabindex of three]
+main window: window blurred
+main window: window focused
 Tabbing forward...

 main window: INPUT #2 (tabindex=2) focused
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-10-29 07:03:49 PDT
Created attachment 171240 [details]
Patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-10-29 07:23:33 PDT
Committed r132796: <http://trac.webkit.org/changeset/132796>