Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event.html

Issue 2355743005: Queue a close event for dialog.close (Closed)
Patch Set: Queue a close event for dialog.close Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698