Chromium Code Reviews| Index: content/test/data/accessibility/css/font-family.html |
| diff --git a/content/test/data/accessibility/css/font-family.html b/content/test/data/accessibility/css/font-family.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9fa2e43908ccd4dc3c36a2626f933bb933b4ed83 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/css/font-family.html |
| @@ -0,0 +1,12 @@ |
| +<!-- |
| +@BLINK-ALLOW:fontFamily=* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| + <body style="font-family: serif"> |
| + <nav> |
| + <p style="font-family: monospace">Monospace</p> |
| + <p role="presentation" style="font-family: sans-serif">Sans serif</p> |
| + </nav> |
| + </body> |
| +</html> |