Changeset 98635 in webkit


Ignore:
Timestamp:
Oct 27, 2011, 1:55:01 PM (13 years ago)
Author:
mitz@apple.com
Message:

Updated expected results after r98608.

  • fast/css/getComputedStyle/computed-style-expected.txt:
  • fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
  • svg/css/getComputedStyle-basic-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r98634 r98635  
     12011-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
    192011-10-27  Stephen Chenney  <schenney@chromium.org>
    210
  • trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

    r97701 r98635  
    135135-webkit-column-break-before: auto;
    136136-webkit-column-break-inside: auto;
     137-webkit-column-axis: auto;
    137138-webkit-column-count: auto;
    138139-webkit-column-gap: normal;
  • trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

    r97701 r98635  
    134134    -webkit-column-break-before: auto
    135135    -webkit-column-break-inside: auto
     136    -webkit-column-axis: auto
    136137    -webkit-column-count: auto
    137138    -webkit-column-gap: normal
  • trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt

    r97701 r98635  
    267267rect: style.getPropertyValue(-webkit-column-break-inside) : auto
    268268rect: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue]
     269rect: style.getPropertyValue(-webkit-column-axis) : auto
     270rect: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue]
    269271rect: style.getPropertyValue(-webkit-column-count) : auto
    270272rect: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue]
     
    747749g: style.getPropertyValue(-webkit-column-break-inside) : auto
    748750g: style.getPropertyCSSValue(-webkit-column-break-inside) : [object CSSPrimitiveValue]
     751g: style.getPropertyValue(-webkit-column-axis) : auto
     752g: style.getPropertyCSSValue(-webkit-column-axis) : [object CSSPrimitiveValue]
    749753g: style.getPropertyValue(-webkit-column-count) : auto
    750754g: style.getPropertyCSSValue(-webkit-column-count) : [object CSSPrimitiveValue]
Note: See TracChangeset for help on using the changeset viewer.