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