8 lines
309 B
INI
8 lines
309 B
INI
[clip-003.html]
|
|
expected:
|
|
if os == "mac": ["FAIL", "PASS"]
|
|
if os == "linux": ["PASS", "FAIL"]
|
|
disabled:
|
|
if os == "mac" and os_version == "14.70" and processor == "x86_64" and not debug: Bug 1931096
|
|
if os == "mac" and os_version == "14.70" and processor == "x86_64" and debug: Bug 1931096
|
|
|