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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/text-match-highlight.html

Issue 1468913002: Find In Page hides the text when text color matches text search hightlight color. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years 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/svg/custom/text-match-highlight.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/text-match-highlight.html b/third_party/WebKit/LayoutTests/svg/custom/text-match-highlight.html
index 0f1e3dc27d2bf29aca316131183f29871ac64ec6..36cb41f097fa8408e746cba57155559002e17283 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/text-match-highlight.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/text-match-highlight.html
@@ -37,10 +37,10 @@
C 500 200 600 300 700 200
C 800 100 900 100 900 100" />
</defs>
- <text x="10" y="50" id="svg1">Can you findme in this boring text?</text>
+ <text x="10" y="50" id="svg1" stroke="red">Can you findme in this stroked text?</text>
<text x="10" y="100" style="font-size: 10px; font-family: monospace;" id="svg2">Findme in a typewriter!</text>
<g transform="scale(0.3) translate(0 400)">
- <text font-family="Verdana" font-size="42.5" fill="blue" >
+ <text font-family="Verdana" font-size="42.5" fill="blue" stroke="red" >
<textPath xlink:href="#textpath" id="svg3">Findme on a path! Did you findme?</textPath>
</text>
</g>

Powered by Google App Engine
This is Rietveld 408576698