Source code

Revision control

Copy as Markdown

Other Tools

[track-mode-not-changed-by-new-track.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[A track appended after the initial track configuration does not change other tracks]
expected:
if os == "win": PASS
if os == "android": PASS
[PASS, FAIL]