diff options
Diffstat (limited to 'dom/media/test/crashtests/1236639.html')
-rw-r--r-- | dom/media/test/crashtests/1236639.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/media/test/crashtests/1236639.html b/dom/media/test/crashtests/1236639.html new file mode 100644 index 0000000000..5c4634a4d4 --- /dev/null +++ b/dom/media/test/crashtests/1236639.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>Bug 1236639: Crash on audio playback due to invalid XING headers</title> +</head> +<body> +<audio autoplay src="1236639.mp3"></audio> +</body> +</html> |