Chromium Code Reviews| Index: content/test/data/accessibility/audio.html |
| diff --git a/content/test/data/accessibility/audio.html b/content/test/data/accessibility/audio.html |
| deleted file mode 100644 |
| index 4ae0f3b8de104ac9b9ab565a6022e7e838c25f0f..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/audio.html |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -<!-- |
| -@WIN-ALLOW:xml-roles* |
| -@WIN-ALLOW:description* |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - <audio controls> |
| - <source src="sfx.mp3" type="audio/mpeg"> |
| - </audio> |
| -</body> |
| -</html> |