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
headers
resources
META.yml -rw-r--r-- 89 bytes
beacon-basic-blob.html -rw-r--r-- 515 bytes
beacon-basic-blobMax.html -rw-r--r-- 527 bytes
beacon-basic-buffersource.html -rw-r--r-- 531 bytes
beacon-basic-buffersourceMax.html -rw-r--r-- 543 bytes
beacon-basic-formdata.html -rw-r--r-- 523 bytes
beacon-basic-formdataMax.html -rw-r--r-- 525 bytes
beacon-basic-string.html -rw-r--r-- 519 bytes
beacon-basic-stringMax.html -rw-r--r-- 531 bytes
beacon-common.sub.js -rw-r--r-- 16.8 KB
beacon-cors.sub.window.js -rw-r--r-- 3.0 KB
beacon-error.window.js -rw-r--r-- 2.2 KB
beacon-navigate.html -rw-r--r-- 548 bytes
beacon-readablestream.window.js -rw-r--r-- 188 bytes
beacon-redirect.window.js -rw-r--r-- 770 bytes
idlharness.any.js -rw-r--r-- 501 bytes
navigate.iFrame.sub.html -rw-r--r-- 1.6 KB

back to top