Title: [147676] trunk/LayoutTests
- Revision
- 147676
- Author
- [email protected]
- Date
- 2013-04-04 15:57:30 -0700 (Thu, 04 Apr 2013)
Log Message
Make fast/events/tabindex-focus-blur-all.html disallow Java so the test runs the same regardless of platform/port
https://bugs.webkit.org/show_bug.cgi?id=113950
Patch by Dave Michael <[email protected]> on 2013-04-04
Reviewed by Jer Noble.
This hopefully fixes the test failure seen on Apple Mountain Lion WK2:
http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r147640%20(7636)/results.html
that was introduced in https://bugs.webkit.org/show_bug.cgi?id=32292
* fast/events/resources/tabindex-focus-blur-all.js: Make the test disallow Java execution. Otherwise, <applet> is focusible on platforms that support Java by default and not focusible elsewhere.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (147675 => 147676)
--- trunk/LayoutTests/ChangeLog 2013-04-04 22:23:47 UTC (rev 147675)
+++ trunk/LayoutTests/ChangeLog 2013-04-04 22:57:30 UTC (rev 147676)
@@ -1,3 +1,16 @@
+2013-04-04 Dave Michael <[email protected]>
+
+ Make fast/events/tabindex-focus-blur-all.html disallow Java so the test runs the same regardless of platform/port
+ https://bugs.webkit.org/show_bug.cgi?id=113950
+
+ Reviewed by Jer Noble.
+
+ This hopefully fixes the test failure seen on Apple Mountain Lion WK2:
+ http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r147640%20(7636)/results.html
+ that was introduced in https://bugs.webkit.org/show_bug.cgi?id=32292
+
+ * fast/events/resources/tabindex-focus-blur-all.js: Make the test disallow Java execution. Otherwise, <applet> is focusible on platforms that support Java by default and not focusible elsewhere.
+
2013-04-04 Eric Carlson <[email protected]>
[Mac] add "automatic" text track menu item
Modified: trunk/LayoutTests/fast/events/resources/tabindex-focus-blur-all.js (147675 => 147676)
--- trunk/LayoutTests/fast/events/resources/tabindex-focus-blur-all.js 2013-04-04 22:23:47 UTC (rev 147675)
+++ trunk/LayoutTests/fast/events/resources/tabindex-focus-blur-all.js 2013-04-04 22:57:30 UTC (rev 147676)
@@ -1,4 +1,5 @@
if (window.testRunner) {
+ testRunner.overridePreference("WebKitJavaEnabled", "0");
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes