 Chromium Code Reviews
 Chromium Code Reviews Issue 16194013:
  Mouse press should focus on any types of form controls.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 16194013:
  Mouse press should focus on any types of form controls.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/fast/forms/button/button-reset-focus-by-mouse-expected.html | 
| diff --git a/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-expected.html b/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..978f13900eeca09dc41ad6f18bcdf6d43709254a | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/forms/button/button-reset-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> | 
| + | 
| +<button type="reset">Reset</button> | 
| +<div id="console"></div> | 
| 
arv (Not doing code reviews)
2013/06/10 14:25:18
You don't need to manually have a console element.
 
tkent
2013/06/13 00:53:07
We need to put the console element here. If it is
 | 
| + | 
| +<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> |