blob: 6fa2446f408fc57873ffa7daadb80b19694905a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script src="utils.js">
</script>
</head>
<body style="margin:0" onLoad="forceLoadPlugin('p1')">
<object type="application/x-test" drawmode="solid" color="ff00ff00"
style="width:200px; height:200px; display:block; margin:90px 80px;
outline:5px dashed blue;
background:cyan;
border:dotted black; border-width:4px 8px 4px 8px;
padding:3px 1px;" id="p1">
</object>
</body>
</html>
|