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

Unified Diff: LayoutTests/css3/flexbox/cross-axis-scrollbar.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/cross-axis-scrollbar.html
diff --git a/LayoutTests/css3/flexbox/cross-axis-scrollbar.html b/LayoutTests/css3/flexbox/cross-axis-scrollbar.html
index 2979b241d42e5425eaeca8c5496a6de891bf6420..193dc137733bd3b8e8b4e7b162ab2fc21b63d510 100644
--- a/LayoutTests/css3/flexbox/cross-axis-scrollbar.html
+++ b/LayoutTests/css3/flexbox/cross-axis-scrollbar.html
@@ -20,7 +20,6 @@ body {
}
.column > div {
- -webkit-flex: none;
flex: none;
background-color: green;
width: 100px;
@@ -29,21 +28,18 @@ body {
.row > div {
background-color: green;
- -webkit-flex: 1;
flex: 1;
height: 50px;
min-height: 0;
}
.vertical-lr > .column > div {
- -webkit-flex: none;
flex: none;
height: 50px;
width: 20px;
}
.vertical-lr > .row > div {
- -webkit-flex: 1;
flex: 1;
width: 100px;
}
« no previous file with comments | « LayoutTests/css3/flexbox/content-height-with-scrollbars.html ('k') | LayoutTests/css3/flexbox/css-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698