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

Side by Side Diff: LayoutTests/svg/as-image/img-preserveAspectRatio-support-1.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 1/2</title> 4 <title>preserveAspectRatio test 1/2</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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 <td> 130 <td>
131 <img src="resources/circle-viewbox-slice.svg" /> 131 <img src="resources/circle-viewbox-slice.svg" />
132 </td> 132 </td>
133 <td> 133 <td>
134 <object data="resources/circle-viewbox-slice.svg"></object> 134 <object data="resources/circle-viewbox-slice.svg"></object>
135 </td> 135 </td>
136 </tr> 136 </tr>
137 </table> 137 </table>
138 </body> 138 </body>
139 </html> 139 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698