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

Unified Diff: LayoutTests/editing/pasteboard/dataTransfer-setData-getData-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/editing/pasteboard/dataTransfer-setData-getData-expected.txt
diff --git a/LayoutTests/editing/pasteboard/dataTransfer-setData-getData-expected.txt b/LayoutTests/editing/pasteboard/dataTransfer-setData-getData-expected.txt
deleted file mode 100644
index 0bf7d6fff6c3e96ca8a3f050125724045c0ee220..0000000000000000000000000000000000000000
--- a/LayoutTests/editing/pasteboard/dataTransfer-setData-getData-expected.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-Tests correct behavior of event.dataTransfer.setData/getData for 'URL', 'text/uri-list' and 'text/plain'
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
---- Test set/get 'URL':
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com/. Was http://test.com.
---- Test set/get 'URL' with multiple URLs:
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com/. Was .
---- Test set/get 'text/uri-list':
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com
-http://check.com. Was .
---- Test set/get 'text/uri-list' using '\n':
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com
-http://check.com. Was .
---- Test set 'text/uri-list', get 'URL':
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com/. Was .
---- Test set 'URL', get 'text/uri-list':
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com
-http://check.com. Was .
---- Test set 'text/uri-list', get 'URL', using only '\n':
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com/. Was .
---- Test set/get 'text/uri-list' with comments:
-PASS getDataResultType is "string"
-FAIL getDataResult should be # comment
-http://test.com
-http://check.com. Was .
---- Test set 'text/uri-list', get 'URL' with comments:
-PASS getDataResultType is "string"
-FAIL getDataResult should be http://test.com/. Was .
---- Test set 'text/uri-list', get 'URL' with only comments:
-PASS getDataResultType is "string"
-PASS getDataResult is ""
---- Test set/get 'text/plain':
-PASS getDataResultType is "string"
-PASS getDataResult is "Lorem ipsum dolor sit amet."
---- Test set 'text/plain', get 'text':
-PASS getDataResultType is "string"
-PASS getDataResult is "Lorem ipsum dolor sit amet."
---- Test set 'text', get 'text/plain':
-PASS getDataResultType is "string"
-PASS getDataResult is "Lorem ipsum dolor sit amet."
---- Test set/get 'text':
-PASS getDataResultType is "string"
-PASS getDataResult is "Lorem ipsum dolor sit amet."
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698