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

Unified Diff: LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html

Issue 308123010: Trigger computation of font size when crossing foreignObject boundary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to trunk Created 6 years, 6 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 | « LayoutTests/svg/custom/foreignObject-font-size-on-zoom.html ('k') | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html
diff --git a/LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html b/LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..18fe5ea8d954d3578a13f310b76893a3e78ef844
--- /dev/null
+++ b/LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<body style="margin:0">
+ <svg width="100%" height="100%">
+ <foreignObject x="0" y="0" width="100%" height="100%" transform="scale(2)">
+ Lorem ipsum
+ </foreignObject>
+ </svg>
+</body>
« no previous file with comments | « LayoutTests/svg/custom/foreignObject-font-size-on-zoom.html ('k') | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698