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

Unified Diff: LayoutTests/editing/spelling/inline_spelling_markers.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/editing/spelling/inline_spelling_markers.html
diff --git a/LayoutTests/editing/spelling/inline_spelling_markers.html b/LayoutTests/editing/spelling/inline_spelling_markers.html
index 800eaad9c2b2b989fd718b8e403647080c9e8067..f9aed711849ef44bc383e450df3ca6b488471b58 100644
--- a/LayoutTests/editing/spelling/inline_spelling_markers.html
+++ b/LayoutTests/editing/spelling/inline_spelling_markers.html
@@ -3,6 +3,8 @@
<script src="../../resources/js-test.js"></script>
<script src="../../editing/editing.js"></script>
<style>
+body { overflow:hidden; }
+
.testDiv {
width: 200px;
height: 20px;

Powered by Google App Engine
This is Rietveld 408576698