Changeset 64848 in webkit


Ignore:
Timestamp:
Aug 6, 2010 7:44:52 AM (14 years ago)
Author:
Nikolas Zimmermann
Message:

2010-08-06 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed. Rebaseline gtk specific getComputedStyle-basic.html result, after r64832.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64845 r64848  
     12010-08-06  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Not reviewed. Rebaseline gtk specific getComputedStyle-basic.html result, after r64832.
     4
     5        * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
     6
    172010-08-06  Dean Jackson  <dino@apple.com>
    28
  • trunk/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt

    r60885 r64848  
    383383rect: style.getPropertyValue(stroke) : #FFA500
    384384rect: style.getPropertyCSSValue(stroke) : [object SVGPaint]
    385 rect: style.getPropertyValue(stroke-dasharray) :
    386 rect: style.getPropertyCSSValue(stroke-dasharray) : null
    387 rect: style.getPropertyValue(stroke-dashoffset) :
    388 rect: style.getPropertyCSSValue(stroke-dashoffset) : null
     385rect: style.getPropertyValue(stroke-dasharray) : none
     386rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
     387rect: style.getPropertyValue(stroke-dashoffset) : 0
     388rect: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
    389389rect: style.getPropertyValue(stroke-linecap) : butt
    390390rect: style.getPropertyCSSValue(stroke-linecap) : [object CSSPrimitiveValue]
     
    403403rect: style.getPropertyValue(dominant-baseline) : auto
    404404rect: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue]
    405 rect: style.getPropertyValue(kerning) :
    406 rect: style.getPropertyCSSValue(kerning) : null
     405rect: style.getPropertyValue(kerning) : 0
     406rect: style.getPropertyCSSValue(kerning) : [object CSSPrimitiveValue]
    407407rect: style.getPropertyValue(text-anchor) : start
    408408rect: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
     
    801801g: style.getPropertyValue(stroke) : #FFA500
    802802g: style.getPropertyCSSValue(stroke) : [object SVGPaint]
    803 g: style.getPropertyValue(stroke-dasharray) :
    804 g: style.getPropertyCSSValue(stroke-dasharray) : null
    805 g: style.getPropertyValue(stroke-dashoffset) :
    806 g: style.getPropertyCSSValue(stroke-dashoffset) : null
     803g: style.getPropertyValue(stroke-dasharray) : none
     804g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
     805g: style.getPropertyValue(stroke-dashoffset) : 0
     806g: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
    807807g: style.getPropertyValue(stroke-linecap) : butt
    808808g: style.getPropertyCSSValue(stroke-linecap) : [object CSSPrimitiveValue]
     
    821821g: style.getPropertyValue(dominant-baseline) : auto
    822822g: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue]
    823 g: style.getPropertyValue(kerning) :
    824 g: style.getPropertyCSSValue(kerning) : null
     823g: style.getPropertyValue(kerning) : 0
     824g: style.getPropertyCSSValue(kerning) : [object CSSPrimitiveValue]
    825825g: style.getPropertyValue(text-anchor) : start
    826826g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
Note: See TracChangeset for help on using the changeset viewer.