blob: 0ebe7d01aee6d0122724a6d12966ea8b4fd8e9e8 (
plain)
1
2
3
4
5
|
[text-align-start-010.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
|