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

Side by Side Diff: LayoutTests/css3/flexbox/content-size-crash.html

Issue 1154113004: Fix for ASSERTION FAILURE contentSize >=0 Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added testcase Created 5 years, 7 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html style="display: inline-flex;"> 2 <style>
3 * {
4 padding-right:84%;
5 display:flex;
6 }
7 </style>
3 <script src="../../resources/js-test.js"></script> 8 <script src="../../resources/js-test.js"></script>
4 <script> 9 <script>
5 description('This test passes if it does not crash.'); 10 description('This test passes if it does not crash.');
6 </script> 11 </script>
7 <frameset></frameset> 12 </html>
8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698