3 <meta description=
"A negative border width property should not be valid" feature=
"DOMStyle" />
4 <title>Negative border width property
</title>
5 <style type=
"text/css">
8 border: solid black
10px;
13 if (window
.testRunner
)
14 window
.testRunner
.dumpAsText();
18 <div id=
"testDiv" style=
"border-top-width: -10px;">This div should have a
10px border
</div>
19 <div id=
"testresult">Fail
</div>
20 <script type=
"text/javascript">
21 if(testDiv
.style
.borderTopWidth
== "")
23 document
.getElementById("testresult").innerHTML
= "Pass";