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

Side by Side Diff: LayoutTests/svg/zoom/text/zoom-em-units-expected.html

Issue 18421006: Resolve em units against the specified font size in SVG (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/svg/zoom/text/zoom-em-units.html ('k') | Source/core/svg/SVGLengthContext.cpp » ('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 <html>
3 <head>
4 <style>
5 body {
6 zoom: 2;
7 }
8 div {
9 width: 3em;
10 height: 3em;
11 display: inline-block;
12 background-color: green;
13 }
14 </style>
15 </head>
16 <body>
17 Test for crbug.com/245996: This test passes if<br/>
18 there are two green squares of the same size.<br/>
19 <div></div>
20 <div></div>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/zoom/text/zoom-em-units.html ('k') | Source/core/svg/SVGLengthContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698