Chromium Code Reviews| Index: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash-expected.txt |
| diff --git a/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash-expected.txt b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1facce1430e6aa3d63d876e46f22b21146af05ad |
| --- /dev/null |
| +++ b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-crash-expected.txt |
| @@ -0,0 +1,5 @@ |
| +* { display: flex; padding-bottom: 20pt; min-height: 0.7%; margin-top: 6000%; flex-shrink: 0; flex-basis: 7000%; } |
| + |
| +crbug.com/380201: This test shouldn't crash |
| + |
| +if (window.testRunner) testRunner.dumpAsText(); |
|
cbiesinger
2015/04/13 20:54:04
Actually can you make this a reftest? Just to make
|