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

Side by Side Diff: LayoutTests/fast/forms/button/button-focus-by-label-click-expected.html

Issue 21321002: Form control focus by click on a label should be handled as same as focus (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <p>Click a label element makes an associated control focused, but it shouldn't h ave focus appearance.</p>
4 <label style="display: block;"><button>Button</button> Label</label>
5 <script src="../resources/common.js"></script>
6 <script>
7 hoverOverElement(document.querySelector('label'));
8 </script>
9 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698