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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/text/selection-partial-gradient-expected.html
diff --git a/LayoutTests/svg/text/selection-partial-gradient-expected.html b/LayoutTests/svg/text/selection-partial-gradient-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f94a130c3d2cdb6bd64a8626f8a00c3ab871e5d9
--- /dev/null
+++ b/LayoutTests/svg/text/selection-partial-gradient-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<svg>
+ <linearGradient id="green" x2="1" y2="0">
+ <stop offset="0.5" stop-color="green"/>
+ <stop offset="0.5" stop-color="white"/>
+ </linearGradient>
+ <text x="10" y="20" font-size="20" font-family="monospace" fill="url(#green)">PASS FAIL</text>
+</svg>
« 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