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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/textarea-caret.html

Issue 2293293003: Make CaretBase a DisplayItemClient. (Closed)
Patch Set: Fix unit test and disable failing test on SPv2. Created 4 years, 3 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 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
3 <script>
4 function repaintTest() {
5 editor.value = "-".repeat(60);
6 editor.focus();
7 }
8 onload = runRepaintAndPixelTest;
9 </script>
10 <!-- Test passes if caret is visible at rightmost edge of input field. -->
11 <textarea id="editor" style="white-space: nowrap;"></textarea>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698