blob: d0f59916347c724a031ef0a97f56aa961a2ca63b (
plain)
1
2
3
4
5
6
7
|
[selection-input-011.html]
expected:
if os == "mac": PASS
if os == "win": PASS
if os == "android": PASS
FAIL
bug: Test relies on on particular font metrics which are just right on Android.
|