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
META.yml -rw-r--r-- 87 bytes
first-letter-001-ref.html -rw-r--r-- 491 bytes
first-letter-001.html -rw-r--r-- 866 bytes
first-letter-002.html -rw-r--r-- 935 bytes
first-letter-003.html -rw-r--r-- 935 bytes
first-letter-004-ref.html -rw-r--r-- 329 bytes
first-letter-004.html -rw-r--r-- 821 bytes
first-letter-and-sibling-display-change.html -rw-r--r-- 657 bytes
first-letter-and-whitespace-ref.html -rw-r--r-- 364 bytes
first-letter-and-whitespace.html -rw-r--r-- 1.1 KB
first-letter-block-to-inline-ref.html -rw-r--r-- 76 bytes
first-letter-block-to-inline.html -rw-r--r-- 607 bytes
first-letter-opacity-float-001-ref.html -rw-r--r-- 220 bytes
first-letter-opacity-float-001.html -rw-r--r-- 893 bytes
first-letter-property-whitelist.html -rw-r--r-- 2.8 KB
first-line-and-placeholder-ref.html -rw-r--r-- 158 bytes
first-line-and-placeholder.html -rw-r--r-- 596 bytes
idlharness.html -rw-r--r-- 696 bytes
marker-and-other-pseudo-elements-ref.html -rw-r--r-- 500 bytes
marker-and-other-pseudo-elements.html -rw-r--r-- 850 bytes
marker-color-ref.html -rw-r--r-- 403 bytes
marker-color.html -rw-r--r-- 622 bytes
marker-font-properties-ref.html -rw-r--r-- 519 bytes
marker-font-properties.html -rw-r--r-- 830 bytes
marker-inherit-line-height-ref.html -rw-r--r-- 321 bytes
marker-inherit-line-height.html -rw-r--r-- 780 bytes
marker-inherit-values-ref.html -rw-r--r-- 478 bytes
marker-inherit-values.html -rw-r--r-- 899 bytes
placeholder-input-number-notref.html -rw-r--r-- 248 bytes
placeholder-input-number.html -rw-r--r-- 434 bytes

back to top