7 border:
10px double #
000000;
19 font:
24px 'Lucida Grande';
26 document
.getElementById('console').appendChild(document
.createTextNode(msg
+ '\n'));
30 var div
= document
.getElementById('foo');
31 log(prop
+ ': ' + window
.getComputedStyle(div
, null).getPropertyValue(prop
));
35 if (window
.testRunner
)
36 testRunner
.dumpAsText();
41 test('margin-bottom');
46 <body onload=
"runTests();">
47 <p>Test calling getPropertyValue on computed margin styles.
</p>
48 <pre id=
"console"></pre>
50 <div id=
"foo">Test
</div>