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/multicol/less-than-one-pixel-tall-layer-at-column-top.html

Issue 1258883003: Get rid of subtract-one-whole-pixel hack. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « no previous file | LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html
diff --git a/LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html b/LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html
new file mode 100644
index 0000000000000000000000000000000000000000..b3fa3e5034e5aa130c9753ad9442aa3aa6454ae4
--- /dev/null
+++ b/LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<p>There should be a centered thin black line below.</p>
+<div style="-webkit-columns:5; -webkit-column-gap:0; column-fill:auto; height:100px;">
+ <div style="height:200px;"></div>
+ <div style="position:relative; height:0.9px; background:black;"></div>
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/less-than-one-pixel-tall-layer-at-column-top-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698