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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/newmulticol/balance6.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
Index: third_party/WebKit/LayoutTests/fast/multicol/newmulticol/balance6.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/balance6.html b/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/balance6.html
index 7bb44a12845e88fa62f2c49c627f8e3a34f781ca..bc246d279f6fd8d8c486c74ff59d9e2932c88ab3 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/balance6.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/balance6.html
@@ -14,7 +14,7 @@
<div style="height:100px;"></div>
</div>
<script>
- shouldBe("mc.offsetHeight", "34");
+ shouldBe("mc.offsetHeight", "33");
shouldBe("mc.scrollWidth", "500");
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698