DescriptionFix EME layout test as PromiseResolver objects no longer linger.
A recent CL (Blink revision 179922) changed the way JavaScript is run
after resolving a promise (used to run immediately, now run by a
microtask later). encrypted-media-lifetime-mediakeysession-reference.html
started failing as it expected the PromiseResolver object to be around
and counted. Fixing the test as the PromiseResolver object is gone by the
time the JavaScript executes after resolving a promise.
BUG=374772, 378245
TEST=failing test passes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180121
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|