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

Unified Diff: LayoutTests/css3/flexbox/auto-margins.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/auto-height-dynamic.html ('k') | LayoutTests/css3/flexbox/box-sizing.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..abadf5fa030c06e9e289bb5b315b036d5dc92dc6 100644
--- a/LayoutTests/css3/flexbox/auto-margins.html
+++ b/LayoutTests/css3/flexbox/auto-margins.html
@@ -5,8 +5,7 @@
<style>
#circles, #circles div {
- display: -webkit-flex;
- display: -moz-flex;
+ display: flex;
width: -webkit-calc(100% - 4em);
width: calc(100% - 4em);
height: -webkit-calc(100% - 4em);
« no previous file with comments | « LayoutTests/css3/flexbox/auto-height-dynamic.html ('k') | LayoutTests/css3/flexbox/box-sizing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698