mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 548523 - Disable test_preload_actions.html case 9 until bug 568402 is fixed. a=test-fix
This commit is contained in:
parent
4c9782b28c
commit
9f692fb6d6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user