diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:32:16 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:32:16 -0800 |
commit | 0c90888c75eed12f6e2e14a9044faf50bd4af8ed (patch) | |
tree | 266c059a147232a297b2d956e04397c0f6683bc4 /assets/html | |
parent | 8611831e36b71c844a14788998728f3cd625b833 (diff) | |
download | packages_apps_Browser-0c90888c75eed12f6e2e14a9044faf50bd4af8ed.zip packages_apps_Browser-0c90888c75eed12f6e2e14a9044faf50bd4af8ed.tar.gz packages_apps_Browser-0c90888c75eed12f6e2e14a9044faf50bd4af8ed.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'assets/html')
-rw-r--r-- | assets/html/flashtest.html | 18 |
1 files changed, 18 insertions, 0 deletions
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> |