Index: third_party/WebKit/LayoutTests/media/audio-constructor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/audio-constructor-expected.txt b/third_party/WebKit/LayoutTests/media/audio-constructor-expected.txt |
deleted file mode 100644 |
index 341b32cdd3e819c0ef22f2b9d4c5223ebdf20452..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/audio-constructor-expected.txt |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-Test that Audio() object loads the resource after src attribute is set and load() is called. |
- |
-EXPECTED (audio instanceof HTMLAudioElement == 'true') OK |
-RUN(audio.load()) |
-EVENT(loadstart) |
-EXPECTED (relativeURL(audio.currentSrc) == 'content/test.wav') OK |
-EVENT(canplaythrough) |
-END OF TEST |
- |