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

Unified Diff: LayoutTests/css3/flexbox/preferred-widths-orthogonal.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/preferred-widths.html ('k') | LayoutTests/css3/flexbox/relayout-align-items.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
diff --git a/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html b/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
index 571b7e9f758f198b78a2f548c7d4e318f848844d..707e920aa2d95b65b23ff9c841ee1678c1be83b3 100644
--- a/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
+++ b/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
@@ -2,13 +2,13 @@
<html>
<style>
.flexbox {
- display: -webkit-flex;
+ display: flex;
background-color: #aaa;
float: left;
}
.flexbox > div {
margin: 2px 13px 8px 17px;
- -webkit-flex: none;
+ flex: none;
}
.flexbox > div:not(.nested) {
width: 10px;
@@ -43,7 +43,7 @@
}
.nested {
- display: -webkit-flex;
+ display: flex;
background-color: #ddd;
}
.horizontal-tb {
@@ -53,7 +53,7 @@
-webkit-writing-mode: vertical-lr;
}
.column {
- -webkit-flex-flow: column;
+ flex-flow: column;
}
.clear {
clear: both;
« no previous file with comments | « LayoutTests/css3/flexbox/preferred-widths.html ('k') | LayoutTests/css3/flexbox/relayout-align-items.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698