-
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.
Bug 1792167 [wpt PR 36044] - Add
ImageDecoder
-independent animated …
…AVIF test, a=testonly Automatic update from web-platform-tests Add `ImageDecoder`-independent animated AVIF test (#36044) Ref. web-platform-tests/interop#136 -- wpt-commits: 28907950abfc7baf1cc61b5b9845f2a787032906 wpt-pr: 36044
- Loading branch information
1 parent
77f6228
commit 76b9a32
Showing
6 changed files
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
spec: https://aomediacodec.github.io/av1-avif/ |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<img src=../images/green.avif> |
11 changes: 11 additions & 0 deletions
11
testing/web-platform/tests/avif/animated-avif-timeout.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<html class="reftest-wait"> | ||
<title>Animated AVIF: Second frame displays quickly, replacing red with green.</title> | ||
<link rel="match" href="animated-avif-timeout-ref.html"/> | ||
<img src=../images/animated-avif.avif onload="loaded()"/> | ||
<script> | ||
function loaded() { | ||
setTimeout(function() { | ||
document.documentElement.classList.remove("reftest-wait"); | ||
}, 1000); | ||
} | ||
</script> |
Binary file not shown.
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