blob: f112a4b28095e184a49289dfd594f596a74cff6f [file] [log] [blame]
The Android Open Source Projected217d92008-12-17 18:05:52 -08001<html>
2<head>
3<title>Plugin test</title>
4</head>
5<body>
6<h1>Plugin test page</h1>
7This is text above the plugin
8<a href="http://www.google.com">Google</a>
9<br>
10lhs
11<object type="application/x-testplugin" height=40 width=64>
12 <param name="DrawingModel" value="Bitmap" />
13</object>
14<object type="application/x-testplugin" height=40 width=64>
15 <param name="DrawingModel" value="Canvas" />
16</object>
17rhs
18<br>
19
20This 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
21<ol>
22<li><a href="http://www.google.com">Google</a></li>
23<li><a href="http://www.gmail.com">Gmail</a></li>
24<li><a href="http://maps.google.com/">Google Maps</a></li>
25<li><a href="http://news.google.com">Google News</a></li>
26<li><a href="http://www.yahoo.com">Yahoo!</a></li>
27<li><a href="http://www.yahoomail.com">Yahoo! Mail</a></li>
28<li><a href="http://www.msn.com">MSN</a></li>
29<li><a href="http://www.hotmail.com">Hotmail</a></li>
30<li><a href="http://www.aol.com">AOL</a></li>
31<li><a href="http://mail.aol.com">AOL Mail</a></li>
32<li><a href="http://www.ebay.com">eBay</a></li>
33<li><a href="http://www.ask.com">Ask.com</a></li>
34<li><a href="http://www.amazon.com">Amazon</a></li>
35<li><a href="http://www.myspace.com">MySpace</a></li>
36<li><a href="http://www.nytimes.com">New York Times</a></li>
37<li><a href="http://www.weather.com">Weather Channel</a></li>
38<li><a href="http://www.wikipedia.org/">Wikipedia</a></li>
39<li><a href="http://www.cnet.com">CNET</a></li>
40<li><a href="http://www.apple.com">Apple</a></li>
41</ol>
42</body>
43</html>