1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 /* The following are iOS specific rules for rendering on WebKit instead of
9 -webkit-flex: 1 1 auto
;
13 -webkit-flex: 0 0 auto
;
17 -webkit-flex-flow: column
;
18 display: -webkit-flex
;