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

Unified Diff: LayoutTests/fast/multicol/single-line.html

Issue 825593003: Convert fast/multicol/single-line into a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/single-line.html
diff --git a/LayoutTests/fast/multicol/single-line.html b/LayoutTests/fast/multicol/single-line.html
index 0a41f93bfdfa3a7b14095bbbf134d3efe066fad2..055ff788056939121b0d0efb45090a9b2d64d650 100644
--- a/LayoutTests/fast/multicol/single-line.html
+++ b/LayoutTests/fast/multicol/single-line.html
@@ -7,8 +7,9 @@
<style type="text/css">
.multicol {
-webkit-columns: 4;
- -webkit-column-rule: #bbb 1px solid;
+ -webkit-column-gap: 0;
background-color: #eee;
+ width: 600px;
}
p, div {
margin-top: 1em;
@@ -38,10 +39,10 @@
Partially <span class="large">big</span> text.
</p>
<div class="multicol">
- <p>Nested block.</p>
+ <p>&nbsp;Nested block.</p>
</div>
<div>
- <p class="multicol">Nested block #2.</p>
+ <p class="multicol">&nbsp;Nested block #2.</p>
</div>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/single-line-expected.html ('k') | LayoutTests/fast/multicol/single-line-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698