Chromium Code Reviews| Index: content/test/data/accessibility/html/time.html |
| diff --git a/content/test/data/accessibility/html/time.html b/content/test/data/accessibility/html/time.html |
| index 46cd682510c3dcd31ac44aba16db489b5cb11689..56ccb5374f284a73542dfc2d77b4e2481b1fef6b 100644 |
| --- a/content/test/data/accessibility/html/time.html |
| +++ b/content/test/data/accessibility/html/time.html |
| @@ -1,6 +1,11 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@WIN-ALLOW:IA2_STATE* |
| +--> |
| <!DOCTYPE html> |
| <html> |
| <body> |
| - <time>10.00am</time> |
| + <time>10:00</time> |
| + <time datetime="2015-02-14 20:00">Valentines day</time> |
| </body> |
| </html> |