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

Unified Diff: LayoutTests/fast/table/border-collapsing/004-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
Index: LayoutTests/fast/table/border-collapsing/004-vertical.html
diff --git a/LayoutTests/fast/table/border-collapsing/004-vertical.html b/LayoutTests/fast/table/border-collapsing/004-vertical.html
index 870ebe787829c83a9397448721e93f931d67ac35..f56cb05a856c04af5376344a24a3e0aae5e1abf4 100644
--- a/LayoutTests/fast/table/border-collapsing/004-vertical.html
+++ b/LayoutTests/fast/table/border-collapsing/004-vertical.html
@@ -2,6 +2,7 @@
<html><head>
<title>Table Border Models</title>
<style type="text/css">
+body { overflow: hidden; }
TABLE { margin: 1em; width: auto; border: medium solid blue; }
TD { border: thin solid green; padding: 5px; }
TH { border: medium solid purple; padding: 5px; }

Powered by Google App Engine
This is Rietveld 408576698