blob: 15237cea8b5f6ecf3ed73f6765b77b1a8ceb780a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<html class='reftest-wait'>
<body>
<script>
var quality = 0.25;
</script>
<script src='sample.js'></script>
<script src='dataurl.js'></script>
</body>
</html>
|