Changeset 56669 in webkit


Ignore:
Timestamp:
Mar 27, 2010 12:51:44 PM (14 years ago)
Author:
mrowe@apple.com
Message:

Fix the newly-added test to not trip over a bug that causes some subsequent tests to fail.

Rubber-stamped by Dan Bernstein.

  • fast/dom/script-tests/setPrimitiveValue-exceptions.js:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r56668 r56669  
     12010-03-27  Mark Rowe  <mrowe@apple.com>
     2
     3        Rubber-stamped by Dan Bernstein.
     4
     5        Fix the newly-added test to not trip over a bug that causes some subsequent tests to fail.
     6
     7        * fast/dom/script-tests/setPrimitiveValue-exceptions.js:
     8
    192010-03-27  Robert Hogan  <robert@webkit.org>
    210
  • trunk/LayoutTests/fast/dom/script-tests/setPrimitiveValue-exceptions.js

    r56663 r56669  
    1818left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25);
    1919shouldBe("left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION)", "25");
     20
     21// Work around <http://webkit.org/b/31223> / <rdar://problem/7374538>.
     22left.setFloatValue(CSSPrimitiveValue.CSS_PX, 10);
    2023
    2124shouldThrow("left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25)");
Note: See TracChangeset for help on using the changeset viewer.