Skip to content

Commit

Permalink
Make the AVIF test images render larger (#41949)
Browse files Browse the repository at this point in the history
At the moment, they're 2px × 2px images, which is kinda hard to notice
on a large screen. Make this scale much larger, which should work fine.
  • Loading branch information
gsnedders authored Sep 13, 2023
1 parent 4de2849 commit 10645f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avif/animated-avif-timeout-ref.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img src=../images/green.avif>
<img src=../images/green.avif style="height:500px">
2 changes: 1 addition & 1 deletion avif/animated-avif-timeout.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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()"/>
<img src=../images/animated-avif.avif onload="loaded()" style="height:500px"/>
<script>
function loaded() {
setTimeout(function() {
Expand Down

0 comments on commit 10645f3

Please sign in to comment.