Index: LayoutTests/fast/dom/clone-node-dynamic-style.html |
diff --git a/LayoutTests/fast/dom/clone-node-dynamic-style.html b/LayoutTests/fast/dom/clone-node-dynamic-style.html |
index 19f9c5189bebcf2a80369c029cdf25bb1b52ac75..6dca6fb57b997b26db5c745e6a090ead81aa30e1 100644 |
--- a/LayoutTests/fast/dom/clone-node-dynamic-style.html |
+++ b/LayoutTests/fast/dom/clone-node-dynamic-style.html |
@@ -27,7 +27,7 @@ |
//--> |
</script> |
</head> |
- <body onload="init()"> |
+ <body onload="init()" style="overflow:hidden;"> |
<h1>Cloning nodes</h1> |
<div id="myDiv"> |
<span style="font-weight:bold">Bold<span style="text-decoration:underline">Bold+Underline<span style="font-style:italic">Bold+Underline+Italic</span>Bold+Uunderline</span>Bold</span> |