viewport-units-css2-001.html.ini (497B)
1 [viewport-units-css2-001.html] 2 bug: Issue in the test, expects non-fractional viewport so that borders don't get snapped. 3 [vh length applied to border-top-width] 4 expected: 5 if os == "mac": [PASS, FAIL] 6 if os == "android": [PASS, FAIL] 7 [FAIL, PASS] 8 9 [vmin length applied to border-top-width] 10 expected: 11 if os == "mac": [PASS, FAIL] 12 if os == "android": [PASS, FAIL] 13 [FAIL, PASS] 14 15 [vmax length applied to border-top-width] 16 expected: [FAIL, PASS]