Files
stf-DeviceFarmer/res/app/components/stf/screen/fast-image-render/test/index.html
2014-02-21 19:28:45 +09:00

19 lines
373 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Fast Image Render Test</title>
</head>
<body>
<h2>Fast Image Render Test</h2>
<h3>Frame number</h3>
<div id="frame-number"></div>
<canvas width="643px" height="1149px"></canvas>
<!--<canvas width="642px" height="1146px"></canvas>-->
<script src="../index.js"></script>
<script src="performance_test.js"></script>
</body>
</html>