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..36517ae313791a11a744eb72a1818c7ff24eca6f |
| --- /dev/null |
| +++ b/content/test/data/accessibility/object.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + |
| +<object width="400" height="400" data="../../../../media/test/data/bear.swf"> |
| +</object> |
| + |
| +</body> |
| +</html> |