Bug 1090547 - Disable video_loop_base.html on Windows XP.

This commit is contained in:
Ryan VanderMeulen 2014-11-04 11:35:06 -05:00
parent 0dabf226e4
commit edd09b5d3a

View File

@ -1,10 +1,4 @@
[video_loop_base.html]
type: testharness
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
[Check if video.loop is set to true that expecting the seeking event is fired more than once]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): NOTRUN
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): NOTRUN
disabled:
if os == "win" and version == "5.1.2600": https://bugzilla.mozilla.org/show_bug.cgi?id=1090547