2020/manual/webp_animated.html (54 lines of code) (raw):
<!DOCTYPE html>
<!--
Copyright 2018 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Animated WebP Test Gallery</title>
<link rel="stylesheet" href="manual-page-style.css" type="text/css">
</head>
<body id="webp-animated">
<div id="webp-animated-container">
<div style="display:inline-block">
<div tabindex="0" class="focusable" id="lossless-animated-webp-marbles"></div>
<p>Marbles Lossless WebP</p>
</div>
<div style="display:inline-block">
<div tabindex="0" class="focusable" id="lossy-animated-webp-marbles"></div>
<p>Marbles Lossy WebP</p>
</div>
<hr><br>
<div>
<div tabindex="0" class="focusable" id="lossy-animated-webp-vsauce-sm"></div>
<p>Vsauce WebP</p>
</div>
<hr><br>
<div>
<div tabindex="0" class="focusable" id="lossy-animated-webp-beufort-scale"></div>
<p>Beufort scale WebP</p>
</div>
<hr><br>
<div>
<div tabindex="0" class="focusable" id="lossy-animated-webp-tomb-mask"></div>
<p>Tomb Mask WebP</p>
</div>
<hr><br>
<div>
<div tabindex="0" class="focusable" id="lossy-animated-webp-moving-block"></div>
<p>Moving Block WebP</p>
</div>
<hr><br>
<div>
<div tabindex="0" class="focusable" id="mixed-animated-webp-720"></div>
<p>[2019] Mixed (Lossy/Lossless) 720P Animated WebP</p>
</div>
<hr><br>
</div>
<script src="../harness/focusManager.js"></script>
<script src="../harness/key.js"></script>
<script src="../harness/keyEvent.js"></script>
<script>
document.addEventListener('keyup', function(event) {
pushBackKeyToReturnManualPage(event);
});
</script>
</body>
</html>