Index: LayoutTests/fast/animation/request-animation-frame-during-modal-expected.txt |
diff --git a/LayoutTests/fast/animation/request-animation-frame-during-modal-expected.txt b/LayoutTests/fast/animation/request-animation-frame-during-modal-expected.txt |
deleted file mode 100644 |
index 4da7dbd7619dc348c3030ba610c854849c03c5b8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/animation/request-animation-frame-during-modal-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-CONSOLE WARNING: Chromium is considering deprecating showModalDialog. Please use window.open and postMessage instead. |
-Tests that requestAnimationFrame callbacks are not invoked while modal dialogs are displayed. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
-Setting callback |
-Showing modal dialog |
-Returned from modal dialog |
-Callback fired |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |