Changeset 137242 in webkit


Ignore:
Timestamp:
Dec 10, 2012 7:53:49 PM (11 years ago)
Author:
senorblanco@chromium.org
Message:

[Chromium] Re-enable a failing test. Disabling it just seemed to
move the problem to another test. Unreviewed.

  • tests/GraphicsLayerChromiumTest.cpp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r137223 r137242  
     12012-12-10  Stephen White  <senorblanco@chromium.org>
     2
     3        [Chromium] Re-enable a failing test.  Disabling it just seemed to
     4        move the problem to another test.  Unreviewed.
     5
     6        * tests/GraphicsLayerChromiumTest.cpp:
     7
    182012-12-10  David Grogan  <dgrogan@chromium.org>
    29
  • trunk/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp

    r137105 r137242  
    8989};
    9090
    91 TEST_F(GraphicsLayerChromiumTest, DISABLED_updateLayerPreserves3DWithAnimations)
     91TEST_F(GraphicsLayerChromiumTest, updateLayerPreserves3DWithAnimations)
    9292{
    9393    ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
Note: See TracChangeset for help on using the changeset viewer.