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

Unified Diff: LayoutTests/fast/dom/HTMLMeterElement/meter-optimums.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
« no previous file with comments | « LayoutTests/fast/css/word-space-extra.html ('k') | LayoutTests/fast/dom/clone-node-dynamic-style.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLMeterElement/meter-optimums.html
diff --git a/LayoutTests/fast/dom/HTMLMeterElement/meter-optimums.html b/LayoutTests/fast/dom/HTMLMeterElement/meter-optimums.html
index 2291f9e6ec3d89f9036532ee92e7ca1d52feb9f8..b7b494f8788a9500301c5820b42ed0b2901a22d2 100644
--- a/LayoutTests/fast/dom/HTMLMeterElement/meter-optimums.html
+++ b/LayoutTests/fast/dom/HTMLMeterElement/meter-optimums.html
@@ -5,7 +5,7 @@ if (window.testRunner)
testRunner.notifyDone();
</script>
</head>
-<body>
+<body style="overflow:hidden;">
<h1>Meters with various optimums</h1>
<p>(min=0, max=1000, low=300, high=600)</p>
<h2>optimum=450</h2>
« no previous file with comments | « LayoutTests/fast/css/word-space-extra.html ('k') | LayoutTests/fast/dom/clone-node-dynamic-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698