Changeset 147676 in webkit


Ignore:
Timestamp:
Apr 4, 2013 3:57:30 PM (11 years ago)
Author:
benjamin@webkit.org
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 <dmichael@chromium.org> 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.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r147675 r147676  
     12013-04-04  Dave Michael  <dmichael@chromium.org>
     2
     3        Make fast/events/tabindex-focus-blur-all.html disallow Java so the test runs the same regardless of platform/port
     4        https://bugs.webkit.org/show_bug.cgi?id=113950
     5
     6        Reviewed by Jer Noble.
     7
     8        This hopefully fixes the test failure seen on Apple Mountain Lion WK2:
     9        http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r147640%20(7636)/results.html
     10        that was introduced in https://bugs.webkit.org/show_bug.cgi?id=32292
     11
     12        * 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.
     13
    1142013-04-04  Eric Carlson  <eric.carlson@apple.com>
    215
  • trunk/LayoutTests/fast/events/resources/tabindex-focus-blur-all.js

    r120792 r147676  
    11if (window.testRunner) {
     2    testRunner.overridePreference("WebKitJavaEnabled", "0");
    23    testRunner.waitUntilDone();
    34    testRunner.dumpAsText();
Note: See TracChangeset for help on using the changeset viewer.