blob: 4915b8f4ffdd51562e1a0331b76fd0874dbf04cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[viewport-units-css2-001.html]
[vh length applied to border-top-width]
expected:
if (os == "win") and (version == "10.0.22621"): [PASS, FAIL]
if os == "linux": FAIL
[FAIL, PASS]
[vmin length applied to border-top-width]
expected:
if (os == "win") and (version == "10.0.22621"): [PASS, FAIL]
if (os == "win") and (version == "10.0.19041"): [FAIL, PASS]
if os == "mac": [FAIL, PASS]
if os == "android": PASS
FAIL
[vmax length applied to border-top-width]
expected:
if os == "android": FAIL
|