Changeset 73019 in webkit


Ignore:
Timestamp:
Dec 1, 2010 7:32:13 AM (13 years ago)
Author:
chang.shu@nokia.com
Message:

2010-12-01 Chang Shu <chang.shu@nokia.com>

Reviewed by Laszlo Gombos.

Move orientation event test case to a better place.
https://bugs.webkit.org/show_bug.cgi?id=32492

  • fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Removed.
  • fast/dom/DeviceOrientation/create-event-orientationchange.html: Removed.
  • fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Removed.
  • fast/dom/Orientation: Added.
  • fast/dom/Orientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt.
  • fast/dom/Orientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange.html.
  • fast/dom/Orientation/script-tests: Added.
  • fast/dom/Orientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js.
Location:
trunk/LayoutTests
Files:
2 added
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r73018 r73019  
     12010-12-01  Chang Shu  <chang.shu@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        Move orientation event test case to a better place.
     6        https://bugs.webkit.org/show_bug.cgi?id=32492
     7
     8        * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Removed.
     9        * fast/dom/DeviceOrientation/create-event-orientationchange.html: Removed.
     10        * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Removed.
     11        * fast/dom/Orientation: Added.
     12        * fast/dom/Orientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt.
     13        * fast/dom/Orientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange.html.
     14        * fast/dom/Orientation/script-tests: Added.
     15        * fast/dom/Orientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js.
     16
    1172010-12-01  Alexander Pavlov  <apavlov@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.