Bug 1630469 [wpt PR 22985] - [device-orientation] Classify tests to corresponding subfolders, a=testonly

Automatic update from web-platform-tests
[device-orientation] Classify tests to corresponding subfolders

This CL only classifies existing tests to subfolders
(motion, orientation) respectively.

Bug: 816462
Change-Id: If4b3a41466d51ed4a044502683303b413344b262
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147008
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Wanming Lin <wanming.lin@intel.com>
Cr-Commit-Position: refs/heads/master@{#759971}

--

wpt-commits: 7649cb84f3d93e46ed2beafda0ee872ddb0b2956
wpt-pr: 22985
This commit is contained in:
Wanming Lin 2020-04-28 11:26:06 +00:00 коммит произвёл moz-wptsync-bot
Родитель 5ae36a3c5b
Коммит fa395ab6f5
11 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@
if (!run) {
run = true;
t.step(function () {
assert_true(e instanceof DeviceOrientationEvent, "instanceof DeviceOrientationEvent");
assert_true(e instanceof DeviceOrientationEvent);
assert_equals(e.type, "deviceorientationabsolute", "type is set to \"deviceorientationabsolute\"");
assert_equals(e.alpha, null, "alpha is set to null");
assert_equals(e.beta, null, "beta is set to null");