| 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
|
|
|