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
reftest
support
META.yml -rw-r--r-- 103 bytes
README -rw-r--r-- 89 bytes
prefix-001.xml -rw-r--r-- 706 bytes
prefix-002.xml -rw-r--r-- 632 bytes
prefix-003.xml -rw-r--r-- 605 bytes
prefix-004.xml -rw-r--r-- 717 bytes
prefix-005.xml -rw-r--r-- 798 bytes
prefix-006.xml -rw-r--r-- 762 bytes
scope-001.xml -rw-r--r-- 680 bytes
scope-002.xml -rw-r--r-- 715 bytes
syntax-001.xml -rw-r--r-- 602 bytes
syntax-002.xml -rw-r--r-- 615 bytes
syntax-003.xml -rw-r--r-- 1.3 KB
syntax-004.xml -rw-r--r-- 635 bytes
syntax-005.xml -rw-r--r-- 1.1 KB
syntax-006.xml -rw-r--r-- 755 bytes
syntax-007.xml -rw-r--r-- 576 bytes
syntax-008.xml -rw-r--r-- 837 bytes
syntax-009.xml -rw-r--r-- 671 bytes
syntax-010.xml -rw-r--r-- 1.1 KB
syntax-011.xml -rw-r--r-- 1.6 KB
syntax-012.xml -rw-r--r-- 931 bytes
syntax-013.xml -rw-r--r-- 1.4 KB
syntax-014.xml -rw-r--r-- 1.0 KB
syntax-015.xml -rw-r--r-- 637 bytes
syntax-016.xml -rw-r--r-- 715 bytes

README

back to top