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

Unified Diff: LayoutTests/fast/multicol/margin-collapse.html

Issue 696273002: Convert fast/multicol/margin-collapse to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/TestExpectations ('k') | LayoutTests/fast/multicol/margin-collapse-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/margin-collapse.html
diff --git a/LayoutTests/fast/multicol/margin-collapse.html b/LayoutTests/fast/multicol/margin-collapse.html
index 287d58787a567e2dfad40331d80936639c39138a..0d6e501c6e89152ad82b95a520910fb47adf92e3 100644
--- a/LayoutTests/fast/multicol/margin-collapse.html
+++ b/LayoutTests/fast/multicol/margin-collapse.html
@@ -1,7 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
<style>
-.columns { -moz-column-count:2; -webkit-column-count:2; column-count:2; column-fill:auto; border:2px solid black; height:300px }
+.columns { -moz-column-count:2; -webkit-column-count:2; column-count:2; column-fill:auto; -webkit-column-gap:20px; border:2px solid black; height:300px; }
.block { height:200px; background-color:purple; }
</style>
</head>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/margin-collapse-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698