fune/toolkit/content/tests/browser/file_videoWithoutAudioTrack.html
alwu d852bb9b98 Bug 1495064 - part3 : add test. r=jib
Adding a test to check whether the wakelock state is correct under different situations. However,
the lock state of power manager doesn't equal to the actual platform lock. Now we don't have any
way to detect whether platform lock is set correctly or not, but we can at least make sure the
specific topic's state in power manager is correct.

Differential Revision: https://phabricator.services.mozilla.com/D7355

--HG--
extra : moz-landing-system : lando
2018-10-05 21:56:10 +00:00

9 lines
164 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>video without audio track</title>
</head>
<body>
<video id="v" src="gizmo-noaudio.webm" controls loop></video>
</body>
</html>