Changeset 98075 in webkit
- Timestamp:
- Oct 20, 2011, 11:52:25 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r98073 r98075 1 2011-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 1 16 2011-10-20 Yuzo Fujishima <yuzo@google.com> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.