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

Unified Diff: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert-expected.txt

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-assert-expected.txt
diff --git a/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert-expected.txt b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1484cecba1ace8134eb5a8e9fcc209ed07c8e1d0
--- /dev/null
+++ b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert-expected.txt
@@ -0,0 +1,6 @@
+* { display: flex; padding-bottom: 20pt; min-height: 0.7%; margin-top: 6000%; flex-shrink: 0; flex-basis: 7000%; }
+
+PASS
+crbug.com/380201: Don't shrink below border/padding when stretching children within a flexbox with no available space.
+
+window.checkLayout('abbr');

Powered by Google App Engine
This is Rietveld 408576698