⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 107372 in webkit


Ignore:
Timestamp:
Feb 9, 2012, 11:58:54 PM (15 years ago)
Author:
Csaba Osztrogonác
Message:

Unreviewed gardening after r107289.

  • 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

    r107370 r107372  
     12012-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
    192012-02-09  Adam Barth  <abarth@webkit.org>
    210
  • trunk/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

    r105015 r107372  
    163163-webkit-line-clamp: none;
    164164-webkit-line-grid: none;
    165 -webkit-line-grid-snap: none;
     165-webkit-line-snap: none;
    166166-webkit-locale: auto;
    167167-webkit-margin-before-collapse: collapse;
  • trunk/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

    r107298 r107372  
    162162    -webkit-line-clamp: none
    163163    -webkit-line-grid: none
    164     -webkit-line-grid-snap: none
     164    -webkit-line-snap: none
    165165    -webkit-locale: auto
    166166    -webkit-margin-before-collapse: collapse
  • trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt

    r105015 r107372  
    323323rect: style.getPropertyValue(-webkit-line-grid) : none
    324324rect: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue]
    325 rect: style.getPropertyValue(-webkit-line-grid-snap) : none
    326 rect: style.getPropertyCSSValue(-webkit-line-grid-snap) : [object CSSPrimitiveValue]
     325rect: style.getPropertyValue(-webkit-line-snap) : none
     326rect: style.getPropertyCSSValue(-webkit-line-snap) : [object CSSPrimitiveValue]
    327327rect: style.getPropertyValue(-webkit-locale) : auto
    328328rect: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
     
    837837g: style.getPropertyValue(-webkit-line-grid) : none
    838838g: style.getPropertyCSSValue(-webkit-line-grid) : [object CSSPrimitiveValue]
    839 g: style.getPropertyValue(-webkit-line-grid-snap) : none
    840 g: style.getPropertyCSSValue(-webkit-line-grid-snap) : [object CSSPrimitiveValue]
     839g: style.getPropertyValue(-webkit-line-snap) : none
     840g: style.getPropertyCSSValue(-webkit-line-snap) : [object CSSPrimitiveValue]
    841841g: style.getPropertyValue(-webkit-locale) : auto
    842842g: style.getPropertyCSSValue(-webkit-locale) : [object CSSPrimitiveValue]
Note: See TracChangeset for help on using the changeset viewer.