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

Unified Diff: LayoutTests/fast/events/ime-composition-events-segments-expected.txt

Issue 1162853002: Remove IME API from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove interface in WebWidgets.h Created 5 years, 7 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/ime-composition-events-segments-expected.txt
diff --git a/LayoutTests/fast/events/ime-composition-events-segments-expected.txt b/LayoutTests/fast/events/ime-composition-events-segments-expected.txt
deleted file mode 100644
index 3c951d3057dcd06bf34ec913e407a10df4ae7167..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/events/ime-composition-events-segments-expected.txt
+++ /dev/null
@@ -1,85 +0,0 @@
-This tests that DOM L3 CompositionEvent segment related properties.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Case 1: Test from empty input field.
-PASS event.type is "compositionstart"
-PASS event.data is ""
-PASS event.activeSegmentStart is 0
-PASS event.activeSegmentEnd is 3
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 3
-PASS event.type is "compositionupdate"
-PASS event.data is "abcdefghi"
-PASS event.activeSegmentStart is 0
-PASS event.activeSegmentEnd is 3
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 3
-PASS event.type is "compositionupdate"
-PASS event.data is "abcdefghi"
-PASS event.activeSegmentStart is 3
-PASS event.activeSegmentEnd is 6
-PASS segments.length is 3
-PASS segments[i] is 0
-PASS segments[i] is 3
-PASS segments[i] is 6
-PASS event.type is "compositionupdate"
-PASS event.data is "abcdefghi"
-PASS event.activeSegmentStart is 6
-PASS event.activeSegmentEnd is 9
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 6
-PASS event.type is "compositionend"
-PASS event.data is "abcdefghi"
-PASS event.activeSegmentStart is 6
-PASS event.activeSegmentEnd is 9
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 6
-PASS test.value is "abcdefghi"
-Case 2: Test from non-empty input field.
-PASS event.type is "compositionstart"
-PASS event.data is ""
-PASS event.activeSegmentStart is 0
-PASS event.activeSegmentEnd is 3
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 3
-PASS event.type is "compositionupdate"
-PASS event.data is "123456789"
-PASS event.activeSegmentStart is 0
-PASS event.activeSegmentEnd is 3
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 3
-PASS event.type is "compositionupdate"
-PASS event.data is "123456789"
-PASS event.activeSegmentStart is 3
-PASS event.activeSegmentEnd is 6
-PASS segments.length is 3
-PASS segments[i] is 0
-PASS segments[i] is 3
-PASS segments[i] is 6
-PASS event.type is "compositionupdate"
-PASS event.data is "123456789"
-PASS event.activeSegmentStart is 6
-PASS event.activeSegmentEnd is 9
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 6
-PASS event.type is "compositionend"
-PASS event.data is "123456789"
-PASS event.activeSegmentStart is 6
-PASS event.activeSegmentEnd is 9
-PASS segments.length is 2
-PASS segments[i] is 0
-PASS segments[i] is 6
-PASS test.value is "abcdefghi123456789"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/events/ime-composition-events-segments.html ('k') | LayoutTests/fast/ime/candidatewindowevent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698