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

Side by Side Diff: LayoutTests/svg/as-background-image/background-image-preserveaspectRatio-support.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 <title>preserveAspectRatio test for background-image</title> 4 <title>preserveAspectRatio test for background-image</title>
5 <style> 5 <style>
6 th { 6 th {
7 background-color: #dd9; 7 background-color: #dd9;
8 font-family: sans-serif; 8 font-family: sans-serif;
9 } 9 }
10 10
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <td> 125 <td>
126 <img src="../as-image/resources/circle-viewbox-slice.svg" /> 126 <img src="../as-image/resources/circle-viewbox-slice.svg" />
127 </td> 127 </td>
128 <td> 128 <td>
129 <div style="background: url(../as-image/resources/circle-viewbox -slice.svg)"></div> 129 <div style="background: url(../as-image/resources/circle-viewbox -slice.svg)"></div>
130 </td> 130 </td>
131 </tr> 131 </tr>
132 </table> 132 </table>
133 </body> 133 </body>
134 </html> 134 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698