Changeset 57861 in webkit


Ignore:
Timestamp:
Apr 19, 2010 5:56:17 PM (14 years ago)
Author:
jberlin@webkit.org
Message:

Remove an extra space in the getComputedStyle-with-psuedo-element test that was causing it to fail on the Chromium bots, and remove the platform-specific results that were landed in the meantime.

Reviewed by Dan Bernstein.

  • fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
  • fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
  • platform/chromium-linux/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt: Removed.
  • platform/chromium-win/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r57857 r57861  
     12010-04-19  Jessie Berlin  <jberlin@webkit.org>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        Remove an extra space in the getComputedStyle-with-psuedo-element test that was causing it to fail on the Chromium bots, and remove the platform-specific results that were landed in the meantime.
     6
     7        * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
     8        * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
     9        * platform/chromium-linux/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt: Removed.
     10        * platform/chromium-win/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt: Removed.
     11
    1122010-04-19  James Robinson  <jamesr@chromium.org>
    213
  • trunk/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt

    r57809 r57861  
    88There are no pseudo elements defined on this div.
    99
    10  This should be at full opacity.
     10This should be at full opacity.
    1111
    1212PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element with id testFirsts and pseudo-element :first-line and got 'rgb(165, 42, 42)'
  • trunk/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html

    r57809 r57861  
    113113    <div id="testNoPseudoElement">There are no pseudo elements defined on this div.</div>
    114114    <br />
    115     <div id="testHardwareAcceleratedCompositing"> This should be at full opacity.</div>
     115    <div id="testHardwareAcceleratedCompositing">This should be at full opacity.</div>
    116116    <br />
    117117    <div id="results"></div>
Note: See TracChangeset for help on using the changeset viewer.