| Index: LayoutTests/fast/animation/request-animation-frame-missing-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/animation/request-animation-frame-missing-arguments-expected.txt b/LayoutTests/fast/animation/request-animation-frame-missing-arguments-expected.txt
|
| index 228f6b3e8e81cab10175b0e31f7f8e37ca795064..2d06e34be68e1cd7483382b245b8b4a33994a1bc 100644
|
| --- a/LayoutTests/fast/animation/request-animation-frame-missing-arguments-expected.txt
|
| +++ b/LayoutTests/fast/animation/request-animation-frame-missing-arguments-expected.txt
|
| @@ -3,8 +3,8 @@ Test how animation methods react to too few arguments.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS requestAnimationFrame() threw exception TypeError: Not enough arguments.
|
| -PASS cancelAnimationFrame() threw exception TypeError: Not enough arguments.
|
| +PASS requestAnimationFrame() threw exception TypeError: Failed to execute 'requestAnimationFrame' on 'DOMWindow': 1 argument required, but only 0 present..
|
| +PASS cancelAnimationFrame() threw exception TypeError: Failed to execute 'cancelAnimationFrame' on 'DOMWindow': 1 argument required, but only 0 present..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|