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