summaryrefslogtreecommitdiffstats
path: root/dom/svg/test/test_text_selection.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/svg/test/test_text_selection.html')
-rw-r--r--dom/svg/test/test_text_selection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/svg/test/test_text_selection.html b/dom/svg/test/test_text_selection.html
index 7160461db9..2f275ac436 100644
--- a/dom/svg/test/test_text_selection.html
+++ b/dom/svg/test/test_text_selection.html
@@ -78,7 +78,7 @@ function testSelection() {
deselect();
// Drag from left of the text to the right of the text to select it.
- drag(90, 50, 110 + text[0].getComputedTextLength(), 50);
+ drag(101, 50, 99 + text[0].getComputedTextLength(), 50);
selection_is("hello there", "selecting entire simple text by dragging around it");
deselect();