Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / animation / request-animation-frame-during-modal-expected.txt
1 CONSOLE WARNING: showModalDialog is deprecated. Please use window.open and postMessage instead.
2 Tests that requestAnimationFrame callbacks are not invoked while modal dialogs are displayed.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 Setting callback
11 Showing modal dialog
12 Returned from modal dialog
13 Callback fired
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17