summaryrefslogtreecommitdiffstats
path: root/mobile/android/tests/browser/robocop/robocop_adobe_flash.html
blob: 98689c5d1ed34f3ea742c82583efc54eba97e3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html style="margin: 0; padding: 0">
<head>
 <title>Adobe Flash Test</title>
 <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
 <meta charset="utf-8">
</head>
<body style="margin: 0; padding: 0">
	<object width="100" height="100"
	classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
	codebase="http://fpdownload.macromedia.com/
	pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
		<param name="SRC" value="green.swf">
		<embed src="green.swf" width="100" height="100">
		</embed>
	</object>
</body>
</html>