1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/base/tests/robocop_adobe_flash.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<html style="margin: 0; padding: 0"> 1.5 +<head> 1.6 + <title>Adobe Flash Test</title> 1.7 + <meta name="viewport" content="width=device-width,initial-scale=1.0"/> 1.8 + <meta charset="utf-8"> 1.9 +</head> 1.10 +<body style="margin: 0; padding: 0"> 1.11 + <object width="100" height="100" 1.12 + classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 1.13 + codebase="http://fpdownload.macromedia.com/ 1.14 + pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> 1.15 + <param name="SRC" value="green.swf"> 1.16 + <embed src="green.swf" width="100" height="100"> 1.17 + </embed> 1.18 + </object> 1.19 +</body> 1.20 +</html>