Chromium Code Reviews| Index: content/test/data/accessibility/html/frame/box.html |
| diff --git a/content/test/data/accessibility/html/frame/box.html b/content/test/data/accessibility/html/frame/box.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..df0441e71871a77502f909935fdde25e3be8f214 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/html/frame/box.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body style="margin: 10px; padding: 0px; border: 0px;"> |
| +<div role="img" style="width: 200px; height: 200px; background-color: #fef;"></div> |
| +</body> |
| +</html> |