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

Unified Diff: LayoutTests/css3/flexbox/content-size-crash-expected.txt

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-expected.txt
diff --git a/LayoutTests/css3/flexbox/content-size-crash-expected.txt b/LayoutTests/css3/flexbox/content-size-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..acfdfd842cc46e01557eaa052dbe378ec38fe14e
--- /dev/null
+++ b/LayoutTests/css3/flexbox/content-size-crash-expected.txt
@@ -0,0 +1,18 @@
+This test passes if it does not crash.
+
+On success, you will see a series of "
+PASS
+" messages, followed by "
+TEST COMPLETE
+".
+
+
+PASS
+ successfullyParsed is true
+
+
+TEST COMPLETE
+
+* { padding-right:84%; display:flex; }
+.pass {font-weight: bold;color: green;}.fail {font-weight: bold;color: red;}#console {white-space: pre-wrap;font-family: monospace;}
+description('This test passes if it does not crash.');
Sunil Ratnu 2015/05/27 16:05:54 Ideally these lines should not have been here. But
cbiesinger 2015/05/27 16:50:19 That text is only there because of * { display: fl

Powered by Google App Engine
This is Rietveld 408576698