mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 06:20:07 +00:00
8 lines
492 B
INI
8 lines
492 B
INI
[009.html]
|
|
type: testharness
|
|
expected:
|
|
if debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): CRASH
|
|
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): CRASH
|
|
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): CRASH
|
|
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
|