Changeset 98635 in webkit
- Timestamp:
- Oct 27, 2011, 1:55:01 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r98634 r98635 1 2011-10-27 Dan Bernstein <mitz@apple.com> 2 3 Updated expected results after r98608. 4 5 * fast/css/getComputedStyle/computed-style-expected.txt: 6 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: 7 * svg/css/getComputedStyle-basic-expected.txt: 8 1 9 2011-10-27 Stephen Chenney <schenney@chromium.org> 2 10 -
trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
r97701 r98635 135 135 -webkit-column-break-before: auto; 136 136 -webkit-column-break-inside: auto; 137 -webkit-column-axis: auto; 137 138 -webkit-column-count: auto; 138 139 -webkit-column-gap: normal; -
trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
r97701 r98635 134 134 -webkit-column-break-before: auto 135 135 -webkit-column-break-inside: auto 136 -webkit-column-axis: auto 136 137 -webkit-column-count: auto 137 138 -webkit-column-gap: normal -
trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
r97701 r98635 267 267 rect: style.getPropertyValue(-webkit-column-break-inside) : auto 268 268 rect: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue] 269 rect: style.getPropertyValue(-webkit-column-axis) : auto 270 rect: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue] 269 271 rect: style.getPropertyValue(-webkit-column-count) : auto 270 272 rect: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue] … … 747 749 g: style.getPropertyValue(-webkit-column-break-inside) : auto 748 750 g: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue] 751 g: style.getPropertyValue(-webkit-column-axis) : auto 752 g: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue] 749 753 g: style.getPropertyValue(-webkit-column-count) : auto 750 754 g: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue]
Note:
See TracChangeset
for help on using the changeset viewer.