Title: [122611] trunk/LayoutTests
- Revision
- 122611
- Author
- [email protected]
- Date
- 2012-07-13 11:46:43 -0700 (Fri, 13 Jul 2012)
Log Message
[EFL] Gardening failure cases on EFL build bot
https://bugs.webkit.org/show_bug.cgi?id=91219
Unreviewed EFL gardening. Skip the new failing tests and add
platform-specific results for fallback-content.html to get the
bot greener.
Patch by Sudarsana Nagineni <[email protected]> on 2012-07-13
* platform/efl/TestExpectations:
* platform/efl/fast/canvas/fallback-content-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (122610 => 122611)
--- trunk/LayoutTests/ChangeLog 2012-07-13 18:45:16 UTC (rev 122610)
+++ trunk/LayoutTests/ChangeLog 2012-07-13 18:46:43 UTC (rev 122611)
@@ -1,3 +1,15 @@
+2012-07-13 Sudarsana Nagineni <[email protected]>
+
+ [EFL] Gardening failure cases on EFL build bot
+ https://bugs.webkit.org/show_bug.cgi?id=91219
+
+ Unreviewed EFL gardening. Skip the new failing tests and add
+ platform-specific results for fallback-content.html to get the
+ bot greener.
+
+ * platform/efl/TestExpectations:
+ * platform/efl/fast/canvas/fallback-content-expected.txt: Added.
+
2012-07-13 Zan Dobersek <[email protected]>
Unreviewed GTK gardening, adding baselines and expectations required
Modified: trunk/LayoutTests/platform/efl/TestExpectations (122610 => 122611)
--- trunk/LayoutTests/platform/efl/TestExpectations 2012-07-13 18:45:16 UTC (rev 122610)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2012-07-13 18:46:43 UTC (rev 122611)
@@ -597,6 +597,7 @@
BUGWK88191 : fast/viewport/viewport-legacy-ordering-5.html = TEXT
BUGWK88191 : fast/viewport/viewport-legacy-ordering-6.html = TEXT
BUGWK88191 : fast/viewport/viewport-legacy-xhtmlmp.html = TEXT
+BUGWK88191 : fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html = TEXT
// The EFL port has no support for the FileSystem API
BUGWK68591 SKIP : fast/filesystem = PASS
@@ -741,3 +742,9 @@
// Skip tests in fast/text/shaping
BUGWK90951 SKIP : fast/text/shaping = PASS
+
+// These tests are failing after r122528.
+BUGWK91210 : http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html = TEXT
+BUGWK91210 : http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html = TEXT
+BUGWK91210 : http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object.html = TEXT
+BUGWK91210 : http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect.html = TEXT
Added: trunk/LayoutTests/platform/efl/fast/canvas/fallback-content-expected.txt (0 => 122611)
--- trunk/LayoutTests/platform/efl/fast/canvas/fallback-content-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/canvas/fallback-content-expected.txt 2012-07-13 18:46:43 UTC (rev 122611)
@@ -0,0 +1,80 @@
+Link Button
+Focusable
+This test makes sure that focusable elements in canvas fallback content are focusable.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+link1 should be focusable.
+PASS document.activeElement == element is true
+
+button1 should be focusable.
+PASS document.activeElement == element is true
+
+text1 should be focusable.
+PASS document.activeElement == element is true
+
+checkbox1 should be focusable.
+PASS document.activeElement == element is true
+
+radio1 should be focusable.
+PASS document.activeElement == element is true
+
+slider1 should be focusable.
+PASS document.activeElement == element is true
+
+submit1 should be focusable.
+PASS document.activeElement == element is true
+
+combobox1 should be focusable.
+PASS document.activeElement == element is true
+
+listbox1 should be focusable.
+PASS document.activeElement == element is true
+
+textarea1 should be focusable.
+PASS document.activeElement == element is true
+
+focusable1 should be focusable.
+PASS document.activeElement == element is true
+
+link2 should be focusable.
+PASS document.activeElement == element is true
+
+button2 should be focusable.
+PASS document.activeElement == element is true
+
+text2 should be focusable.
+PASS document.activeElement == element is true
+
+checkbox2 should be focusable.
+PASS document.activeElement == element is true
+
+radio2 should be focusable.
+PASS document.activeElement == element is true
+
+slider2 should be focusable.
+PASS document.activeElement == element is true
+
+submit2 should be focusable.
+PASS document.activeElement == element is true
+
+combobox2 should be focusable.
+PASS document.activeElement == element is true
+
+listbox2 should be focusable.
+PASS document.activeElement == element is true
+
+textarea2 should be focusable.
+PASS document.activeElement == element is true
+
+focusable2 should be focusable.
+PASS document.activeElement == element is true
+
+linkInHiddenCanvas should not be focusable.
+PASS document.activeElement == previousFocusedElement is true
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes