webm-alpha-2-ref.html (854B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <title>Reference for reftest that checks whether WebM video with alpha is rendered with the correct stride</title> 5 6 <style> 7 .edgeCover { 8 position: absolute; 9 box-shadow: 0 0 0 4px magenta, inset 0 0 0 4px magenta; 10 } 11 </style> 12 13 <div style="position: relative"> 14 <div class="edgeCover" style="background: red; left: 0; top: 0; width: 64px; height: 64px;"></div> 15 <div class="edgeCover" style="background: blue; left: 64px; top: 0; width: 64px; height: 64px;"></div> 16 <div class="edgeCover" style="background: yellow; left: 0; top: 64px; width: 64px; height: 64px;"></div> 17 <div class="edgeCover" style="background: lime; left: 64px; top: 64px; width: 64px; height: 64px;"></div> 18 <div class="edgeCover" style="background: black; left: 196px; top: 0; width: 16px; height: 334px;"></div> 19 </div>