Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 <button id="button1">Button</button><label for="button1">Label</label> | |
| 5 <script src="../resources/common.js"></script> | |
| 6 <script> | |
| 7 hoverOverElement(document.querySelector('label')); | |
| 8 </script> | |
| 9 </body> | |
| OLD | NEW |