| Index: LayoutTests/fast/forms/button/button-focus-by-label-click-expected.html
|
| diff --git a/LayoutTests/fast/forms/button/button-focus-by-label-click-expected.html b/LayoutTests/fast/forms/button/button-focus-by-label-click-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..08a69a6a66b367146c435c16434dfd325e0f2380
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/button/button-focus-by-label-click-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<body>
|
| +<p>Click a label element makes an associated control focused, but it shouldn't have focus appearance.</p>
|
| +<button id="button1">Button</button><label for="button1">Label</label>
|
| +<script src="../resources/common.js"></script>
|
| +<script>
|
| +hoverOverElement(document.querySelector('label'));
|
| +</script>
|
| +</body>
|
|
|