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

Unified Diff: LayoutTests/css3/flexbox/content-height-with-scrollbars.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/content-height-with-scrollbars.html
diff --git a/LayoutTests/css3/flexbox/content-height-with-scrollbars.html b/LayoutTests/css3/flexbox/content-height-with-scrollbars.html
index 17530f815a695fcbe192bc4aa14f4c2adb6da6c4..a9db4e5bb9d95da556a51b6881a4787eed7d548a 100644
--- a/LayoutTests/css3/flexbox/content-height-with-scrollbars.html
+++ b/LayoutTests/css3/flexbox/content-height-with-scrollbars.html
@@ -8,7 +8,7 @@
overflow: scroll;
}
.flexbox > div {
- -webkit-flex: none;
+ flex: none;
flex: none;
}
.flexbox > :nth-child(1) {
« no previous file with comments | « LayoutTests/css3/flexbox/columns-height-set-via-top-bottom.html ('k') | LayoutTests/css3/flexbox/cross-axis-scrollbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698