1
    2
    3
    4
    5
    6
    7
    8

content / test / data / gpu / functional_webgl_low_power.html [blame]

<html>
<script type="text/javascript" src="./functional_files/context.js"></script>
<body onload="startWebGLContext({powerPreference: 'low-power'})">
  <canvas id="glcanvas" width="640" height="480">
    Your browser doesn't appear to support the HTML5 <code><canvas></code> element.
  </canvas>
</body>
</html>