Changeset 107372 in webkit
- Timestamp:
- Feb 9, 2012, 11:58:54 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
fast/css/getComputedStyle/computed-style-expected.txt (modified) (1 diff)
-
fast/css/getComputedStyle/computed-style-without-renderer-expected.txt (modified) (1 diff)
-
svg/css/getComputedStyle-basic-expected.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r107370 r107372 1 2012-02-09 Csaba Osztrogonác <ossy@webkit.org> 2 3 Unreviewed gardening after r107289. 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 2012-02-09 Adam Barth <abarth@webkit.org> 2 10 -
trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
r105015 r107372 163 163 -webkit-line-clamp: none; 164 164 -webkit-line-grid: none; 165 -webkit-line- grid-snap: none;165 -webkit-line-snap: none; 166 166 -webkit-locale: auto; 167 167 -webkit-margin-before-collapse: collapse; -
trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
r107298 r107372 162 162 -webkit-line-clamp: none 163 163 -webkit-line-grid: none 164 -webkit-line- grid-snap: none164 -webkit-line-snap: none 165 165 -webkit-locale: auto 166 166 -webkit-margin-before-collapse: collapse -
trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
r105015 r107372 323 323 rect: style.getPropertyValue(-webkit-line-grid) : none 324 324 rect: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue] 325 rect: style.getPropertyValue(-webkit-line- grid-snap) : none326 rect: style.getPropertyCSSValue(-webkit-line- grid-snap) : [object CSSPrimitiveValue]325 rect: style.getPropertyValue(-webkit-line-snap) : none 326 rect: style.getPropertyCSSValue(-webkit-line-snap) : [object CSSPrimitiveValue] 327 327 rect: style.getPropertyValue(-webkit-locale) : auto 328 328 rect: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue] … … 837 837 g: style.getPropertyValue(-webkit-line-grid) : none 838 838 g: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue] 839 g: style.getPropertyValue(-webkit-line- grid-snap) : none840 g: style.getPropertyCSSValue(-webkit-line- grid-snap) : [object CSSPrimitiveValue]839 g: style.getPropertyValue(-webkit-line-snap) : none 840 g: style.getPropertyCSSValue(-webkit-line-snap) : [object CSSPrimitiveValue] 841 841 g: style.getPropertyValue(-webkit-locale) : auto 842 842 g: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
Note:
See TracChangeset
for help on using the changeset viewer.