Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/fast/forms/label/label-selection.html

Issue 556813002: Fix behavior of label associated with control element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');

Powered by Google App Engine
This is Rietveld 408576698