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

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

Issue 23496045: Have V8Clipboard::clearDataMethodCustom() use V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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-dataTransferItemList-expected.txt
diff --git a/LayoutTests/fast/events/clipboard-dataTransferItemList-expected.txt b/LayoutTests/fast/events/clipboard-dataTransferItemList-expected.txt
index ae028f7a4204331ab54a25a135a97035b0dca32f..51ee6a28123d178a434cb51550c7835e16b21592 100644
--- a/LayoutTests/fast/events/clipboard-dataTransferItemList-expected.txt
+++ b/LayoutTests/fast/events/clipboard-dataTransferItemList-expected.txt
@@ -8,6 +8,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Running test with Legacy copy handler and Legacy paste handler
+PASS testDataTransfer.getData("custom-data") is "hello world"
+PASS testDataTransfer.clearData(nonConvertibleToString) threw exception Exception in toString().
+PASS testDataTransfer.getData("custom-data") is "hello world"
PASS testDataTransfer.types.length is 4
PASS testDataTransfer.types.indexOf("text/plain") >= 0 is true
PASS testDataTransfer.types.indexOf("text/uri-list") >= 0 is true
@@ -18,6 +21,9 @@ PASS testDataTransfer.getData("url") is "http://www.google.com/"
PASS testDataTransfer.getData("text/html") is "<em>Markup</em>"
PASS testDataTransfer.getData("custom-data") is "hello world"
Running test with Legacy copy handler and DataTransferItemList paste handler
+PASS testDataTransfer.getData("custom-data") is "hello world"
+PASS testDataTransfer.clearData(nonConvertibleToString) threw exception Exception in toString().
+PASS testDataTransfer.getData("custom-data") is "hello world"
PASS testDataTransfer.items.length is 4
PASS JSON.stringify(expectedTypes) is JSON.stringify(types)
PASS testData is expectedTestData
« no previous file with comments | « LayoutTests/fast/events/clipboard-dataTransferItemList.html ('k') | Source/bindings/v8/custom/V8ClipboardCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698