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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>Test SVG in -webkit-cross-fade image</title>
3 <p>There should be four green circles below.
4 <div>
5 <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>">
6 <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>">
7 <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>">
8 <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>">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698