Changeset 64850 in webkit


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

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

Not reviewed. Rebaseline win specific getComputedStyle* results, after r64832.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64848 r64850  
     12010-08-06  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Not reviewed. Rebaseline win specific getComputedStyle* results, after r64832.
     4
     5        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
     6        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
     7
    182010-08-06  Nikolas Zimmermann  <nzimmermann@rim.com>
    29
  • trunk/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt

    r60885 r64850  
    193193shape-rendering: auto;
    194194stroke: none;
    195 stroke-dasharray: ;
    196 stroke-dashoffset: ;
     195stroke-dasharray: none;
     196stroke-dashoffset: 0;
    197197stroke-linecap: butt;
    198198stroke-linejoin: miter;
    199199stroke-miterlimit: 4;
    200200stroke-opacity: 1;
    201 stroke-width: ;
     201stroke-width: 1;
    202202alignment-baseline: auto;
    203203baseline-shift: baseline;
    204204dominant-baseline: auto;
    205 kerning: ;
     205kerning: 0;
    206206text-anchor: start;
    207207writing-mode: lr-tb;
  • trunk/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

    r60885 r64850  
    192192    shape-rendering: auto
    193193    stroke: none
    194     stroke-dasharray:
    195     stroke-dashoffset:
     194    stroke-dasharray: none
     195    stroke-dashoffset: 0
    196196    stroke-linecap: butt
    197197    stroke-linejoin: miter
    198198    stroke-miterlimit: 4
    199199    stroke-opacity: 1
    200     stroke-width:
     200    stroke-width: 1
    201201    alignment-baseline: auto
    202202    baseline-shift: baseline
    203203    dominant-baseline: auto
    204     kerning:
     204    kerning: 0
    205205    text-anchor: start
    206206    writing-mode: lr-tb
Note: See TracChangeset for help on using the changeset viewer.