From 9f692fb6d62015350e0e6b9fd1285e445f9978d0 Mon Sep 17 00:00:00 2001 From: Chris Pearce Date: Wed, 18 Aug 2010 10:49:14 +1200 Subject: [PATCH] Bug 548523 - Disable test_preload_actions.html case 9 until bug 568402 is fixed. a=test-fix --- content/media/test/test_preload_actions.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/media/test/test_preload_actions.html b/content/media/test/test_preload_actions.html index 1a26c5e35a2..fafc7b5d15e 100644 --- a/content/media/test/test_preload_actions.html +++ b/content/media/test/test_preload_actions.html @@ -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: