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

Unified Diff: LayoutTests/css3/flexbox/flex-order-expected.html

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whoops, a > went missing 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
« no previous file with comments | « LayoutTests/css3/flexbox/flex-order.html ('k') | LayoutTests/css3/flexbox/flex-property-parsing.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/flex-order-expected.html
diff --git a/LayoutTests/css3/flexbox/flex-order-expected.html b/LayoutTests/css3/flexbox/flex-order-expected.html
index 16d158aff6e95d8a4378090d7622246b221770d6..19ab1c9519058ff5066c5ce2191e866d1c3101bb 100644
--- a/LayoutTests/css3/flexbox/flex-order-expected.html
+++ b/LayoutTests/css3/flexbox/flex-order-expected.html
@@ -5,13 +5,13 @@ body {
margin: 0;
}
.horizontal-box {
- display: -webkit-flex;
+ display: flex;
}
.horizontal-box div {
height: 30px;
border: 0;
margin-bottom: 10px;
- -webkit-flex: 1;
+ flex: 1;
}
.first {
« no previous file with comments | « LayoutTests/css3/flexbox/flex-order.html ('k') | LayoutTests/css3/flexbox/flex-property-parsing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698