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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/text/minimum-font-size-not-applied.html

Issue 2575863002: Ignore minimum font-size for SVG text (Closed)
Patch Set: Created 4 years 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-font-size-not-applied-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 <script src="../../resources/ahem.js"></script>
3 <script>
4 internals.settings.setMinimumFontSize(50);
5 </script>
6 <svg height="100" font-size="1" font-family="Ahem">
7 <rect width="100" height="100" fill="green"/>
8 <text y="101" fill="red">X</text>
9 <text y="101" fill="red" x="50" text-rendering="geometricPrecision">Y</text>
10 </svg>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/text/minimum-font-size-not-applied-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698