mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
test: include reftests previewer with docs website (#1799)
This commit is contained in:

committed by
GitHub

parent
a7d881019b
commit
cdc4ca8296
20
www/static/tests/index.html
Normal file
20
www/static/tests/index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>html2canvas - Test result preview</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<select id="test_selector"></select>
|
||||
<select id="browser_selector"></select>
|
||||
<a href="#" id="test_link" target="_blank">Test link</a>
|
||||
</div>
|
||||
<div>
|
||||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" id="preview_image" alt="Preview image" />
|
||||
</div>
|
||||
|
||||
<script src="preview.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user