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

Unified Diff: LayoutTests/fast/pagination/short-pages-tall-content.html

Issue 1285273004: Avoid floating point when calculating the actual column count. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/pagination/short-pages-tall-content.html
diff --git a/LayoutTests/fast/multicol/very-tall-block-crash.html b/LayoutTests/fast/pagination/short-pages-tall-content.html
similarity index 58%
copy from LayoutTests/fast/multicol/very-tall-block-crash.html
copy to LayoutTests/fast/pagination/short-pages-tall-content.html
index dbeeec6b2946ec494eb4baca026ca54de84ccf9a..f23247d75508ed5d00819d8b2ede0678863d050b 100644
--- a/LayoutTests/fast/multicol/very-tall-block-crash.html
+++ b/LayoutTests/fast/pagination/short-pages-tall-content.html
@@ -4,6 +4,6 @@
testRunner.dumpAsText();
</script>
<p>PASS if no crash or assertion failure.</p>
-<div style="-webkit-columns:2;">
- <div style="height:12345678901234567890px;"></div>
+<div style="overflow:-webkit-paged-y; height:27.5px;">
+ <div style="height:12345678901234px;"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698