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

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

Issue 1351643002: Auto-rebaseline for r202350 (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/editing/input/editable-container-with-word-wrap-normal-expected.txt
diff --git a/LayoutTests/editing/input/editable-container-with-word-wrap-normal-expected.txt b/LayoutTests/editing/input/editable-container-with-word-wrap-normal-expected.txt
index c59756342073726ba0770af3a5b5bda2e2a42d9a..c4885360775099579dc2b83bc3412d3be7488ac1 100644
--- a/LayoutTests/editing/input/editable-container-with-word-wrap-normal-expected.txt
+++ b/LayoutTests/editing/input/editable-container-with-word-wrap-normal-expected.txt
@@ -1,4 +1,4 @@
-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.
+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".
@@ -11,8 +11,8 @@ 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
+2) Caret rect is always within container bounding box (thus subtracting the scroll left)
+PASS startCaretRect.left + editableContainer.scrollWidth - editableContainer.scrollLeft is finalCaretRect.right
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698