Changeset 109082 in webkit


Ignore:
Timestamp:
Feb 27, 2012 11:02:01 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

LayoutTests/fast/forms/number/input-number-events.html is failing since r108228
https://bugs.webkit.org/show_bug.cgi?id=79329

Remove trailing whitespace which makes test failure.

Patch by Yoshifumi Inoue <yosin@chromium.org> on 2012-02-27
Reviewed by Kent Tamura.

  • fast/forms/number/input-number-events-expected.txt: Remove trailing whitespace at line 11.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r109081 r109082  
     12012-02-27  Yoshifumi Inoue  <yosin@chromium.org>
     2
     3        LayoutTests/fast/forms/number/input-number-events.html is failing since r108228
     4        https://bugs.webkit.org/show_bug.cgi?id=79329
     5
     6        Remove trailing whitespace which makes test failure.
     7
     8        Reviewed by Kent Tamura.
     9
     10        * fast/forms/number/input-number-events-expected.txt: Remove trailing whitespace at line 11.
     11
    1122012-02-27  David Barton  <dbarton@mathscribe.com>
    213
  • trunk/LayoutTests/fast/forms/number/input-number-events-expected.txt

    r108955 r109082  
    99Click the upper button
    1010PASS numberInput.value is "1"
    11 PASS changeEventCounter is 1 
     11PASS changeEventCounter is 1
    1212PASS inputEventCounter is 1
    1313Click again, but the value is not changed.
Note: See TracChangeset for help on using the changeset viewer.