Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-alert-success.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-alert-success.html b/third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-alert-success.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..818a8581fd1a5f10dba83157cd878a3ddae21ed9 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-alert-success.html |
| @@ -0,0 +1,3 @@ |
| +You should have seen a warning message for alert dialog. |
| +<script>if (window.testRunner) testRunner.notifyDone(); </script> |
| + |