Chromium Code Reviews| Index: LayoutTests/media/video-durationchange-on-ended-expected.txt |
| diff --git a/LayoutTests/media/video-durationchange-on-ended-expected.txt b/LayoutTests/media/video-durationchange-on-ended-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f39e0149e0eb882339c4fc51fc494cbe1de787e6 |
| --- /dev/null |
| +++ b/LayoutTests/media/video-durationchange-on-ended-expected.txt |
| @@ -0,0 +1,7 @@ |
| +Verify there is a 'durationchange' event just before 'ended' event if the initially reported duration exceeds the actual data. |
| + |
| +EVENT(durationchange) |
| +EVENT(durationchange) |
| +EVENT(ended) |
| +END OF TEST |
| + |