Index: LayoutTests/fast/repaint/text-match-transparent-text-expected.html |
diff --git a/LayoutTests/fast/repaint/text-match-transparent-text-expected.html b/LayoutTests/fast/repaint/text-match-transparent-text-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..59a11baf953e8b35359f75cbba8d5c095c6be4b7 |
--- /dev/null |
+++ b/LayoutTests/fast/repaint/text-match-transparent-text-expected.html |
@@ -0,0 +1,4 @@ |
+<!DOCTYPE HTML> |
+Test for crbug.com/504712 |
+<p>Find In Page: The below transparent text "ndM" from findMe should be highlighted as orange and painted as black</p> |
+<span style="color:transparent">fi<span style="background-color:#FF9632;color:black">ndM</span>e</span> |