Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1069)

Side by Side Diff: third_party/WebKit/ManualTests/caret-paint-after-last-text-is-removed.html

Issue 1654123002: Invalidate the previous caret even if the parent text node is removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more polishing if statement Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 input {
6 outline: none;
7 font-size: 12px;
8 }
9 </style>
10 </head>
11 <body>
12 <p>When the last character is removed from a text box, the caret must be painted correctly. How to test:<br/>
13 1. use --enable-partial-raster command line.<br/>
14 2. type any characters in the input box.<br/>
15 3. delete all characters.<br/>
16 If you see two carets, the test is failed.</p>
17 </p>
18 <input/>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698