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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/flexbox/content-size-crash.html
diff --git a/LayoutTests/css3/flexbox/mainAxisExtent-crash.html b/LayoutTests/css3/flexbox/content-size-crash.html
similarity index 65%
copy from LayoutTests/css3/flexbox/mainAxisExtent-crash.html
copy to LayoutTests/css3/flexbox/content-size-crash.html
index 68be93b40bf0bed5fcf5443caf82344b9b160c76..280ec4c9ba88e380f795c1e897815421f837dbf1 100644
--- a/LayoutTests/css3/flexbox/mainAxisExtent-crash.html
+++ b/LayoutTests/css3/flexbox/content-size-crash.html
@@ -1,8 +1,12 @@
<!DOCTYPE html>
-<html style="display: inline-flex;">
+<style>
+* {
+ padding-right:84%;
+ display:flex;
+}
+</style>
<script src="../../resources/js-test.js"></script>
<script>
description('This test passes if it does not crash.');
</script>
-<frameset></frameset>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698