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

Side by Side Diff: LayoutTests/svg/zoom/text/zoom-em-units.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 | « no previous file | LayoutTests/svg/zoom/text/zoom-em-units-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 <html>
3 <head>
4 <style>
5 body {
6 zoom: 2;
7 }
8 rect {
9 fill : green;
10 }
11 div {
12 width: 3em;
13 height: 3em;
14 display: inline-block;
15 background-color: green;
16 }
17 </style>
18 </head>
19 <body>
20 Test for crbug.com/245996: This test passes if<br/>
21 there are two green squares of the same size.<br/>
22 <div></div>
23 <svg width="3em" height="3em">
24 <rect x="0" y="0" width="100%" height="100%"/>
25 </svg>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/zoom/text/zoom-em-units-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698