Changeset 98075 in webkit


Ignore:
Timestamp:
Oct 20, 2011, 11:52:25 PM (14 years ago)
Author:
tkent@chromium.org
Message:

Add a test to check behavior of tabindex attribute with a large number
https://bugs.webkit.org/show_bug.cgi?id=69056

Reviewed by Daniel Bates.

r96290 changed the behavior of integer parsing so that large
number strings which can not be represented in 32 bit integers
makes an error. Before r96290, we had assumed such large numbers
are equivelent to 0. We assume them invalid values.

  • fast/dom/tabindex-defaults-expected.txt: Added.
  • fast/dom/tabindex-defaults.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r98073 r98075  
     12011-10-02  Kent Tamura  <tkent@chromium.org>
     2
     3        Add a test to check behavior of tabindex attribute with a large number
     4        https://bugs.webkit.org/show_bug.cgi?id=69056
     5
     6        Reviewed by Daniel Bates.
     7
     8        r96290 changed the behavior of integer parsing so that large
     9        number strings which can not be represented in 32 bit integers
     10        makes an error. Before r96290, we had assumed such large numbers
     11        are equivelent to 0. We assume them invalid values.
     12
     13        * fast/dom/tabindex-defaults-expected.txt: Added.
     14        * fast/dom/tabindex-defaults.html: Added.
     15
    1162011-10-20  Yuzo Fujishima  <yuzo@google.com>
    217
Note: See TracChangeset for help on using the changeset viewer.