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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: Created 3 years, 11 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/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt
deleted file mode 100644
index 37cf1bd5226521dfe5fed073dc73b881f921783b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-return-value-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Tests that dialog.returnValue is settable and returns the last value set.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS dialog.returnValue is ''
-PASS dialog.returnValue is 'Setting value directly'
-PASS dialog.returnValue is 'null'
-PASS dialog.returnValue is ''
-PASS dialog.returnValue is '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
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698