Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / label / label-selection.html
index 92b70a6..8c4862a 100644 (file)
@@ -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');