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

Unified Diff: LayoutTests/platform/win/editing/pasteboard/drop-text-events-expected.txt

Issue 349693003: Manual rebaselines for r176850 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/platform/win/editing/pasteboard/drop-text-events-expected.txt
diff --git a/LayoutTests/platform/win/editing/pasteboard/drop-text-events-expected.txt b/LayoutTests/platform/win/editing/pasteboard/drop-text-events-expected.txt
deleted file mode 100644
index 705fb4121609b8bc66ebfec137a8a83de9b43fc7..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/editing/pasteboard/drop-text-events-expected.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-This tests that Drag drop fires textInput events.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetTextarea.value is 'PlainHello'
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetInput.value is 'PlainHello'
-FAIL actualTextEventData should be (of type string). Was null (of type object).
-FAIL 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') should be true. Was false.
-PASS actualTextEventData is 'RichHello'
-PASS testTargetTextarea.value is 'RichHello'
-PASS actualTextEventData is 'RichHello'
-PASS testTargetInput.value is 'RichHello'
-PASS actualTextEventData is ''
-PASS 0 <= testTargetEditable.innerHTML.indexOf('<b>Rich</b>Hello') is true
-FAIL textInputCount should be 6. Was 5.
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetTextarea.value is ''
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetInput.value is ''
-FAIL actualTextEventData should be (of type string). Was null (of type object).
-PASS testTargetEditable.innerHTML is 'placeholder'
-PASS actualTextEventData is 'RichHello'
-PASS testTargetTextarea.value is ''
-PASS actualTextEventData is 'RichHello'
-PASS testTargetInput.value is ''
-PASS actualTextEventData is ''
-PASS testTargetEditable.innerHTML is 'placeholder'
-FAIL textInputCount should be 6. Was 5.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698