| Index: LayoutTests/media/track/text-track-cue-exceptions-expected.txt
|
| diff --git a/LayoutTests/media/track/text-track-cue-exceptions-expected.txt b/LayoutTests/media/track/text-track-cue-exceptions-expected.txt
|
| index 96f1691cebf5e0f8fc2440b47b36b013714b4d86..d25ac9413c332867b8a1eef34b976eb613e8c447 100644
|
| --- a/LayoutTests/media/track/text-track-cue-exceptions-expected.txt
|
| +++ b/LayoutTests/media/track/text-track-cue-exceptions-expected.txt
|
| @@ -3,12 +3,12 @@ Verify that TextTrackCue exceptions are properly messaged to developers.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS cue.startTime = Number.NaN; threw exception TypeError: Failed to set the 'startTime' property on 'TextTrackCue': The value provided is not a number..
|
| -PASS cue.startTime = Number.POSITIVE_INFINITY; threw exception TypeError: Failed to set the 'startTime' property on 'TextTrackCue': The value provided is infinite..
|
| -PASS cue.startTime = Number.NEGATIVE_INFINITY; threw exception TypeError: Failed to set the 'startTime' property on 'TextTrackCue': The value provided is infinite..
|
| -PASS cue.endTime = Number.NaN; threw exception TypeError: Failed to set the 'endTime' property on 'TextTrackCue': The value provided is not a number..
|
| -PASS cue.endTime = Number.POSITIVE_INFINITY; threw exception TypeError: Failed to set the 'endTime' property on 'TextTrackCue': The value provided is infinite..
|
| -PASS cue.endTime = Number.NEGATIVE_INFINITY; threw exception TypeError: Failed to set the 'endTime' property on 'TextTrackCue': The value provided is infinite..
|
| +PASS cue.startTime = Number.NaN; threw exception TypeError: Failed to set the 'startTime' property on 'TextTrackCue': The provided double value is non-finite..
|
| +PASS cue.startTime = Number.POSITIVE_INFINITY; threw exception TypeError: Failed to set the 'startTime' property on 'TextTrackCue': The provided double value is non-finite..
|
| +PASS cue.startTime = Number.NEGATIVE_INFINITY; threw exception TypeError: Failed to set the 'startTime' property on 'TextTrackCue': The provided double value is non-finite..
|
| +PASS cue.endTime = Number.NaN; threw exception TypeError: Failed to set the 'endTime' property on 'TextTrackCue': The provided double value is non-finite..
|
| +PASS cue.endTime = Number.POSITIVE_INFINITY; threw exception TypeError: Failed to set the 'endTime' property on 'TextTrackCue': The provided double value is non-finite..
|
| +PASS cue.endTime = Number.NEGATIVE_INFINITY; threw exception TypeError: Failed to set the 'endTime' property on 'TextTrackCue': The provided double value is non-finite..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|