Title: [118388] trunk/LayoutTests
Revision
118388
Author
[email protected]
Date
2012-05-24 10:18:07 -0700 (Thu, 24 May 2012)

Log Message

[EFL] Update test expectations for layout test fast/events/click-focus-control.html
https://bugs.webkit.org/show_bug.cgi?id=87295

Patch by Alexander Shalamov <[email protected]> on 2012-05-24
Reviewed by Eric Seidel.

HTMLFormControlElement is not mouse focusable in EFL port.

* platform/efl/Skipped:
* platform/efl/fast/events/click-focus-control-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118387 => 118388)


--- trunk/LayoutTests/ChangeLog	2012-05-24 17:15:13 UTC (rev 118387)
+++ trunk/LayoutTests/ChangeLog	2012-05-24 17:18:07 UTC (rev 118388)
@@ -1,3 +1,15 @@
+2012-05-24  Alexander Shalamov  <[email protected]>
+
+        [EFL] Update test expectations for layout test fast/events/click-focus-control.html
+        https://bugs.webkit.org/show_bug.cgi?id=87295
+
+        Reviewed by Eric Seidel.
+
+        HTMLFormControlElement is not mouse focusable in EFL port.
+
+        * platform/efl/Skipped:
+        * platform/efl/fast/events/click-focus-control-expected.txt: Added.
+
 2012-05-24  János Badics  <[email protected]>
 
         [Qt] Unskip and rebase now passing tests from qt-5.0/Skipped list.

Modified: trunk/LayoutTests/platform/efl/Skipped (118387 => 118388)


--- trunk/LayoutTests/platform/efl/Skipped	2012-05-24 17:15:13 UTC (rev 118387)
+++ trunk/LayoutTests/platform/efl/Skipped	2012-05-24 17:18:07 UTC (rev 118388)
@@ -598,7 +598,6 @@
 fast/events/click-focus-anchor.html
 
 # BUG: focus bugs
-fast/events/click-focus-control.html
 fast/events/frame-tab-focus.html
 fast/forms/focus2.html
 

Added: trunk/LayoutTests/platform/efl/fast/events/click-focus-control-expected.txt (0 => 118388)


--- trunk/LayoutTests/platform/efl/fast/events/click-focus-control-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/events/click-focus-control-expected.txt	2012-05-24 17:18:07 UTC (rev 118388)
@@ -0,0 +1,9 @@
+This test ensures that we can click to focus an a element. Click on the element below.
+
+The expected result is platform specific. Mac doesn't allow some form controls to be mouse focusable.
+
+Result
+
+a4 received focus ()
+FAIL Some form elements didn't get focus
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to