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

Unified Diff: LayoutTests/css3/flexbox/repaint-column-reverse.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/repaint.html ('k') | LayoutTests/css3/flexbox/repaint-rtl-column.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/repaint-column-reverse.html
diff --git a/LayoutTests/css3/flexbox/repaint-column-reverse.html b/LayoutTests/css3/flexbox/repaint-column-reverse.html
index 68a4a0863a6b96407f065ae91a1699b9c28c0db6..1045195bbd28c9707252f6e09dc4b4c17d528a2a 100644
--- a/LayoutTests/css3/flexbox/repaint-column-reverse.html
+++ b/LayoutTests/css3/flexbox/repaint-column-reverse.html
@@ -2,8 +2,8 @@
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<style>
#flexbox {
- display: -webkit-flex;
- -webkit-flex-flow: column-reverse;
+ display: flex;
+ flex-flow: column-reverse;
width: 200px;
}
.flex-item {
« no previous file with comments | « LayoutTests/css3/flexbox/repaint.html ('k') | LayoutTests/css3/flexbox/repaint-rtl-column.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698