Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: LayoutTests/fast/dom/clone-node-dynamic-style.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/dom/HTMLMeterElement/meter-optimums.html ('k') | LayoutTests/fast/dom/scroll-reveal-left-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698