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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: NeedsRebaseline Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..25aee6124cfecda3f04e6c7b55a35c5295ba62f7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/caret-color-inline-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+Tests color of caret changes with the 'color' style. Passes if caret is always in the came color as the text.
+<div id="div" contenteditable="true" style="color: green; font-size: 50px">SAMPLE</div>
+<script src="../../resources/run-after-layout-and-paint.js"></script>
+<script>
+div.focus();
+</script>

Powered by Google App Engine
This is Rietveld 408576698