|
| 1 | +2012-10-10 Ojan Vafai <ojan@chromium.org> |
| 2 | + |
| 3 | + check-layout.js should always dumpAsText |
| 4 | + https://bugs.webkit.org/show_bug.cgi?id=98959 |
| 5 | + |
| 6 | + Reviewed by Tony Chang. |
| 7 | + |
| 8 | + Every checkLayout test was already dumpAsText except for |
| 9 | + css3/flexbox/flex-item-child-overflow.html, which is a reftest |
| 10 | + and really doesn't need to be a checkLayout test. |
| 11 | + |
| 12 | + * css3/flexbox/auto-height-dynamic.html: |
| 13 | + * css3/flexbox/box-sizing-min-max-sizes.html: |
| 14 | + * css3/flexbox/box-sizing.html: |
| 15 | + * css3/flexbox/columns-auto-size.html: |
| 16 | + * css3/flexbox/columns-height-set-via-top-bottom.html: |
| 17 | + * css3/flexbox/flex-algorithm-min-max.html: |
| 18 | + * css3/flexbox/flex-algorithm-with-margins.html: |
| 19 | + * css3/flexbox/flex-algorithm.html: |
| 20 | + * css3/flexbox/flex-align-column.html: |
| 21 | + * css3/flexbox/flex-align-end.html: |
| 22 | + * css3/flexbox/flex-align-max.html: |
| 23 | + * css3/flexbox/flex-align-percent-height.html: |
| 24 | + * css3/flexbox/flex-align-stretch.html: |
| 25 | + * css3/flexbox/flex-align-vertical-writing-mode.html: |
| 26 | + * css3/flexbox/flex-align.html: |
| 27 | + * css3/flexbox/flex-flow-auto-margins.html: |
| 28 | + * css3/flexbox/flex-flow-border.html: |
| 29 | + * css3/flexbox/flex-flow-margins-auto-size.html: |
| 30 | + * css3/flexbox/flex-flow-margins.html: |
| 31 | + * css3/flexbox/flex-flow-orientations.html: |
| 32 | + * css3/flexbox/flex-flow-overflow.html: |
| 33 | + * css3/flexbox/flex-flow-padding.html: |
| 34 | + * css3/flexbox/flex-flow.html: |
| 35 | + * css3/flexbox/flex-item-child-overflow-expected.html: |
| 36 | + * css3/flexbox/flex-item-child-overflow.html: |
| 37 | + * css3/flexbox/flex-item-min-size.html: |
| 38 | + * css3/flexbox/flex-justify-content.html: |
| 39 | + * css3/flexbox/flex-no-flex.html: |
| 40 | + * css3/flexbox/flex-rounding.html: |
| 41 | + * css3/flexbox/flexitem-stretch-image.html: |
| 42 | + * css3/flexbox/flexitem.html: |
| 43 | + * css3/flexbox/floated-flexbox.html: |
| 44 | + * css3/flexbox/inline-flex.html: |
| 45 | + * css3/flexbox/line-wrapping.html: |
| 46 | + * css3/flexbox/multiline-align-content-horizontal-column.html: |
| 47 | + * css3/flexbox/multiline-align-content.html: |
| 48 | + * css3/flexbox/multiline-align-self.html: |
| 49 | + * css3/flexbox/multiline-column-auto.html: |
| 50 | + * css3/flexbox/multiline-justify-content.html: |
| 51 | + * css3/flexbox/multiline-reverse-wrap-overflow.html: |
| 52 | + * css3/flexbox/multiline.html: |
| 53 | + * css3/flexbox/nested-stretch.html: |
| 54 | + * css3/flexbox/orthogonal-flex-directions.html: |
| 55 | + * css3/flexbox/percent-margins.html: |
| 56 | + * css3/flexbox/percentage-heights.html: |
| 57 | + * css3/flexbox/percentage-sizes-quirks.html: |
| 58 | + * css3/flexbox/percentage-sizes.html: |
| 59 | + * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html: |
| 60 | + * css3/flexbox/position-absolute-child.html: |
| 61 | + * css3/flexbox/position-absolute-children.html: |
| 62 | + * css3/flexbox/preferred-widths-orthogonal.html: |
| 63 | + * css3/flexbox/preferred-widths.html: |
| 64 | + * css3/flexbox/relayout-image-load.html: |
| 65 | + * css3/flexbox/style-change.html: |
| 66 | + * css3/flexbox/true-centering.html: |
| 67 | + * css3/flexbox/writing-modes.html: |
| 68 | + * fast/block/margins-perpendicular-containing-block.html: |
| 69 | + * fast/css-grid-layout/place-cell-by-index.html: |
| 70 | + * fast/css/deprecated-flexbox-auto-min-size.html: |
| 71 | + * fast/css/nested-percent-height-on-replaced.html: |
| 72 | + * fast/css/percentage-height-auto-sized-body-quirks.html: |
| 73 | + * fast/flexbox/flexing-overflow-scroll-item.html: |
| 74 | + * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html: |
| 75 | + * fast/table/bad-replaced-sizing-preferred-logical-widths.html: |
| 76 | + * fast/table/margins-flipped-text-direction.html: |
| 77 | + * fast/table/margins-perpendicular-containing-block.html: |
| 78 | + * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html: |
| 79 | + * fast/writing-mode/percentage-height-orthogonal-writing-modes.html: |
| 80 | + * resources/check-layout.js: |
| 81 | + |
1 | 82 | 2012-10-10 Jeffrey Pfau <jpfau@apple.com> |
2 | 83 |
|
3 | 84 | [Mac][WK2] Unreviewed, skipping fast/parser/document-open-in-unload.html |
|
0 commit comments