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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 * {
4 display: flex;
5 padding-bottom: 20pt;
6 min-height: 0.7%;
7 margin-top: 6000%;
8 flex-shrink: 0;
9 flex-basis: 7000%;
10 }
11 </style>
12 <abbr>
13 <input></input>
14 </abbr>
15 <p> crbug.com/380201: This test shouldn't crash </p>
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsText();
19 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698