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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <svg width="500px" height="500px">
3 <defs>
4 <clipPath id="clipper" clipPathUnits="userSpaceOnUse">
5 <text id="test" x="0" y="4" font-size="1">P</text>
6 <text id="test" x="2" y="4" font-size="2">A</text>
7 <text id="test" x="4" y="4" font-size="4">S</text>
8 <text id="test" x="6" y="4" font-size="6">S</text>
9 </clipPath>
10 </defs>
11 <rect width="10px" height="10px" fill="green" clip-path="url(#clipper)" transf orm="scale(50)"></rect>
12 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698