Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLDialogElement / dialog-return-value-expected.txt
index 96c05d1..37cf1bd 100644 (file)
@@ -12,6 +12,7 @@ PASS dialog.returnValue is 'Return value set from close()'
 PASS dialog.returnValue is ''
 PASS dialog.returnValue is 'null'
 PASS dialog.returnValue is 'Should not change because no argument to close()'
+PASS dialog.returnValue is 'Should not change because of undefined argument to close()'
 PASS dialog.close('blah') threw exception InvalidStateError: Failed to execute 'close' on 'HTMLDialogElement': The element does not have an 'open' attribute, and therefore cannot be closed..
 PASS dialog.returnValue is 'Should not change because close() is invalid'
 PASS successfullyParsed is true