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