https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 728bf0b06a5162efc4f46a959bdb10364e75a169 authored by James Graham on 24 April 2014, 14:45:39 UTC
Making a control dirty doesn't require execCommand
Tip revision: 728bf0b
battery-interface.html
<!DOCTYPE html>
<html>
  <head>
    <title>Battery Status API Test Suite</title>
    <script src="/resources/testharness.js"></script>
    <link rel="stylesheet" href="/resources/testharness.css" media="all"/>
    <script src="battery-interface.js"></script>
  </head>
  <body>
    <h1>Description</h1>
    <p>
      This test validates the BatteryManager interface IDL.
    </p>

    <div id="log"></div>
    <p>
      <small>
        Distributed under both the
        <a href="http://www.w3.org/Consortium/Legal/2008/04-testsuite-license">
        W3C Test Suite License</a> and the
        <a href="http://www.w3.org/Consortium/Legal/2008/03-bsd-license">
        W3C 3-clause BSD License</a>. To contribute to a W3C Test Suite, see the
        <a href="http://www.w3.org/2004/10/27-testcases">policies and contribution
        forms</a>.
      </small>
    </p>
  </body>
</html>
back to top