blob: cdbefd3ad7cdd5ca2040e6055d10957a523f72bb (
plain)
1
2
3
4
5
6
7
8
9
10
|
[serialize-variable-reference.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Longhand with variable preserves original serialization but trims whitespace: without whitespace]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
[Shorthand with variable preserves original serialization but trims whitespace: without whitespace]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
|