4 <script src="../../resources/js-test-pre.js"></script>
7 description('Tests that vmin unit works for border-width property');
9 shouldBeTrue("document.getElementById('borderDiv').offsetHeight > 100");
10 isSuccessfullyParsed();
18 border: 5vmin solid red;
22 <body onload="runTest()">
23 <div id="borderDiv"></div>