Index: LayoutTests/fast/pagination/very-tall-auto-height-crash.html |
diff --git a/LayoutTests/fast/multicol/textarea-with-placeholder-as-multicol-crash.html b/LayoutTests/fast/pagination/very-tall-auto-height-crash.html |
similarity index 53% |
copy from LayoutTests/fast/multicol/textarea-with-placeholder-as-multicol-crash.html |
copy to LayoutTests/fast/pagination/very-tall-auto-height-crash.html |
index 9b15ccd0b249de369d8fb48967ec84eb4bf17e9e..4150a5faa1038d0475f522b9fdb9a9be9a2c7c39 100644 |
--- a/LayoutTests/fast/multicol/textarea-with-placeholder-as-multicol-crash.html |
+++ b/LayoutTests/fast/pagination/very-tall-auto-height-crash.html |
@@ -4,4 +4,6 @@ |
testRunner.dumpAsText(); |
</script> |
<p>PASS if no crash or assertion failure.</p> |
-<textarea style="-webkit-column-count:2;" placeholder="x"></textarea> |
+<div style="overflow-y:-webkit-paged-y;"> |
+ <div style="height:1000px; padding-top:18446744073709551436px;"></div> |
leviw_travelin_and_unemployed
2015/06/24 18:42:06
Are you sure that's big enough? ;)
mstensho (USE GERRIT)
2015/06/24 18:45:44
The fuzzer thinks so. :)
|
+</div> |