Chromium Code Reviews| Index: content/test/data/accessibility/bdo.html |
| diff --git a/content/test/data/accessibility/bdo.html b/content/test/data/accessibility/bdo.html |
| deleted file mode 100644 |
| index 4b679f2056d7060d747ce16a77b6bf93727bae9d..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/bdo.html |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -<!-- |
| -@MAC_ALLOW:AXSubrole=* |
| -@WIN_ALLOW:* |
| ---> |
| -<html> |
| -<body> |
| - <bdo dir="ltr">Some LTR text</bdo> |
| - <bdo dir="rtl">Some RTL text <bdo dir="ltr">with some LTR text embedded</bdo></bdo> |
| -</body> |
| -</html> |