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..6fe5758c07a9e68be4ca7c5496a1388e85b92657 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; display:-moz-flex;"><div id="inner"></div>If this page doesn't crash then this test passes.</div> |
leviw_travelin_and_unemployed
2015/04/13 19:55:41
Can we take out the -moz-flexes as well? They supp
|
<script> |
if (window.testRunner) |
testRunner.dumpAsText() |