1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/plugins/test/reftest/border-padding-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<body style="margin:0"> 1.7 +<object type="application/x-test" drawmode="solid" color="ff00ff00" 1.8 + style="width:200px; height:200px; display:block; margin:90px 80px; 1.9 + outline:5px dashed blue; 1.10 + background:cyan; 1.11 + border:dotted black; border-width:4px 8px 4px 8px; 1.12 + padding:3px 1px;"> 1.13 +</object> 1.14 +</body> 1.15 +</html>