Chromium Code Reviews| Index: content/test/data/accessibility/caption.html |
| diff --git a/content/test/data/accessibility/caption.html b/content/test/data/accessibility/caption.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8f6ad439d064fa7a843279b5466fc8f54f14c793 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/caption.html |
| @@ -0,0 +1,22 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + |
| +<table> |
| + <caption>Browser and Engine</caption> |
| + <tr> |
| + <th>Browser</th> |
| + <th>Engine</th> |
| + </tr> |
| + <tr> |
| + <td>Chrome</td> |
| + <td>Blink</td> |
| + </tr> |
| + <tr> |
| + <td>Safari</td> |
| + <td>WebKit</td> |
| + </tr> |
| +</table> |
| + |
| +</body> |
| +</html> |