Code drop from //branches/cupcake/...@124589
diff --git a/assets/html/flashtest.html b/assets/html/flashtest.html
new file mode 100644
index 0000000..8e1cf48
--- /dev/null
+++ b/assets/html/flashtest.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+<title>Flash test</title>
+</head>
+<body>
+<h1>Flash test</h1>
+This is text above the plugin
+<a href="http://www.google.com">Google</a>
+<br>
+lhs
+<object type="application/x-shockwave-flash" height=120 width=240>
+ <param name="FlashFileName" value="/data/data/com.android.browser/app_plugins/Ball.swf" />
+</object>
+<br>
+
+This is some the text and more text and more text and more text and more text and more text and more text and more text and more text and more text and more text
+</body>
+</html>
diff --git a/assets/html/plugin.html b/assets/html/plugin.html
new file mode 100755
index 0000000..f112a4b
--- /dev/null
+++ b/assets/html/plugin.html
@@ -0,0 +1,43 @@
+<html>
+<head>
+<title>Plugin test</title>
+</head>
+<body>
+<h1>Plugin test page</h1>
+This is text above the plugin
+<a href="http://www.google.com">Google</a>
+<br>
+lhs
+<object type="application/x-testplugin" height=40 width=64>
+ <param name="DrawingModel" value="Bitmap" />
+</object>
+<object type="application/x-testplugin" height=40 width=64>
+ <param name="DrawingModel" value="Canvas" />
+</object>
+rhs
+<br>
+
+This is some the text and more text and more text and more text and more text and more text and more text and more text and more text and more text and more text
+<ol>
+<li><a href="http://www.google.com">Google</a></li>
+<li><a href="http://www.gmail.com">Gmail</a></li>
+<li><a href="http://maps.google.com/">Google Maps</a></li>
+<li><a href="http://news.google.com">Google News</a></li>
+<li><a href="http://www.yahoo.com">Yahoo!</a></li>
+<li><a href="http://www.yahoomail.com">Yahoo! Mail</a></li>
+<li><a href="http://www.msn.com">MSN</a></li>
+<li><a href="http://www.hotmail.com">Hotmail</a></li>
+<li><a href="http://www.aol.com">AOL</a></li>
+<li><a href="http://mail.aol.com">AOL Mail</a></li>
+<li><a href="http://www.ebay.com">eBay</a></li>
+<li><a href="http://www.ask.com">Ask.com</a></li>
+<li><a href="http://www.amazon.com">Amazon</a></li>
+<li><a href="http://www.myspace.com">MySpace</a></li>
+<li><a href="http://www.nytimes.com">New York Times</a></li>
+<li><a href="http://www.weather.com">Weather Channel</a></li>
+<li><a href="http://www.wikipedia.org/">Wikipedia</a></li>
+<li><a href="http://www.cnet.com">CNET</a></li>
+<li><a href="http://www.apple.com">Apple</a></li>
+</ol>
+</body>
+</html>