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

Unified Diff: third_party/WebKit/LayoutTests/editing/caret/caret-color.html

Issue 2271883002: Fix paint invalidation and painting for composited-scrolling input elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/caret/caret-color.html
diff --git a/third_party/WebKit/LayoutTests/editing/caret/caret-color.html b/third_party/WebKit/LayoutTests/editing/caret/caret-color.html
index 27f8a11f08ea715ae9961b39cc20b090f71b16ef..c5f96f45bcdf3ea5cd27e5179e9f2e7a3b9b7bca 100644
--- a/third_party/WebKit/LayoutTests/editing/caret/caret-color.html
+++ b/third_party/WebKit/LayoutTests/editing/caret/caret-color.html
@@ -13,8 +13,8 @@
<script>
function editingTest() {
- moveSelectionForwardByLineCommand();
- moveSelectionLeftByCharacterCommand();
+ moveSelectionForwardByLineCommand();
pdr. 2016/08/25 22:07:11 nit
chrishtr 2016/08/26 16:02:25 Done.
+ moveSelectionLeftByCharacterCommand();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698