8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / application / _show_autoselect_text.html.erb
1 <%# Render local variable `text` so the entire text is automatically
2     selected when clicked or focused. %>
3 <input class="select-on-focus <%= tagclass %>" type="text" readonly
4        size="<%= text.size %>" value="<%= text %>">