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> |