Changeset 70998 in webkit


Ignore:
Timestamp:
Oct 31, 2010 1:33:45 PM (13 years ago)
Author:
andreas.kling@nokia.com
Message:

2010-10-31 James Simonsen <simonjam@chromium.org>

Reviewed by Andreas Kling.

Rebaseline a fast/dynamic LayoutTest for Chromium Linux

fast/dynamic/positioned-movement-with-positioned-children.html exposes
a change to the defult button style on Linux.

Prior to bug 26030, buttons were always drawn as #dddddd, regardless of
what the style said. The default style had been #c0c0c0. With the fix,
buttons now honor the style sheet, but in order to maintain
consistency, the default style for Linux was changed to #dddddd.

This patch updates the test to reflect the newer Linux button style.

https://bugs.webkit.org/show_bug.cgi?id=48460

  • platform/chromium-linux/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
  • platform/chromium/test_expectations.txt: Removed rebaselined test.
Location:
trunk/LayoutTests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70991 r70998  
     12010-10-31  James Simonsen  <simonjam@chromium.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Rebaseline a fast/dynamic LayoutTest for Chromium Linux
     6
     7        fast/dynamic/positioned-movement-with-positioned-children.html exposes
     8        a change to the defult button style on Linux.
     9
     10        Prior to bug 26030, buttons were always drawn as #dddddd, regardless of
     11        what the style said. The default style had been #c0c0c0. With the fix,
     12        buttons now honor the style sheet, but in order to maintain
     13        consistency, the default style for Linux was changed to #dddddd.
     14
     15        This patch updates the test to reflect the newer Linux button style.
     16
     17        https://bugs.webkit.org/show_bug.cgi?id=48460
     18
     19        * platform/chromium-linux/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
     20        * platform/chromium/test_expectations.txt: Removed rebaselined test.
     21
    1222010-10-31  Sheriff Bot  <webkit.review.bot@gmail.com>
    223
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r70965 r70998  
    19441944BUG12361 SLOW MAC RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
    19451945
    1946 // WebKit 44438:44544
    1947 BUG13721 LINUX : fast/dynamic/positioned-movement-with-positioned-children.html = FAIL
    1948 
    19491946BUG14207 LINUX : tables/mozilla/bugs/bug28341.html = FAIL
    19501947BUG32231 WIN DEBUG : tables/mozilla/bugs/bug28341.html = IMAGE PASS
Note: See TracChangeset for help on using the changeset viewer.