mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 16:20:37 +00:00
9 lines
434 B
INI
9 lines
434 B
INI
[2d.shadow.enable.x.html]
|
|
type: testharness
|
|
[Shadows are drawn if shadowOffsetX is set]
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
|
|
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
|
|
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
|
|
|