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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/minimum-text-size.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/minimum-text-size-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/text/minimum-text-size.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/minimum-text-size.html b/third_party/WebKit/LayoutTests/svg/text/minimum-text-size.html
new file mode 100644
index 0000000000000000000000000000000000000000..9acad92d181813fe45dddb43a7bffe036d152c1c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/minimum-text-size.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<svg width="500px" height="500px">
+ <defs>
+ <clipPath id="clipper" clipPathUnits="objectBoundingBox">
+ <text id="test" x="0" y=".4" font-size="0.1">P</text>
+ <text id="test" x="0.2" y=".4" font-size="0.2">A</text>
+ <text id="test" x="0.4" y=".4" font-size="0.4">S</text>
+ <text id="test" x="0.6" y=".4" font-size="0.6">S</text>
+ </clipPath>
+ </defs>
+ <rect width="500px" height="500px" fill="green" clip-path="url(#clipper)"></rect>
+</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/minimum-text-size-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698