forked from mirrors/gecko-dev
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
9 lines
164 B
HTML
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>
|