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.
Add
ImageDecoder
-independent animated AVIF test
- Loading branch information
1 parent
f46baf3
commit fc96bdd
Showing
4 changed files
with
13 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.png> |
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.