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

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

Issue 1585623003: Support SVG fragment URLs in cross faded images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 fragments in -webkit-cross-fade image</title>
3 <style>
4 div {
5 width: 100px;
6 height: 100px;
7 background-color: green;
8 }
9 </style>
10 <div></div>
11 <p>There should be one green square above and one green square below.
12 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698