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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <svg width="500px" height="500px">
3 <defs>
4 <clipPath id="clipper" clipPathUnits="objectBoundingBox">
5 <text id="test" x="0" y=".4" font-size="0.1">P</text>
6 <text id="test" x="0.2" y=".4" font-size="0.2">A</text>
7 <text id="test" x="0.4" y=".4" font-size="0.4">S</text>
8 <text id="test" x="0.6" y=".4" font-size="0.6">S</text>
9 </clipPath>
10 </defs>
11 <rect width="500px" height="500px" fill="green" clip-path="url(#clipper)"></re ct>
12 </svg>
OLDNEW
« 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