blob: 02d9ce46e96a01103a1c24df3da531dea5f55626 (
plain)
1
2
3
4
5
6
|
[text-justify-001.html]
expected:
if (os == "win") and (processor == "x86") and debug: PASS
if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"]
if (os == "win") and (processor == "x86_64"): PASS
FAIL
|