Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/selection/selection-background-repaint-expected.html

Issue 2709693003: Repaint selection when element with ::selection style is recalculated. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/paint/invalidation/selection/selection-background-repaint-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/selection/selection-background-repaint-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/selection/selection-background-repaint-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a6152a58ce1e9b22daa8e9c8145b1c696f3a550a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/selection/selection-background-repaint-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<style>
+ span { color: green }
+ span.red { color: red }
+</style>
+<p>The words GREEN below should be green.</p>
+<span>GREEN<span class="red"> RED </span>GREEN</span>

Powered by Google App Engine