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

Side by Side Diff: LayoutTests/svg/as-background-image/same-image-two-instances-background-image.html

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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 div { 5 div {
6 /* background-color: #EBF; */ 6 /* background-color: #EBF; */
7 border: 2px dashed maroon; 7 border: 2px dashed maroon;
8 height: 50px; 8 height: 50px;
9 left: 100px; 9 left: 100px;
10 overflow: visible; 10 overflow: visible;
11 padding: 3px; 11 padding: 3px;
12 top: 20px; 12 top: 20px;
13 width: 200px; 13 width: 200px;
14 box-sizing: border-box; 14 box-sizing: border-box;
15 } 15 }
16 </style> 16 </style>
17 </head> 17 </head>
18 <body> 18 <body>
19 <!-- None of these images must look distorted --> 19 <!-- None of these images must look distorted -->
20 <div style="background: url(../as-image/resources/circle-default-default .svg)"></div> 20 <div style="background: url(../as-image/resources/circle-default-default .svg)"></div>
21 <div style="background: url(../as-image/resources/circle-default-default .svg)"></div> 21 <div style="background: url(../as-image/resources/circle-default-default .svg)"></div>
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698