| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event-expected.txt
|
| index 0944df60a8faa2396a832089fa29d392e32f6313..9ee1d1fa6bc9cb46878fbaf15dd4ac38415b76df 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-close-event-expected.txt
|
| @@ -3,12 +3,8 @@ Test that dialog receives a close event upon closing.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS self is dialog
|
| PASS dialog.open is false
|
| -PASS event.cancelable is false
|
| -PASS self is dialog
|
| -PASS dialog.open is false
|
| -PASS event.cancelable is false
|
| -PASS dialog.open is false
|
| -PASS closedCount is 2
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|