[selection-input-011.html]
bug: Test relies on on particular font metrics which are just right on Android.
expected:
if os == "mac": PASS
if os == "android": PASS
if (os == "win") and not debug: [PASS, FAIL]
if os == "linux": FAIL
if (os == "win") and debug and not swgl: [PASS, FAIL]