| 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
|
|
|