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

Unified Diff: LayoutTests/css3/flexbox/order-painting.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/order-painting.html
diff --git a/LayoutTests/css3/flexbox/order-painting.html b/LayoutTests/css3/flexbox/order-painting.html
index f0c6756057f3ac05aebd373b3a72b2ef4c71ce0b..04388dc5e921a5b072975c24b84c281fa406e794 100644
--- a/LayoutTests/css3/flexbox/order-painting.html
+++ b/LayoutTests/css3/flexbox/order-painting.html
@@ -3,7 +3,7 @@
<body>
<p>This test passes if there is no red showing.</p>
-<div style="display: -webkit-flex; width: 100px;">
+<div style="display: flex; width: 100px;">
<div style="-webkit-order: 2; background-color: green; width: 100px; height: 100px; margin-left: -50px;"></div>
<div style="-webkit-order: 1; background-color: red; width: 50px; height: 100px;"></div>
</div>
« no previous file with comments | « LayoutTests/css3/flexbox/nested-stretch.html ('k') | LayoutTests/css3/flexbox/orthogonal-flex-directions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698