Changeset 71224 in webkit


Ignore:
Timestamp:
Nov 3, 2010 2:25:00 AM (13 years ago)
Author:
rolandsteiner@chromium.org
Message:

2010-11-03 Roland Steiner <rolandsteiner@chromium.org>

Unreviewed: additionally update Windows Chromium expectations after WebKit r71218

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r71223 r71224  
     12010-11-03  Roland Steiner  <rolandsteiner@chromium.org>
     2
     3        Unreviewed: additionally update Windows Chromium expectations after WebKit r71218
     4
     5        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
     6        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
     7        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
     8
    192010-11-03  Roland Steiner  <rolandsteiner@chromium.org>
    210
  • trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt

    r69231 r71224  
    158158-webkit-perspective-origin: 392px 288px;
    159159-webkit-rtl-ordering: logical;
     160-webkit-text-combine: none;
    160161-webkit-text-decorations-in-effect: none;
    161162-webkit-text-fill-color: rgb(0, 0, 0);
  • trunk/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

    r69231 r71224  
    157157    -webkit-perspective-origin: 50% 50%
    158158    -webkit-rtl-ordering: logical
     159    -webkit-text-combine: none
    159160    -webkit-text-decorations-in-effect: none
    160161    -webkit-text-fill-color: rgb(0, 0, 0)
  • trunk/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt

    r69231 r71224  
    313313rect: style.getPropertyValue(-webkit-rtl-ordering) : logical
    314314rect: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValue]
     315rect: style.getPropertyValue(-webkit-text-combine) : none
     316rect: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValue]
    315317rect: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
    316318rect: style.getPropertyCSSValue(-webkit-text-decorations-in-effect) : [object CSSPrimitiveValue]
     
    735737g: style.getPropertyValue(-webkit-rtl-ordering) : logical
    736738g: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValue]
     739g: style.getPropertyValue(-webkit-text-combine) : none
     740g: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValue]
    737741g: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
    738742g: style.getPropertyCSSValue(-webkit-text-decorations-in-effect) : [object CSSPrimitiveValue]
Note: See TracChangeset for help on using the changeset viewer.