Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDialogElement / submit-dialog-close-event-expected.txt
blob117290de36e266e1cd2953a9663e27ab0d01c5d2
1 Tests submitting a dialog on a close event triggered by a previous submission.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS dialog.open is false
7 PASS dialog.returnValue is "Goodbye"
8 PASS dialog.open is false
9 PASS dialog.returnValue is "Hello"
10 PASS successfullyParsed is true
12 TEST COMPLETE