mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1128115: Update web-ref tests. r=karlt
Generalize [Test removesourcebuffer event on activeSourceBuffers.] expected result to all platforms using mp4
This commit is contained in:
parent
79f7bcffbb
commit
d984bc661d
@ -2,6 +2,6 @@
|
|||||||
type: testharness
|
type: testharness
|
||||||
[Test removesourcebuffer event on activeSourceBuffers.]
|
[Test removesourcebuffer event on activeSourceBuffers.]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
|
if (os == "win") and (version != "5.1.2600"): FAIL
|
||||||
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
|
if os == "mac": FAIL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user