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

Unified Diff: LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html

Issue 330693002: Adjust breaks-3-columns test to pass on Windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/multicol/newmulticol/breaks-3-columns-3.html
diff --git a/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html b/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html
index a52ff94696975f139da5456350a762e9b7e124cf..df0e57689cc9a2627f7c7e4a015107c6ba7bcafd 100644
--- a/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html
+++ b/LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3.html
@@ -11,7 +11,7 @@
</style>
</head>
<body style="min-width:40em;">
- <div class="mc" style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; orphans:1; widows:1; width:23em; background:olive;">
+ <div class="mc" style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; orphans:1; widows:1; width:24.5em; background:olive;">
<div style="-webkit-column-break-after:always; break-after:column;">
first column<br>
</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/newmulticol/breaks-3-columns-3-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698