Changeset 169704 in webkit


Ignore:
Timestamp:
Jun 9, 2014 11:57:26 AM (10 years ago)
Author:
ap@apple.com
Message:

Disable button animations in regression tests
https://bugs.webkit.org/show_bug.cgi?id=133647
<rdar://problem/16677530>

Reviewed by Tim Horton.

  • WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:

(WTR::InjectedBundle::platformInitialize):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r169700 r169704  
     12014-06-09  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Disable button animations in regression tests
     4        https://bugs.webkit.org/show_bug.cgi?id=133647
     5        <rdar://problem/16677530>
     6
     7        Reviewed by Tim Horton.
     8
     9        * WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
     10        (WTR::InjectedBundle::platformInitialize):
     11
    1122014-06-09  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm

    r169355 r169704  
    5555        @"NSOverlayScrollersEnabled": @NO,
    5656        @"AppleShowScrollBars": @"Always",
     57        @"NSButtonAnimationsEnabled": @NO, // Ideally, we should find a way to test animations, but for now, make sure that the dumped snapshot matches actual state.
    5758        // FIXME (<rdar://problem/13396515>): It is too late to set AppleLanguages here, as loaded frameworks localizations cannot be changed.
    5859        // This breaks some accessibility tests on machines with non-English user language.
Note: See TracChangeset for help on using the changeset viewer.