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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/minimum-text-size-expected.html

Issue 2144523002: Remove obsolete SVG small font rejection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/LayoutTests/svg/text/minimum-text-size-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/minimum-text-size-expected.html b/third_party/WebKit/LayoutTests/svg/text/minimum-text-size-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..32e35230af8612e7fd0a64e40f27df419457b720
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/minimum-text-size-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<svg width="500px" height="500px">
+ <defs>
+ <clipPath id="clipper" clipPathUnits="userSpaceOnUse">
+ <text id="test" x="0" y="4" font-size="1">P</text>
+ <text id="test" x="2" y="4" font-size="2">A</text>
+ <text id="test" x="4" y="4" font-size="4">S</text>
+ <text id="test" x="6" y="4" font-size="6">S</text>
+ </clipPath>
+ </defs>
+ <rect width="10px" height="10px" fill="green" clip-path="url(#clipper)" transform="scale(50)"></rect>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698