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

Unified Diff: LayoutTests/fast/multicol/flexbox-with-overflow-auto-child-crash.html

Issue 1328923002: Avoid stack overflow triggered by out-of-band layout of flexbox child. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test. The previous one started to pass, because of https://codereview.chromium.org/129593300… Created 5 years, 3 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/multicol/flexbox-with-overflow-auto-child-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/flexbox-with-overflow-auto-child-crash.html
diff --git a/LayoutTests/fast/multicol/flexbox-with-overflow-auto-child-crash.html b/LayoutTests/fast/multicol/flexbox-with-overflow-auto-child-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..c28efbfb215145d6914bd18036dfe8b0d23879b4
--- /dev/null
+++ b/LayoutTests/fast/multicol/flexbox-with-overflow-auto-child-crash.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<p>PASS if no crash or assertion failure.</p>
+<div style="-webkit-column-count:3;">
+ <div style="display:flex; outline-style:groove;">
+ <ol>
+ <div style="display:list-item; -webkit-column-count:2; -webkit-text-emphasis:filled gray;">
+ <div style="overflow-y:auto;">
+ <div style="-webkit-column-span:all;"></div>
+ &nbsp;
+ </div>
+ </div>
+ </ol>
+ </div>
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/flexbox-with-overflow-auto-child-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698