| Index: third_party/WebKit/LayoutTests/fast/dom/modal-dialogs-during-microtasks.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/modal-dialogs-during-microtasks.html b/third_party/WebKit/LayoutTests/fast/dom/modal-dialogs-during-microtasks.html
|
| deleted file mode 100644
|
| index 64c554500d5d8692b393f63390b3b97b2188080b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/modal-dialogs-during-microtasks.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<p>Passes if no alert() is displayed</p>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -
|
| -new Promise(function(res, rej) { res(); }).then(function() {
|
| - alert('this should not be shown');
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -});
|
| -</script>
|
|
|