|
| 1 | +2012-07-13 Tony Chang <tony@chromium.org> |
| 2 | + |
| 3 | + Move layout checking js script into LayoutTest/resources and generalize |
| 4 | + https://bugs.webkit.org/show_bug.cgi?id=91268 |
| 5 | + |
| 6 | + Reviewed by Ojan Vafai. |
| 7 | + |
| 8 | + flexbox.js contains helper scripts for verifying the size and position of nodes. |
| 9 | + I will be writing similar tests for grid, so move the js file into a location |
| 10 | + for sharing and generalize the script. |
| 11 | + |
| 12 | + * css3/flexbox/align-absolute-child.html: Change include path and call. |
| 13 | + * css3/flexbox/auto-height-dynamic.html: |
| 14 | + * css3/flexbox/columns-auto-size.html: |
| 15 | + * css3/flexbox/flex-algorithm-min-max.html: |
| 16 | + * css3/flexbox/flex-algorithm-with-margins.html: |
| 17 | + * css3/flexbox/flex-algorithm.html: |
| 18 | + * css3/flexbox/flex-align-column.html: |
| 19 | + * css3/flexbox/flex-align-end.html: |
| 20 | + * css3/flexbox/flex-align-max.html: |
| 21 | + * css3/flexbox/flex-align-percent-height.html: |
| 22 | + * css3/flexbox/flex-align-stretch.html: |
| 23 | + * css3/flexbox/flex-align-vertical-writing-mode.html: |
| 24 | + * css3/flexbox/flex-align.html: |
| 25 | + * css3/flexbox/flex-flow-auto-margins.html: |
| 26 | + * css3/flexbox/flex-flow-border.html: |
| 27 | + * css3/flexbox/flex-flow-margins-auto-size.html: |
| 28 | + * css3/flexbox/flex-flow-margins.html: |
| 29 | + * css3/flexbox/flex-flow-orientations.html: |
| 30 | + * css3/flexbox/flex-flow-overflow.html: |
| 31 | + * css3/flexbox/flex-flow-padding.html: |
| 32 | + * css3/flexbox/flex-flow.html: |
| 33 | + * css3/flexbox/flex-item-child-overflow.html: |
| 34 | + * css3/flexbox/flex-item-min-size.html: |
| 35 | + * css3/flexbox/flex-justify-content.html: |
| 36 | + * css3/flexbox/flex-no-flex.html: |
| 37 | + * css3/flexbox/flexitem.html: |
| 38 | + * css3/flexbox/floated-flexbox.html: |
| 39 | + * css3/flexbox/line-wrapping.html: |
| 40 | + * css3/flexbox/multiline-align-content-horizontal-column.html: |
| 41 | + * css3/flexbox/multiline-align-content.html: |
| 42 | + * css3/flexbox/multiline-align-self.html: |
| 43 | + * css3/flexbox/multiline-column-auto.html: |
| 44 | + * css3/flexbox/multiline-justify-content.html: |
| 45 | + * css3/flexbox/multiline-reverse-wrap-overflow.html: |
| 46 | + * css3/flexbox/multiline.html: |
| 47 | + * css3/flexbox/nested-stretch.html: |
| 48 | + * css3/flexbox/orthogonal-flex-directions.html: |
| 49 | + * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html: |
| 50 | + * css3/flexbox/position-absolute-child.html: |
| 51 | + * css3/flexbox/preferred-widths-orthogonal.html: |
| 52 | + * css3/flexbox/preferred-widths.html: |
| 53 | + * css3/flexbox/style-change.html: |
| 54 | + * css3/flexbox/true-centering.html: |
| 55 | + * css3/flexbox/writing-modes.html: |
| 56 | + * resources/check-layout.js: Renamed from LayoutTests/css3/flexbox/resources/flexbox.js. |
| 57 | + (.): Rename checkFlexboxen to checkLayout that takes a CSS selector. Hide functions in a closure. |
| 58 | + |
1 | 59 | 2012-07-13 Zan Dobersek <zandobersek@gmail.com> |
2 | 60 |
|
3 | 61 | Unreviewed GTK gardening, adding a baseline required after unskipping |
|
0 commit comments