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