Chromium Code Reviews| 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..70e088d5f078eedd6928e6a5e2e84d782ec8465c |
| --- /dev/null |
| +++ b/LayoutTests/css3/flexbox/mainAxisExtent-crash.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html style="display: -webkit-inline-flex;"> |
|
cbiesinger
2014/06/24 00:31:26
By the way, FYI, new tests should not use the -web
harpreet.sk
2014/06/30 08:27:17
Done.
|
| +<pre>This test passes if it does not crash.<pre> |
| +<frameset></frameset> |
| +<script> |
| +if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +</script> |
| +</html> |