mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
9 lines
444 B
INI
9 lines
444 B
INI
[2d.line.join.parallel.html]
|
|
type: testharness
|
|
[Line joins are drawn at 180-degree joins]
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
|
|
if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
|
|
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
|
|
|