⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 107132 in webkit


Ignore:
Timestamp:
Feb 8, 2012, 1:47:51 PM (15 years ago)
Author:
jamesr@google.com
Message:

[chromium] Add a layout test for losing the compositor context with a video playing
https://bugs.webkit.org/show_bug.cgi?id=78060

Reviewed by Eric Carlson.

Adds a test to prevent regressions with video playback when we lose the compositor context. This test loads up a
video, forces a frame to be displayed, simulates a lost context, then finishes the test (which causes another
frame to be displayed).

Prior to r106610 this test times out in debug and crashes in ASAN.

  • platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Added.
  • platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Added.
  • platform/chromium/compositing/lost-compositor-context-with-video.html: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r107122 r107132  
     12012-02-08  James Robinson  <jamesr@chromium.org>
     2
     3        [chromium] Add a layout test for losing the compositor context with a video playing
     4        https://bugs.webkit.org/show_bug.cgi?id=78060
     5
     6        Reviewed by Eric Carlson.
     7
     8        Adds a test to prevent regressions with video playback when we lose the compositor context. This test loads up a
     9        video, forces a frame to be displayed, simulates a lost context, then finishes the test (which causes another
     10        frame to be displayed).
     11
     12        Prior to r106610 this test times out in debug and crashes in ASAN.
     13
     14        * platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Added.
     15        * platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Added.
     16        * platform/chromium/compositing/lost-compositor-context-with-video.html: Added.
     17
    1182012-02-08  Emil A Eklund  <eae@chromium.org>
    219
Note: See TracChangeset for help on using the changeset viewer.