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

Unified Diff: LayoutTests/css3/flexbox/auto-margins.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/auto-margins.html
diff --git a/LayoutTests/css3/flexbox/auto-margins.html b/LayoutTests/css3/flexbox/auto-margins.html
index b63e3ca05c4d4b685918f51ee07e56e9863d8e7c..5a84d1688318a700aa60db31a01b134f21e79776 100644
--- a/LayoutTests/css3/flexbox/auto-margins.html
+++ b/LayoutTests/css3/flexbox/auto-margins.html
@@ -5,7 +5,7 @@
<style>
#circles, #circles div {
- display: -webkit-flex;
+ display: flex;
display: -moz-flex;
width: -webkit-calc(100% - 4em);
width: calc(100% - 4em);

Powered by Google App Engine
This is Rietveld 408576698