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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/misc/svg-image-in-content-expected.html

Issue 2121973002: Fallback to 300x150 instead of 0x0 size for SVG inside content() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 4 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
Index: third_party/WebKit/LayoutTests/http/tests/misc/svg-image-in-content-expected.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/misc/svg-image-in-content-expected.html b/third_party/WebKit/LayoutTests/http/tests/misc/svg-image-in-content-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..632c68f17a6bbd47994e52f4ceec89f4c45d0d58
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/misc/svg-image-in-content-expected.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<style>
+body { margin: 0 }
+img {
+ width: 100px;
+ height: 100px;
+}
+</style>
+<title>Test SVG background icons</title>
+<img src="resources/embedded.svg">

Powered by Google App Engine
This is Rietveld 408576698