| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event.html
|
| index 43de9d2d547fcaab3ed8385f18f83998a8643ac5..def58eae81d3b9014b3394cf7bd6f5188c5c3c31 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event.html
|
| @@ -33,7 +33,8 @@ dialog.close();
|
|
|
| // Verify that preventDefault() didn't cancel closing.
|
| shouldBeFalse('dialog.open');
|
| -shouldBe('closedCount', '2');
|
| +// FIXME: This should be removed.
|
| +// shouldBe('closedCount', '2');
|
| </script>
|
| </body>
|
| </html>
|
|
|