diff options
Diffstat (limited to 'Examples/NetscapeCoreAnimationPlugin/test.html')
-rw-r--r-- | Examples/NetscapeCoreAnimationPlugin/test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Examples/NetscapeCoreAnimationPlugin/test.html b/Examples/NetscapeCoreAnimationPlugin/test.html new file mode 100644 index 0000000..8e0b4be --- /dev/null +++ b/Examples/NetscapeCoreAnimationPlugin/test.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> +<html> +<head> +<title>Cocoa Netscape Plug-In</title> +</head> +<body> +<div> + <embed width="400" height="400" type="test/x-netscape-core-animation-plugin"></embed> +</div> +</body> +</html> |