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

Unified Diff: LayoutTests/fast/lists/001-vertical.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/lists/001.html ('k') | LayoutTests/fast/lists/008-vertical.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/lists/001-vertical.html
diff --git a/LayoutTests/fast/lists/001-vertical.html b/LayoutTests/fast/lists/001-vertical.html
index 003fdc545c5ccd7f866fee4188ad870fae3704c8..b7d168c637fd04761f23b6f415e914837db92f3c 100644
--- a/LayoutTests/fast/lists/001-vertical.html
+++ b/LayoutTests/fast/lists/001-vertical.html
@@ -1,6 +1,8 @@
<html style="-webkit-writing-mode:vertical-lr">
<head>
<style>
+body { overflow: hidden; }
+
div {
border: solid orange; padding: 0.5em 0.5em 0.5em 0.5em;
display: list-item;
« no previous file with comments | « LayoutTests/fast/lists/001.html ('k') | LayoutTests/fast/lists/008-vertical.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698