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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests clipboard.clearData() 1 Tests clipboard.clearData()
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS testDataTransfer.clearData(null) did not throw exception. 6 PASS testDataTransfer.clearData(null) did not throw exception.
7 PASS testDataTransfer.clearData(undefined) did not throw exception.
8 PASS testDataTransfer.getData("text") is "sample" 7 PASS testDataTransfer.getData("text") is "sample"
9 PASS testDataTransfer.getData("url") is "http://www.google.com/" 8 PASS testDataTransfer.getData("url") is "http://www.google.com/"
10 PASS testDataTransfer.getData("text/html") is "<em>Markup</em>" 9 PASS testDataTransfer.getData("text/html") is "<em>Markup</em>"
11 PASS testDataTransfer.getData("custom-data") is "hello world" 10 PASS testDataTransfer.getData("custom-data") is "hello world"
12 PASS testDataTransfer.clearData("custom-data") did not throw exception. 11 PASS testDataTransfer.clearData("custom-data") did not throw exception.
13 PASS testDataTransfer.getData("text") is "sample" 12 PASS testDataTransfer.getData("text") is "sample"
14 PASS testDataTransfer.getData("url") is "http://www.google.com/" 13 PASS testDataTransfer.getData("url") is "http://www.google.com/"
15 PASS testDataTransfer.getData("text/html") is "<em>Markup</em>" 14 PASS testDataTransfer.getData("text/html") is "<em>Markup</em>"
16 PASS testDataTransfer.getData("custom-data") is "" 15 PASS testDataTransfer.getData("custom-data") is ""
17 PASS testDataTransfer.clearData() did not throw exception. 16 PASS testDataTransfer.clearData() did not throw exception.
18 PASS testDataTransfer.getData("text") is "" 17 PASS testDataTransfer.getData("text") is ""
19 PASS testDataTransfer.getData("url") is "" 18 PASS testDataTransfer.getData("url") is ""
20 PASS testDataTransfer.getData("text/html") is "" 19 PASS testDataTransfer.getData("text/html") is ""
21 PASS testDataTransfer.getData("custom-data") is "" 20 PASS testDataTransfer.getData("custom-data") is ""
21 PASS testDataTransfer.clearData(undefined) did not throw exception.
22 PASS testDataTransfer.getData("text") is ""
23 PASS testDataTransfer.getData("url") is ""
24 PASS testDataTransfer.getData("text/html") is ""
25 PASS testDataTransfer.getData("custom-data") is ""
22 PASS successfullyParsed is true 26 PASS successfullyParsed is true
23 27
24 TEST COMPLETE 28 TEST COMPLETE
25 29
OLDNEW
« 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