Files
palemoon27/testing/web-platform/tests/battery-status/battery-interface.html
T

14 lines
342 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Battery Test: Interface API</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="battery-interface.js"></script>
<h2>Description</h2>
<p>
This test validates the BatteryManager interface IDL.
</p>
<div id="log"></div>