Chromium Code Reviews| Index: LayoutTests/css3/flexbox/anonymous-block-merge-crash.html |
| diff --git a/LayoutTests/css3/flexbox/anonymous-block-merge-crash.html b/LayoutTests/css3/flexbox/anonymous-block-merge-crash.html |
| index 05d3a854e2954b5be00229e74d157d543ffe9b2e..548b0bfc51c5c82f3080e76df0e71272291ef62a 100644 |
| --- a/LayoutTests/css3/flexbox/anonymous-block-merge-crash.html |
| +++ b/LayoutTests/css3/flexbox/anonymous-block-merge-crash.html |
| @@ -1,4 +1,4 @@ |
| -<div style="display:-webkit-flex; display:-moz-flex;"><div id="inner"></div>If this page doesn't crash then this test passes.</div> |
| +<div style="display:flex;"><div id="inner"></div>If this page doesn't crash then this test passes.</div> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText() |