Changeset 107132 in webkit
- Timestamp:
- Feb 8, 2012, 1:47:51 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r107122 r107132 1 2012-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 1 18 2012-02-08 Emil A Eklund <eae@chromium.org> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.