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

Unified Diff: LayoutTests/css3/flexbox/align-absolute-child.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/align-absolute-child.html
diff --git a/LayoutTests/css3/flexbox/align-absolute-child.html b/LayoutTests/css3/flexbox/align-absolute-child.html
index 10bc46ecfc421deb43156ee93edd235b3a687196..246db09df799d5c0513dba16323f7c4622599ea9 100644
--- a/LayoutTests/css3/flexbox/align-absolute-child.html
+++ b/LayoutTests/css3/flexbox/align-absolute-child.html
@@ -12,7 +12,7 @@ body {
margin: 10px;
}
.flexbox > * {
- -webkit-flex: none;
+ flex: none;
-moz-flex: none;
}
.relative {

Powered by Google App Engine
This is Rietveld 408576698