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

Unified Diff: LayoutTests/css3/flexbox/anonymous-block-merge-crash.html

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/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()
« no previous file with comments | « LayoutTests/css3/flexbox/align-absolute-child.html ('k') | LayoutTests/css3/flexbox/auto-height-dynamic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698