Title: [118390] trunk/LayoutTests
- Revision
- 118390
- Author
- [email protected]
- Date
- 2012-05-24 10:24:20 -0700 (Thu, 24 May 2012)
Log Message
[EFL] Update test expectations for layout test fast/events/click-focus-anchor.html
https://bugs.webkit.org/show_bug.cgi?id=87293
Patch by Alexander Shalamov <[email protected]> on 2012-05-24
Reviewed by Eric Seidel.
Anchor elements are mouse focusable in EFL port.
* fast/events/click-focus-anchor-expected.txt:
* fast/events/click-focus-anchor.html:
* platform/efl/Skipped:
* platform/efl/fast/events/click-focus-anchor-expected.txt:
* platform/gtk/fast/events/click-focus-anchor-expected.txt:
* platform/qt/fast/events/click-focus-anchor-expected.txt:
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (118389 => 118390)
--- trunk/LayoutTests/ChangeLog 2012-05-24 17:20:33 UTC (rev 118389)
+++ trunk/LayoutTests/ChangeLog 2012-05-24 17:24:20 UTC (rev 118390)
@@ -1,5 +1,21 @@
2012-05-24 Alexander Shalamov <[email protected]>
+ [EFL] Update test expectations for layout test fast/events/click-focus-anchor.html
+ https://bugs.webkit.org/show_bug.cgi?id=87293
+
+ Reviewed by Eric Seidel.
+
+ Anchor elements are mouse focusable in EFL port.
+
+ * fast/events/click-focus-anchor-expected.txt:
+ * fast/events/click-focus-anchor.html:
+ * platform/efl/Skipped:
+ * platform/efl/fast/events/click-focus-anchor-expected.txt:
+ * platform/gtk/fast/events/click-focus-anchor-expected.txt:
+ * platform/qt/fast/events/click-focus-anchor-expected.txt:
+
+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
Modified: trunk/LayoutTests/fast/events/click-focus-anchor-expected.txt (118389 => 118390)
--- trunk/LayoutTests/fast/events/click-focus-anchor-expected.txt 2012-05-24 17:20:33 UTC (rev 118389)
+++ trunk/LayoutTests/fast/events/click-focus-anchor-expected.txt 2012-05-24 17:24:20 UTC (rev 118390)
@@ -1,6 +1,6 @@
This test ensures that we can click to focus an a element. Click on the element below.
-The expected result is platform specific. GTK and QT allows all links to be mouse focusable.
+The expected result is platform specific. GTK, QT and EFL allows all links to be mouse focusable.
Result
Modified: trunk/LayoutTests/fast/events/click-focus-anchor.html (118389 => 118390)
--- trunk/LayoutTests/fast/events/click-focus-anchor.html 2012-05-24 17:20:33 UTC (rev 118389)
+++ trunk/LayoutTests/fast/events/click-focus-anchor.html 2012-05-24 17:24:20 UTC (rev 118390)
@@ -7,13 +7,13 @@
<p>This test ensures that we can click to focus an a element.
Click on the element below.
-<p>The expected result is platform specific. GTK and QT allows all links to be
+<p>The expected result is platform specific. GTK, QT and EFL allows all links to be
mouse focusable.
<div id=test-container>
<p><a id=a1 tabindex=0 title="focusable">Anchor with tab index</a>
<p><a id=a2 title="not focusable">Anchor without tab index</a>
-<p><a id=a3 href="" title="focusable on GTK and QT">Link without tab index</a>
+<p><a id=a3 href="" title="focusable on GTK, QT and EFL">Link without tab index</a>
<p><a id=a4 href="" tabindex=0 title="focusable">Link with tab index</a>
<p><a id=a5 href="" contentEditable title="focusable">Link with contentEditable</a>
<p contentEditable><a id=a6 href="" focusable="not focusable">Link inside contentEditable</a>
Modified: trunk/LayoutTests/platform/efl/Skipped (118389 => 118390)
--- trunk/LayoutTests/platform/efl/Skipped 2012-05-24 17:20:33 UTC (rev 118389)
+++ trunk/LayoutTests/platform/efl/Skipped 2012-05-24 17:24:20 UTC (rev 118390)
@@ -594,9 +594,6 @@
# BUG: wrong test result, window should not have been scrolled
fast/events/attempt-scroll-with-no-scrollbars.html
-# Test expectation probably needs to be updated
-fast/events/click-focus-anchor.html
-
# BUG: focus bugs
fast/events/frame-tab-focus.html
fast/forms/focus2.html
Copied: trunk/LayoutTests/platform/efl/fast/events/click-focus-anchor-expected.txt (from rev 118389, trunk/LayoutTests/platform/gtk/fast/events/click-focus-anchor-expected.txt) (0 => 118390)
--- trunk/LayoutTests/platform/efl/fast/events/click-focus-anchor-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/events/click-focus-anchor-expected.txt 2012-05-24 17:24:20 UTC (rev 118390)
@@ -0,0 +1,11 @@
+This test ensures that we can click to focus an a element. Click on the element below.
+
+The expected result is platform specific. GTK, QT and EFL allows all links to be mouse focusable.
+
+Result
+
+
+a1 received focus (focusable)
+a3 received focus (focusable on GTK, QT and EFL)
+a4 received focus (focusable)
+a5 received focus (focusable)
Modified: trunk/LayoutTests/platform/gtk/fast/events/click-focus-anchor-expected.txt (118389 => 118390)
--- trunk/LayoutTests/platform/gtk/fast/events/click-focus-anchor-expected.txt 2012-05-24 17:20:33 UTC (rev 118389)
+++ trunk/LayoutTests/platform/gtk/fast/events/click-focus-anchor-expected.txt 2012-05-24 17:24:20 UTC (rev 118390)
@@ -1,11 +1,11 @@
This test ensures that we can click to focus an a element. Click on the element below.
-The expected result is platform specific. GTK and QT allows all links to be mouse focusable.
+The expected result is platform specific. GTK, QT and EFL allows all links to be mouse focusable.
Result
a1 received focus (focusable)
-a3 received focus (focusable on GTK and QT)
+a3 received focus (focusable on GTK, QT and EFL)
a4 received focus (focusable)
a5 received focus (focusable)
Modified: trunk/LayoutTests/platform/qt/fast/events/click-focus-anchor-expected.txt (118389 => 118390)
--- trunk/LayoutTests/platform/qt/fast/events/click-focus-anchor-expected.txt 2012-05-24 17:20:33 UTC (rev 118389)
+++ trunk/LayoutTests/platform/qt/fast/events/click-focus-anchor-expected.txt 2012-05-24 17:24:20 UTC (rev 118390)
@@ -1,11 +1,11 @@
This test ensures that we can click to focus an a element. Click on the element below.
-The expected result is platform specific. GTK and QT allows all links to be mouse focusable.
+The expected result is platform specific. GTK, QT and EFL allows all links to be mouse focusable.
Result
a1 received focus (focusable)
-a3 received focus (focusable on GTK and QT)
+a3 received focus (focusable on GTK, QT and EFL)
a4 received focus (focusable)
a5 received focus (focusable)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes