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