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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-image/resources/data-font-in-css-invalid-data-url.svg

Issue 1832333003: (1) Finish font subresource loading of SVG synchronously in SVGImage::dataChanged() Base URL: https://chromium.googlesource.com/chromium/src.git@SVG_new2_0
Patch Set: Rebase. Created 4 years, 9 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: third_party/WebKit/LayoutTests/svg/as-image/resources/data-font-in-css-invalid-data-url.svg
diff --git a/third_party/WebKit/LayoutTests/svg/as-image/resources/data-font-in-css-invalid-data-url.svg b/third_party/WebKit/LayoutTests/svg/as-image/resources/data-font-in-css-invalid-data-url.svg
new file mode 100644
index 0000000000000000000000000000000000000000..1046cbce1585dd4821553319a7791af42bfc448a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/as-image/resources/data-font-in-css-invalid-data-url.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="198" height="100">
+ <style>
+ <![CDATA[@font-face{font-family:"ahem-data"; src:url('data:font/ttf;base64,invalidAsDataURL@');}]]>
+ </style>
+ <text x="50" y="50" font-family="ahem-data" font-size="16">Hello, World</text>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698