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

Side by Side Diff: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert.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
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <script src="../../resources/check-layout.js"></script>
13 <abbr data-expected-height=33554376>
14 <input></input>
15 </abbr>
16 <p> crbug.com/380201: Don't shrink below border/padding when stretching children within a flexbox with no available space.</p>
17 <script>
18 window.checkLayout('abbr');
19 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698