 Chromium Code Reviews
 Chromium Code Reviews Issue 10538049:
  Merge 118711 - Can't edit <input> elements with :first-letter  (Closed) 
  Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
    
  
    Issue 10538049:
  Merge 118711 - Can't edit <input> elements with :first-letter  (Closed) 
  Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/| OLD | NEW | 
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <html> | 2 <html> | 
| 3 <head> | 3 <head> | 
| 4 </head> | 4 </head> | 
| 5 <body> | 5 <body> | 
| 6 <input type="text" id="target" value="Hello" autofocus="autofocus" /> | 6 <input type="text" id="target" value="Hello" autofocus="autofocus" /> | 
| 7 </body> | 7 </body> | 
| 8 </html> | 8 </html> | 
| OLD | NEW |