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