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

Unified Diff: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash.html

Issue 1017673002: Flexbox: negatively stretching a flexbox should have border + padding as a minimum (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated Created 5 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: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash.html
diff --git a/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash.html b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..1b71d3d033581a34dbb0f4974a491732148f409e
--- /dev/null
+++ b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+* {
+ display: flex;
+ padding-bottom: 20pt;
+ min-height: 0.7%;
+ margin-top: 6000%;
+ flex-shrink: 0;
+ flex-basis: 7000%;
+}
+</style>
+<abbr>
+ <input></input>
+</abbr>
+<p> crbug.com/380201: This test shouldn't crash </p>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>

Powered by Google App Engine
This is Rietveld 408576698