| Index: LayoutTests/fast/forms/label/label-selection.html
|
| diff --git a/LayoutTests/fast/forms/label/label-selection.html b/LayoutTests/fast/forms/label/label-selection.html
|
| index 92b70a62ed51e4ed4a97cca76f4871d0ac6eed43..8c4862a65d6316d1be85372c2223c54054e0d1fb 100644
|
| --- a/LayoutTests/fast/forms/label/label-selection.html
|
| +++ b/LayoutTests/fast/forms/label/label-selection.html
|
| @@ -10,7 +10,7 @@
|
| <script>
|
| description('Test the selection of label associated with input.');
|
|
|
| -var labelElement = document.getElementById('labelWithInput');
|
| +var labelElement = document.getElementById('labelWithInput');
|
| testWithDoubleClick(labelElement);
|
|
|
| shouldBeEqualToString('window.getSelection().toString()', 'Some');
|
|
|