Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css1 / basic / inheritance.html
index 3d01f93..0891d8d 100644 (file)
@@ -7,7 +7,10 @@
 
 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
 <STYLE type="text/css">
-BODY {color: green;}
+BODY {
+    color: green;
+    overflow: hidden;
+}
 H3 {color: blue;}
 EM {color: purple;}
 .one {font-style: italic;}