Commit backout of 137f0ce0e0ca

This commit is contained in:
Chris Pearce 2010-08-18 13:55:52 +12:00
commit 94a3200162

View File

@ -301,10 +301,8 @@ var tests = [
document.body.appendChild(v); // Causes implicit load.
},
},
/*{
{
// 9. Change preload value from metadata to auto should cause entire media to be loaded.
// For some reason we don't always receive the canplaythrough event, particuarly on this test.
// We've disabled this test until bug 568402 is fixed.
canplaythrough:
function(e) {
var v = e.target;
@ -329,7 +327,7 @@ var tests = [
v.src = test.name;
document.body.appendChild(v); // Causes implicit load.
},
},*/
},
{
// 10. Change preload value from none to auto should cause entire media to be loaded.
canplaythrough: