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