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

Unified Diff: LayoutTests/fast/css/nested-floating-relative-position-percentages.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/css/nested-floating-relative-position-percentages.html
diff --git a/LayoutTests/fast/css/nested-floating-relative-position-percentages.html b/LayoutTests/fast/css/nested-floating-relative-position-percentages.html
index 1d074cf4a3b627d9af34669654b56329a227477b..5aa53d77da7d3673dc139ebb28180ab1836f686c 100644
--- a/LayoutTests/fast/css/nested-floating-relative-position-percentages.html
+++ b/LayoutTests/fast/css/nested-floating-relative-position-percentages.html
@@ -1,6 +1,7 @@
<html>
<head>
<style>
+body { overflow: hidden; }
.floatblock {
overflow:hidden;
float:left;

Powered by Google App Engine
This is Rietveld 408576698