blob: 765527b68f342f09dec08882fecf078aeadc1ab9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script src="utils.js">
</script>
</head>
<body onLoad="forceLoadPlugin('p1')">
<embed type="application/x-test" style="width:200px; height:200px;" id="p1">
</body>
</html>
|