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

Unified Diff: LayoutTests/css3/flexbox/flex-item-child-overflow.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-flow-padding.html ('k') | LayoutTests/css3/flexbox/flex-justify-content.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/flex-item-child-overflow.html
diff --git a/LayoutTests/css3/flexbox/flex-item-child-overflow.html b/LayoutTests/css3/flexbox/flex-item-child-overflow.html
index f32cc2eed0d9a1dbc12cfca2c7605d564316c8b4..7ae3ed91aec0ea1bf28eed63d8d5f173cc199a86 100644
--- a/LayoutTests/css3/flexbox/flex-item-child-overflow.html
+++ b/LayoutTests/css3/flexbox/flex-item-child-overflow.html
@@ -5,9 +5,9 @@ body {
margin: 0;
}
.flexbox {
- display: -webkit-flex;
+ display: flex;
position: relative;
- -webkit-flex-flow: column;
+ flex-flow: column;
}
.flexbox > div {
height: 0;
« no previous file with comments | « LayoutTests/css3/flexbox/flex-flow-padding.html ('k') | LayoutTests/css3/flexbox/flex-justify-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698