mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 06:58:56 +00:00
14 lines
342 B
HTML
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>
|