Revision 84097c6b8f84bc0d00c208bf7893cd0e10d654d5 authored by John Rummell on 03 September 2018, 12:14:05 UTC, committed by Geoffrey Sneddon on 03 September 2018, 12:14:05 UTC
This test generates a license that expires 1s from the current time, calls
update() with it, and then waits for 5s before calling play(). However,
Chrome caches a few frames in advance of play() being called. Depending on
the time granularity, the CDM may see a valid license and decode part of
the media file.

This change delays calling update() for 2s to ensure that the license has
expired, and ensures that the browser can't cache frames to use when play()
is called.
1 parent e4118eb
History
File Mode Size
support
1x1-green.png -rw-r--r-- 135 bytes
1x1-lime.png -rw-r--r-- 135 bytes
1x1-maroon.png -rw-r--r-- 109 bytes
1x1-navy.png -rw-r--r-- 109 bytes
1x1-red.png -rw-r--r-- 135 bytes
1x1-white.png -rw-r--r-- 109 bytes
60x60-gg-rr.png -rw-r--r-- 224 bytes
60x60-green.png -rw-r--r-- 218 bytes
60x60-red.png -rw-r--r-- 217 bytes
META.yml -rw-r--r-- 47 bytes
README -rw-r--r-- 964 bytes
a-green.css -rw-r--r-- 21 bytes
alignment.css -rw-r--r-- 12.2 KB
b-green.css -rw-r--r-- 20 bytes
blue32x32.ico -rw-r--r-- 326 bytes
c-red.css -rw-r--r-- 18 bytes
cat.png -rw-r--r-- 1.8 KB
green.ico -rw-r--r-- 894 bytes
grid.css -rw-r--r-- 4.2 KB
import-green.css -rw-r--r-- 26 bytes
import-red.css -rw-r--r-- 24 bytes
pattern-grg-rgr-grg.png -rw-r--r-- 222 bytes
pattern-grg-rrg-rgg.png -rw-r--r-- 231 bytes
pattern-rgr-grg-rgr.png -rw-r--r-- 223 bytes
pattern-tr.png -rw-r--r-- 137 bytes
red.ico -rw-r--r-- 894 bytes
ruler-h-50%.png -rw-r--r-- 691 bytes
ruler-h-50px.png -rw-r--r-- 671 bytes
ruler-v-100px.png -rw-r--r-- 760 bytes
ruler-v-50px.png -rw-r--r-- 757 bytes
square-purple.png -rw-r--r-- 92 bytes
square-teal.png -rw-r--r-- 92 bytes
square-white.png -rw-r--r-- 78 bytes
swatch-blue.png -rw-r--r-- 84 bytes
swatch-green.png -rw-r--r-- 84 bytes
swatch-lime.png -rw-r--r-- 84 bytes
swatch-orange.png -rw-r--r-- 84 bytes
swatch-red.png -rw-r--r-- 84 bytes
swatch-teal.png -rw-r--r-- 156 bytes
swatch-white.png -rw-r--r-- 85 bytes
swatch-yellow.png -rw-r--r-- 84 bytes
test-bl.png -rw-r--r-- 1.3 KB
test-br.png -rw-r--r-- 1.0 KB
test-inner-half-size.png -rw-r--r-- 180 bytes
test-outer.png -rw-r--r-- 2.4 KB
test-tl.png -rw-r--r-- 1.0 KB
test-tr.png -rw-r--r-- 1.2 KB

README

back to top