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

Unified Diff: LayoutTests/fast/css/percentage-non-integer.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/percentage-non-integer.html
diff --git a/LayoutTests/fast/css/percentage-non-integer.html b/LayoutTests/fast/css/percentage-non-integer.html
index 7c1a5f550729b3f224a22ebdf98b48cbabbfb4eb..6b53a89e503151e225cf1f17cc4f5cb61d3239ea 100644
--- a/LayoutTests/fast/css/percentage-non-integer.html
+++ b/LayoutTests/fast/css/percentage-non-integer.html
@@ -1,6 +1,7 @@
<head>
<title>Test for http://bugs.webkit.org/show_bug.cgi?id=5164</title>
<style type="text/css">
+ body { overflow: hidden; }
div.bar { height: 4px; background-color: rgba(0, 0, 0, 0.5); }
td.green { background-color: green; }
td.black { background-color: black; }

Powered by Google App Engine
This is Rietveld 408576698