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