Changeset 171193 in webkit


Ignore:
Timestamp:
Jul 17, 2014 12:31:48 PM (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 Dean Jackson.

  • DumpRenderTree/mac/DumpRenderTree.mm: (setDefaultsToConsistentValuesForTesting):

We already did this for WebKit2, let's do it for WebKit1 too.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r171167 r171193  
     12014-07-17  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 Dean Jackson.
     8
     9        * DumpRenderTree/mac/DumpRenderTree.mm: (setDefaultsToConsistentValuesForTesting):
     10        We already did this for WebKit2, let's do it for WebKit1 too.
     11
    1122014-07-16  Alexey Proskuryakov  <ap@apple.com>
    213
  • trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm

    r170986 r171193  
    941941        @"NSOverlayScrollersEnabled": @NO,
    942942        @"AppleShowScrollBars": @"Always",
     943        @"NSButtonAnimationsEnabled": @NO, // Ideally, we should find a way to test animations, but for now, make sure that the dumped snapshot matches actual state.
    943944        WebDatabaseDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@"Databases"],
    944945        WebStorageDirectoryDefaultsKey: [libraryPath stringByAppendingPathComponent:@"LocalStorage"],
Note: See TracChangeset for help on using the changeset viewer.