Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[GTK] Layout Test http/tests/media/video-play-waiting.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=142489 Reviewed by Philippe Normand. The test was failing with a timeout even after properly calling TestRunner.notifyDone() internally because there was still an injectedBundle.topLoadingFrame() in InjectedBundlePage, which means that the web page hadn't completely finished to be downloaded. This was caused by the stalled video download that the test wants to exercise. The solution is to set the video src to empty in order to convince TestRunner that the page has finished downloading. * http/tests/media/video-play-waiting.html: Set the video src to empty. * platform/mac/TestExpectations: The test now just fails (for reasons unrelated to this fix) on mac instead of timing out. * platform/glib/TestExpectations: Unskipped test. * platform/win/TestExpectations: Unskipped test. Canonical link: https://commits.webkit.org/244548@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286165 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
eocanha@igalia.com
committed
Nov 25, 2021
1 parent
75a4a71
commit cdf7ecc
Showing
5 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters