Index: third_party/WebKit/LayoutTests/paint/selection/text-selection-counter-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/selection/text-selection-counter-expected.html b/third_party/WebKit/LayoutTests/paint/selection/text-selection-counter-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6926a15aa438573f8220c08e50d2896a32b8a005 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/selection/text-selection-counter-expected.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<style> |
+ span { color: initial } |
+ #select { color: transparent } |
+</style> |
+<p>You should see the word PASS two times below (no zeros).</p> |
+<div id="select"> |
+ <span>PASS</span>0<span>PASS</span> |
+</div> |