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> |