Index: LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/custom/svg-fonts-in-text-controls-expected.txt b/LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt |
similarity index 50% |
copy from LayoutTests/platform/mac/svg/custom/svg-fonts-in-text-controls-expected.txt |
copy to LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt |
index 8e89db85739d0fc3baa12b9926a7680c760849f0..fe38e57a0ab1b0daa226bb14d506e71d9087b8b5 100644 |
--- a/LayoutTests/platform/mac/svg/custom/svg-fonts-in-text-controls-expected.txt |
+++ b/LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt |
@@ -1,11 +1,13 @@ |
-This tests that the width of textareas and inputs is correctly calculated based on the metrics of the SVG font. |
+Selection should be kept after focus changed. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS selection.anchorNode is sample |
+PASS selection.anchorOffset is 3 |
+PASS selection.focusNode is sample |
+PASS selection.focusOffset is 6 |
PASS successfullyParsed is true |
TEST COMPLETE |
-Textarea offsetWidth: 137 |
-Input offsetWidth: 139 |