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

Unified Diff: LayoutTests/fast/events/clipboard-clearData-expected.txt

Issue 337343002: IDL: make optional arguments (without default) explicit sometimes Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-default-arguments-next
Patch Set: Created 6 years, 4 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: LayoutTests/fast/events/clipboard-clearData-expected.txt
diff --git a/LayoutTests/fast/events/clipboard-clearData-expected.txt b/LayoutTests/fast/events/clipboard-clearData-expected.txt
index b1f7cf1263105d0bf8faf456590a71bd9208563e..df83395b62f3d6f44586096b40e00436bd1d6215 100644
--- a/LayoutTests/fast/events/clipboard-clearData-expected.txt
+++ b/LayoutTests/fast/events/clipboard-clearData-expected.txt
@@ -4,7 +4,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS testDataTransfer.clearData(null) did not throw exception.
-PASS testDataTransfer.clearData(undefined) did not throw exception.
PASS testDataTransfer.getData("text") is "sample"
PASS testDataTransfer.getData("url") is "http://www.google.com/"
PASS testDataTransfer.getData("text/html") is "<em>Markup</em>"
@@ -19,6 +18,11 @@ PASS testDataTransfer.getData("text") is ""
PASS testDataTransfer.getData("url") is ""
PASS testDataTransfer.getData("text/html") is ""
PASS testDataTransfer.getData("custom-data") is ""
+PASS testDataTransfer.clearData(undefined) did not throw exception.
+PASS testDataTransfer.getData("text") is ""
+PASS testDataTransfer.getData("url") is ""
+PASS testDataTransfer.getData("text/html") is ""
+PASS testDataTransfer.getData("custom-data") is ""
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/events/clipboard-clearData.html ('k') | LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698