2 <html class=
"reftest-wait">
3 <body style=
"background:white;">
4 <!-- Test if we show video frame after removing valid poster. -->
5 <video src=
"black140x100.ogv"
8 onload=
"document.getElementById('v').poster = ''; setTimeout(function(){document.documentElement.className = '';}, 0);"
9 poster=
"blue250x200.png"></video>