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

Unified Diff: LayoutTests/svg/repaint/svg-length-ch-unit-font-size-change-expected.html

Issue 1073803002: SVG doesn't recognize ch units. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 8 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
Index: LayoutTests/svg/repaint/svg-length-ch-unit-font-size-change-expected.html
diff --git a/LayoutTests/svg/repaint/svg-length-ch-unit-font-size-change-expected.html b/LayoutTests/svg/repaint/svg-length-ch-unit-font-size-change-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b872e137c9c44949e08ad57b78e79fff540ddb8a
--- /dev/null
+++ b/LayoutTests/svg/repaint/svg-length-ch-unit-font-size-change-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<html>
+<body>
+<div style="font-size:10px">
+<svg style="width:200px; height:200px;">
+ <rect width="200px" height="200px" style="fill:rgb(0,0,255);" />
+</svg>
+</div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/svg/repaint/svg-length-ch-unit-font-size-change.html ('k') | LayoutTests/svg/stroke/stroke-array-ch-type.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698