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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/balance-empty-block-subpixel-column-height.html

Issue 1879253003: No reason to prevent subpixel column heights in the initial height calculation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/balance-empty-block-subpixel-column-height-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/balance-empty-block-subpixel-column-height.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-empty-block-subpixel-column-height.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-empty-block-subpixel-column-height.html
new file mode 100644
index 0000000000000000000000000000000000000000..f24da7883788be1db9d1cc9c35d610b7bc2459d2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-empty-block-subpixel-column-height.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<p>There should be a papayawhip square below, and no red, and no scrollbars.</p>
+<div style="columns:2; column-gap:0; width:49.5px; overflow:auto; background:red;">
+ <div style="height:99px; background:papayawhip;"></div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/balance-empty-block-subpixel-column-height-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698