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

Unified Diff: third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-expected.html

Issue 1756763004: Merge image sizing algorithms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unused variable 'styleImage' in release 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/css3/images/cross-fade-svg-size-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-expected.html b/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..17996c32e67fee6130ec10d529d1092f5afe670d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<title>Test SVG in -webkit-cross-fade image</title>
+<p>There should be four green circles below.
+<div>
+<img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>">
+<img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>">
+<img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>">
+<img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>">

Powered by Google App Engine
This is Rietveld 408576698