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

Unified Diff: LayoutTests/css3/flexbox/mainAxisExtent-crash.html

Issue 343173003: ASSERTION FAILED: mainAxisExtent - mainAxisBorderAndPaddingExtentForChild(child) >= 0 in RenderFlex… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Implementing RenderFrameSet::computePreferredLogicalWidths. Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/mainAxisExtent-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/mainAxisExtent-crash.html
diff --git a/LayoutTests/css3/flexbox/mainAxisExtent-crash.html b/LayoutTests/css3/flexbox/mainAxisExtent-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..68be93b40bf0bed5fcf5443caf82344b9b160c76
--- /dev/null
+++ b/LayoutTests/css3/flexbox/mainAxisExtent-crash.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html style="display: inline-flex;">
+<script src="../../resources/js-test.js"></script>
+<script>
+description('This test passes if it does not crash.');
+</script>
+<frameset></frameset>
+</html>
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/mainAxisExtent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698