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

Unified Diff: LayoutTests/svg/custom/default-font-settings-expected.html

Issue 1128143003: Set default SVG image font settings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Page::ordinaryPages can be empty in tests (ImageResourceTest) Created 5 years, 7 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/custom/default-font-settings.svg ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/default-font-settings-expected.html
diff --git a/LayoutTests/svg/custom/default-font-settings-expected.html b/LayoutTests/svg/custom/default-font-settings-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..6fb933998bd452d905ddfceba6e9cd6e532d57c9
--- /dev/null
+++ b/LayoutTests/svg/custom/default-font-settings-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+ * {
+ margin: 0;
+ padding: 0;
+ }
+</style>
+<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'>
+ <text y='30' font-family='monospace' fill='green'>PASS</text>
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/default-font-settings.svg ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698