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