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

Side by Side Diff: third_party/WebKit/LayoutTests/images/cross-fade-svg-size-expected.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>Test SVG in -webkit-cross-fade image</title> 2 <title>Test SVG in -webkit-cross-fade image</title>
3 <p>There should be four green circles below. 3 <p>There should be four green circles below.
4 <div> 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>"> 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>"> 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>"> 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>"> 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