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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interactive-elements/the-dialog-element/dialog-close-expected.txt

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/imported/wpt/html/semantics/interactive-elements/the-dialog-element/dialog-close-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interactive-elements/the-dialog-element/dialog-close-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interactive-elements/the-dialog-element/dialog-close-expected.txt
index 98d9f33c655206706641896e22b8c3d509fbaea2..5b72fe981550e10051c9617e5b2faded692f5f43 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interactive-elements/the-dialog-element/dialog-close-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interactive-elements/the-dialog-element/dialog-close-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-FAIL close() fires a close event assert_true: close event should be queued expected true got false
+PASS close() fires a close event
FAIL close() on a <dialog> that doesn't have an open attribute aborts the steps Failed to execute 'close' on 'HTMLDialogElement': The element does not have an 'open' attribute, and therefore cannot be closed.
PASS close() removes the open attribute and set the returnValue to the first argument
PASS close() without argument removes the open attribute and there's no returnValue

Powered by Google App Engine
This is Rietveld 408576698