Bug 133647 - Disable button animations in regression tests
Summary: Disable button animations in regression tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-06-09 10:34 PDT by Alexey Proskuryakov
Modified: 2014-07-17 12:32 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.57 KB, patch)
2014-06-09 10:38 PDT, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff
WK1 part (1.54 KB, patch)
2014-07-17 12:24 PDT, Alexey Proskuryakov
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-06-09 10:34:42 PDT
Ideally, we should find a way to test animations, but for now, make sure that the dumped snapshot matches actual state.

This fixes fast/forms/checkbox-appearance-change-by-checked.html on Yosemite.

<rdar://problem/16677530>
Comment 1 Alexey Proskuryakov 2014-06-09 10:38:42 PDT
Created attachment 232712 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-06-09 11:58:10 PDT
Committed <http://trac.webkit.org/r169704>.
Comment 3 Alexey Proskuryakov 2014-07-17 12:24:32 PDT
This only did it for WK2.
Comment 4 Alexey Proskuryakov 2014-07-17 12:24:50 PDT
Created attachment 235083 [details]
WK1 part
Comment 5 Alexey Proskuryakov 2014-07-17 12:32:32 PDT
Committed the WK1 part in <http://trac.webkit.org/r171193>.