Changeset 189022 in webkit


Ignore:
Timestamp:
Aug 27, 2015 7:26:20 AM (9 years ago)
Author:
Wenson Hsieh
Message:

Add a Layout test for r188991
https://bugs.webkit.org/show_bug.cgi?id=148507

Reviewed by Tim Horton.

Tests that stopping an animation early and closing the window does
not crash the process. This is a retrospective test added for
https://bugs.webkit.org/show_bug.cgi?id=148442, "Fix crash due to
animationDidEnd called on deallocated RemoteLayerTreeHost."

  • animations/crash-on-removing-animation.html: Added.
  • animations/crash-on-removing-animation-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r189019 r189022  
     12015-08-26  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Add a Layout test for r188991
     4        https://bugs.webkit.org/show_bug.cgi?id=148507
     5
     6        Reviewed by Tim Horton.
     7
     8        Tests that stopping an animation early and closing the window does
     9        not crash the process. This is a retrospective test added for
     10        https://bugs.webkit.org/show_bug.cgi?id=148442, "Fix crash due to
     11        animationDidEnd called on deallocated RemoteLayerTreeHost."
     12
     13        * animations/crash-on-removing-animation.html: Added.
     14        * animations/crash-on-removing-animation-expected.txt: Added.
     15
    1162015-08-27  Csaba Osztrogonác  <ossy@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.