Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css1 / box_properties / margin_right.html
index 8b56ffa..7fe4233 100644 (file)
@@ -7,6 +7,7 @@
 
 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
 <STYLE type="text/css">
+body {overflow: hidden;}
 .zero {background-color: silver; margin-right: 0; text-align: right;}
 .one {margin-right: 0.5in; text-align: right; background-color: aqua;}
 .two {margin-right: 25px; text-align: right; background-color: aqua;}