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