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

Unified 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 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-font-size-not-applied-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-font-size-not-applied.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/minimum-font-size-not-applied.html b/third_party/WebKit/LayoutTests/svg/text/minimum-font-size-not-applied.html
new file mode 100644
index 0000000000000000000000000000000000000000..0d5a222628d71752f803fdbabadad30d17c044f9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/minimum-font-size-not-applied.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<script src="../../resources/ahem.js"></script>
+<script>
+internals.settings.setMinimumFontSize(50);
+</script>
+<svg height="100" font-size="1" font-family="Ahem">
+ <rect width="100" height="100" fill="green"/>
+ <text y="101" fill="red">X</text>
+ <text y="101" fill="red" x="50" text-rendering="geometricPrecision">Y</text>
+</svg>
« 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