forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace another batch of Theora tests with vp8/vp9.
In preparation for disabling Theora, this updates tests to use vp8 in ogg or vp9 in webm where applicable. This turns out to fix some tests which were trying to use ogg+flac which we've never supported. Unfortunately this results in a large number of rebaselines added by `rebaseline-cl`, but they all look correct. There's some color shifting as vp8/vp9 now carry color space tags where theora did not (assumed bt.601). Some cases were using 4:4:4 sampling with theora in ogv, but that's not supported by vp8, so those had to be switched to using webm + vp9. Bug: 1489034 Change-Id: I16d5d24c0760a3c33edbb614e3a2527826310e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4950580 Auto-Submit: Dale Curtis <[email protected]> Reviewed-by: Yoav Weiss <[email protected]> Reviewed-by: Dan Sanders <[email protected]> Commit-Queue: Dan Sanders <[email protected]> Cr-Commit-Position: refs/heads/main@{#1212235}
- Loading branch information
1 parent
cf3bea4
commit 8c1a575
Showing
11 changed files
with
34 additions
and
129 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
Binary file removed
BIN
-3.62 KB
html/canvas/element/manual/wide-gamut-canvas/resources/pattern-srgb-fullcolor.ogv
Binary file not shown.
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
2 changes: 1 addition & 1 deletion
2
html/semantics/embedded-content/the-video-element/video-poster-shown-preload-auto-ref.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<title>Verifies that video poster is shown even if video element has 'preload="auto"' attribute</title> | ||
<video preload="none" poster="/media/poster.png" src="/media/video.ogv" width="100" height="100"></video> | ||
<video preload="none" poster="/media/poster.png" src="/media/video.webm" width="100" height="100"></video> | ||
</html> |
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
Binary file not shown.
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
Binary file not shown.
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