Index: LayoutTests/fast/forms/input-appearance-selection.html |
diff --git a/LayoutTests/fast/forms/input-appearance-selection.html b/LayoutTests/fast/forms/input-appearance-selection.html |
index eeee70554309bceba6c01a1c99e96f9ca2e6b7b2..431bccd526e9cd7707b02424160861b8c5b88a71 100644 |
--- a/LayoutTests/fast/forms/input-appearance-selection.html |
+++ b/LayoutTests/fast/forms/input-appearance-selection.html |
@@ -19,6 +19,7 @@ function test () { |
function testSelectionRange (testNumber, start, end, expectedStart, expectedEnd, tf, res) |
{ |
+ tf.focus(); |
tf.setSelectionRange(start, end); |
res.innerHTML = res.innerHTML + "<br>Test " + testNumber + ": setSelectionRange(" + start + ", " + end + ")"; |
if (tf.selectionStart == expectedStart && tf.selectionEnd == expectedEnd) |