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

Unified Diff: LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-expected.html

Issue 1072403010: SVG Text should respect non-scaling-stroke. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed nits Created 5 years, 8 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/repaint/repaint-non-scaling-stroke-text-expected.html
diff --git a/LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-expected.html b/LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..08603045631f3120d7af5f034cf5e8392aaf27b0
--- /dev/null
+++ b/LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
fs 2015/04/22 14:05:05 This is not a proper reference for a repaint test.
Shanmuga Pandi 2015/04/22 14:31:02 Acknowledged and corrected.
fs 2015/04/22 14:48:48 I meant that the expected results for a repaint-te
+<svg>
+ <g>
+ <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size="72">Hello</text>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698