Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
|
yosin_UTC9
2016/02/25 02:03:55
Since we have an unit test, we don't need to have
dshwang
2016/02/25 18:27:08
Ok, removed
| |
| 2 <html> | |
| 3 <head> | |
| 4 <style> | |
| 5 input { | |
| 6 outline: none; | |
| 7 font-size: 12px; | |
| 8 font-weight: bold; | |
| 9 } | |
| 10 </style> | |
| 11 </head> | |
| 12 <body> | |
| 13 <p>When the last character is removed from a text box, the caret must be painted correctly. How to test:<br/> | |
| 14 1. use --enable-partial-raster command line.<br/> | |
| 15 2. type any characters in the input box.<br/> | |
| 16 3. delete all characters.<br/> | |
| 17 If you see two carets, the test is failed.</p> | |
| 18 </p> | |
| 19 <input/> | |
| 20 </body> | |
| 21 </html> | |
| OLD | NEW |