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

Changeset 104696 in webkit


Ignore:
Timestamp:
Jan 11, 2012, 3:50:41 AM (15 years ago)
Author:
Csaba Osztrogonác
Message:

Implement the font-kerning CSS property
https://bugs.webkit.org/show_bug.cgi?id=76033

Unreviewed gardening after r104678.

  • svg/css/getComputedStyle-basic-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104695 r104696  
     12012-01-11  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Implement the font-kerning CSS property
     4        https://bugs.webkit.org/show_bug.cgi?id=76033
     5
     6        Unreviewed gardening after r104678.
     7
     8        * svg/css/getComputedStyle-basic-expected.txt:
     9
    1102012-01-11  Alexander Pavlov  <apavlov@chromium.org>
    211
  • trunk/LayoutTests/svg/css/getComputedStyle-basic-expected.txt

    r104625 r104696  
    295295rect: style.getPropertyValue(-webkit-flex-wrap) : nowrap
    296296rect: style.getPropertyCSSValue(-webkit-flex-wrap) : [object CSSPrimitiveValue]
     297rect: style.getPropertyValue(-webkit-font-kerning) : auto
     298rect: style.getPropertyCSSValue(-webkit-font-kerning) : [object CSSPrimitiveValue]
    297299rect: style.getPropertyValue(-webkit-font-smoothing) : auto
    298300rect: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
     
    803805g: style.getPropertyValue(-webkit-flex-wrap) : nowrap
    804806g: style.getPropertyCSSValue(-webkit-flex-wrap) : [object CSSPrimitiveValue]
     807g: style.getPropertyValue(-webkit-font-kerning) : auto
     808g: style.getPropertyCSSValue(-webkit-font-kerning) : [object CSSPrimitiveValue]
    805809g: style.getPropertyValue(-webkit-font-smoothing) : auto
    806810g: style.getPropertyCSSValue(-webkit-font-smoothing) : [object CSSPrimitiveValue]
Note: See TracChangeset for help on using the changeset viewer.