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

Unified Diff: LayoutTests/css3/flexbox/stretch-input-in-column-expected.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/stretch-input-in-column-expected.html
diff --git a/LayoutTests/css3/flexbox/stretch-input-in-column-expected.html b/LayoutTests/css3/flexbox/stretch-input-in-column-expected.html
index 0c24f9f2929ea8aba2d0da169003efe6d63c7a4a..1133307146fad1aed41c7b2f299f6109177ed370 100644
--- a/LayoutTests/css3/flexbox/stretch-input-in-column-expected.html
+++ b/LayoutTests/css3/flexbox/stretch-input-in-column-expected.html
@@ -6,7 +6,7 @@
background-color: grey;
}
.flexbox > * {
- -webkit-flex: 1;
+ flex: 1;
-moz-flex: 1;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698