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

Unified Diff: LayoutTests/platform/linux/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/linux/editing/pasteboard/drop-text-events-expected.txt
diff --git a/LayoutTests/platform/linux/editing/pasteboard/drop-text-events-expected.txt b/LayoutTests/platform/linux/editing/pasteboard/drop-text-events-expected.txt
deleted file mode 100644
index 23a63d3a0b9794f59e55498a906fad56218a8ade..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/linux/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'
-PASS actualTextEventData is ''
-PASS 0 <= testTargetEditable.innerHTML.indexOf('PlainHello') is true
-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
-PASS textInputCount is proceedingTestCases.length
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetTextarea.value is ''
-PASS actualTextEventData is 'PlainHello'
-PASS testTargetInput.value is ''
-PASS actualTextEventData is ''
-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'
-PASS textInputCount is cancelingTestCases.length
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698