Chromium Code Reviews| Index: content/test/data/accessibility/object.html |
| diff --git a/content/test/data/accessibility/object.html b/content/test/data/accessibility/object.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e24a0ceaa9a031d1995ef82ea5985775bdf716bc |
| --- /dev/null |
| +++ b/content/test/data/accessibility/object.html |
| @@ -0,0 +1,12 @@ |
| +<!-- |
| +@MAC-ALLOW:* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + |
| +<object width="400" height="400" data="../../../../media/test/data/bear.swf"> |
| +</object> |
| + |
| +</body> |
| +</html> |