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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/zoom/text/zoom-em-units-expected.html
diff --git a/LayoutTests/svg/zoom/text/zoom-em-units-expected.html b/LayoutTests/svg/zoom/text/zoom-em-units-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a0c2da3d3fba19269b476fe5c71ac6d5fae90dd2
--- /dev/null
+++ b/LayoutTests/svg/zoom/text/zoom-em-units-expected.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+body {
+ zoom: 2;
+}
+div {
+ width: 3em;
+ height: 3em;
+ display: inline-block;
+ background-color: green;
+}
+</style>
+</head>
+<body>
+ Test for crbug.com/245996: This test passes if<br/>
+ there are two green squares of the same size.<br/>
+ <div></div>
+ <div></div>
+</body>
+</html>
« 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