Bug 548523 - Disable test_preload_actions.html case 9 until bug 568402 is fixed. a=test-fix

This commit is contained in:
Chris Pearce 2010-08-20 10:50:37 +12:00
parent a624bdf09d
commit ed6c525c12

View File

@ -301,8 +301,10 @@ 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;
@ -327,7 +329,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: