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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert.html

Issue 1656743002: Removing more implicit LayoutUnit construction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix additional test Created 4 years, 10 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 | third_party/WebKit/Source/core/editing/SelectionEditor.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 * { 3 * {
4 display: flex; 4 display: flex;
5 padding-bottom: 20pt; 5 padding-bottom: 20pt;
6 min-height: 0.7%; 6 min-height: 0.7%;
7 margin-top: 6000%; 7 margin-top: 6000%;
8 flex-shrink: 0; 8 flex-shrink: 0;
9 flex-basis: 7000%; 9 flex-basis: 7000%;
10 } 10 }
11 </style> 11 </style>
12 <script src="../../resources/check-layout.js"></script> 12 <script src="../../resources/check-layout.js"></script>
13 <abbr data-expected-height=33554376> 13 <abbr data-expected-height=33554380>
14 <input></input> 14 <input></input>
15 </abbr> 15 </abbr>
16 <p> crbug.com/380201: Don't shrink below border/padding when stretching children within a flexbox with no available space.</p> 16 <p> crbug.com/380201: Don't shrink below border/padding when stretching children within a flexbox with no available space.</p>
17 <script> 17 <script>
18 window.checkLayout('abbr'); 18 window.checkLayout('abbr');
19 </script> 19 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionEditor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698