mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 14:55:21 +02:00
19 lines
373 B
HTML
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> |