Changeset 46282 in webkit


Ignore:
Timestamp:
Jul 23, 2009 12:24:52 PM (15 years ago)
Author:
rniwa@webkit.org
Message:

2009-07-23 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by David Hyatt.

Rebaseline for http://trac.webkit.org/changeset/46274
(The changeset rebaselined the expected results for mac but not for windows)

  • 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

    r46281 r46282  
     12009-07-23  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by David Hyatt.
     4
     5        Rebaseline for http://trac.webkit.org/changeset/46274
     6        (The changeset rebaselined the expected results for mac but not for windows)
     7
     8        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
     9        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
     10
    1112009-07-23  David Hyatt  <hyatt@apple.com>
    212
  • trunk/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt

    r46252 r46282  
    2222border-top-width: 0px;
    2323bottom: auto;
     24box-shadow: none;
    2425caption-side: top;
    2526clear: none;
     
    116117-webkit-box-pack: start;
    117118-webkit-box-reflect: none;
    118 -webkit-box-shadow: none;
    119119-webkit-box-sizing: content-box;
    120120-webkit-column-break-after: auto;
  • trunk/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

    r46252 r46282  
    2121    border-top-width: 16px
    2222    bottom: auto
     23    box-shadow: none
    2324    caption-side: top
    2425    clear: none
     
    115116    -webkit-box-pack: start
    116117    -webkit-box-reflect: none
    117     -webkit-box-shadow: none
    118118    -webkit-box-sizing: content-box
    119119    -webkit-column-break-after: auto
Note: See TracChangeset for help on using the changeset viewer.