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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body style="margin:0">
3 <svg width="100%" height="100%">
4 <foreignObject x="0" y="0" width="100%" height="100%" transform="scale(2)">
5 Lorem ipsum
6 </foreignObject>
7 </svg>
8 </body>
OLDNEW
« 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