| Index: LayoutTests/fast/forms/checkbox/checkbox-focus-by-mouse-expected.html
|
| diff --git a/LayoutTests/fast/forms/checkbox/checkbox-focus-by-mouse-expected.html b/LayoutTests/fast/forms/checkbox/checkbox-focus-by-mouse-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..99e780355a113709946a69286ef629f202f501c7
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/checkbox/checkbox-focus-by-mouse-expected.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<body>
|
| +<script>
|
| +enablePixelTesting = true;
|
| +</script>
|
| +<script src="../../js/resources/js-test-pre.js"></script>
|
| +
|
| +<input type="checkbox" checked>
|
| +<div id="console"></div>
|
| +
|
| +<script>
|
| +description('Clicking on a form control should focus on it.');
|
| +testPassed('Focus event was dispatched.');
|
| +</script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| +</body>
|
|
|