 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-then-keydown-expected.html | 
| diff --git a/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.html b/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..4630c73cd99d5a67e321ed2dedb7d24fcf26dde3 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.html | 
| @@ -0,0 +1,4 @@ | 
| +<!DOCTYPE html> | 
| +<body> | 
| +<button type="reset" autofocus>Reset</button> | 
| +</body> |