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

Side by Side Diff: LayoutTests/svg/text/selection-partial-gradient-expected.html

Issue 585563002: [SVG] Restore the non-selection style after painting the selected run (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak test. Created 6 years, 3 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg>
3 <linearGradient id="green" x2="1" y2="0">
4 <stop offset="0.5" stop-color="green"/>
5 <stop offset="0.5" stop-color="white"/>
6 </linearGradient>
7 <text x="10" y="20" font-size="20" font-family="monospace" fill="url(#green)"> PASS FAIL</text>
8 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/selection-partial-gradient.html ('k') | Source/core/rendering/svg/SVGInlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698