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..5c9fb7a84445846b0439b127e0b9bd76e4bebc70 |
| --- /dev/null |
| +++ b/LayoutTests/media/video-durationchange-on-ended-expected.txt |
| @@ -0,0 +1,8 @@ |
| +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) |
| +EXPECTED (video.duration < initialReportedDuration == 'true') OK |
| +END OF TEST |
| + |