From: antti@apple.com Date: Thu, 15 Nov 2007 01:04:40 +0000 (+0000) Subject: Try to make this test less timing dependent. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=c97c4cb4594090fe41a943d256af78530f20251c Try to make this test less timing dependent. * http/tests/media/video-play-stall.html: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27801 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index a7d994c380c3..51b0dd09a7c9 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,9 @@ +2007-11-14 Antti Koivisto + + Try to make this test less timing dependent. + + * http/tests/media/video-play-stall.html: + 2007-11-14 Beth Dakin Reviewed by Hyatt. diff --git a/LayoutTests/http/tests/media/video-play-stall.html b/LayoutTests/http/tests/media/video-play-stall.html index 4db512922dc6..98cd831a52bf 100644 --- a/LayoutTests/http/tests/media/video-play-stall.html +++ b/LayoutTests/http/tests/media/video-play-stall.html @@ -1,4 +1,4 @@ - +

Test that dataunavailable, timeupdate and waiting events are sent when media load stalls in the middle.