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

Unified Diff: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space.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
Index: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space.html
diff --git a/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space.html b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space.html
index 34dc036dbc5e9a8e180774281cc4c8836fdbd508..9390582a4978d5c46615c92e606fc998962021db 100644
--- a/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space.html
+++ b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space.html
@@ -15,8 +15,7 @@
margin: 20px;
}
.flexbox > * {
- -webkit-flex: none;
- -moz-flex: none;
+ flex: none;
}
.flexbox > :nth-child(1) {
background-color: blue;
« no previous file with comments | « LayoutTests/css3/flexbox/flex-flow-auto-margins.html ('k') | LayoutTests/css3/flexbox/flex-flow-border.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698