mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
17 lines
497 B
HTML
17 lines
497 B
HTML
<!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>
|