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

Unified Diff: LayoutTests/platform/android/editing/input/editable-container-with-word-wrap-normal-expected.txt

Issue 1340883004: Auto-rebaseline for r202221 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/platform/android/editing/input/editable-container-with-word-wrap-normal-expected.txt
diff --git a/LayoutTests/platform/android/editing/input/editable-container-with-word-wrap-normal-expected.txt b/LayoutTests/platform/android/editing/input/editable-container-with-word-wrap-normal-expected.txt
deleted file mode 100644
index c59756342073726ba0770af3a5b5bda2e2a42d9a..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/android/editing/input/editable-container-with-word-wrap-normal-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Testcase for bug http://www.webkit.org/b/89649. The test case checks if caret is drawn properly(especially scrolls properly) inside a editable container having word-wrap:normal.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-To manually test, move the caret to the end of the line.
-The content must scroll for the caret to reach the end of the editable text.
-PASS editableContainer.scrollLeft > 0 is true
-
-Final caret rect is calculated by following constraints
-1) ScrollWidth = text content width + caret width
-2) Caret rect is always within container bounding box (thus substracting the scroll left)
-PASS startCaretRect.left + editableContainer.scrollWidth - editableContainer.scrollLeft - caretWidth is finalCaretRect.right
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698