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

Unified Diff: LayoutTests/fast/pagination/very-tall-auto-height-crash.html

Issue 1209693002: Remove LayoutFlowThread::maxLogicalHeight(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | LayoutTests/fast/pagination/very-tall-auto-height-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/pagination/very-tall-auto-height-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698