Chromium Code Reviews| Index: chrome/test/data/flash_object.html |
| diff --git a/chrome/test/data/flash_object.html b/chrome/test/data/flash_object.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ea4279b0e58ad2cbcf64df2279106366e3c80918 |
| --- /dev/null |
| +++ b/chrome/test/data/flash_object.html |
| @@ -0,0 +1,18 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<script> |
| +window.onload = function() { |
| + domAutomationController.setAutomationId(0); |
| + domAutomationController.send("DONE"); |
| +} |
| +</script> |
| +</head> |
| + |
| +<body> |
| + |
| +<object width="400" height="400" data="/media/test/data/bear.swf"> |
| +</object> |
| + |
| +</body> |
| +</html> |