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

Side by Side Diff: LayoutTests/svg/clip-path/opacity-assertion.svg

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 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 | Annotate | Revision Log
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs> 2 <defs>
3 <clipPath id="clip"> 3 <clipPath id="clip">
4 <rect width="100" height="100" opacity=".4"/> 4 <rect width="100" height="100" opacity=".4"/>
5 <rect/> <!-- trigger render-to-image-buffer mode --> 5 <rect/> <!-- trigger render-to-image-buffer mode -->
6 </clipPath> 6 </clipPath>
7 </defs> 7 </defs>
8 8
9 <!-- Should result in a 100x100 green square --> 9 <!-- Should result in a 100x100 green square -->
10 <rect width="200" height="200" fill="red" clip-path="url(#clip)"/> 10 <rect width="200" height="200" fill="red" clip-path="url(#clip)"/>
11 <rect width="100" height="100" fill="green"/> 11 <rect width="100" height="100" fill="green"/>
12 12
13 </svg> 13 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698