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

Unified Diff: LayoutTests/svg/as-image/same-image-two-instances.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/as-image/same-image-two-instances.html
diff --git a/LayoutTests/svg/as-image/same-image-two-instances.html b/LayoutTests/svg/as-image/same-image-two-instances.html
index 6d981abd87df8f7bb207a45c9ad2297d1d62f017..0ddaf68bea28addcbf587909b808f8df910a42fb 100644
--- a/LayoutTests/svg/as-image/same-image-two-instances.html
+++ b/LayoutTests/svg/as-image/same-image-two-instances.html
@@ -1,23 +1,23 @@
-<!DOCTYPE html>
-<html>
-<head>
- <style>
- img {
- /* background-color: #EBF; */
- border: 2px dashed maroon;
- height: 50px;
- left: 100px;
- overflow: visible;
- padding: 3px;
- top: 20px;
- width: 200px;
- box-sizing: border-box;
- }
- </style>
-</head>
-<body>
- <!-- None of these images must look distorted -->
- <img src="resources/circle-default-default.svg" />
- <img style="width: 100px; height: 100px" src="resources/circle-default-default.svg"/>
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ img {
+ /* background-color: #EBF; */
+ border: 2px dashed maroon;
+ height: 50px;
+ left: 100px;
+ overflow: visible;
+ padding: 3px;
+ top: 20px;
+ width: 200px;
+ box-sizing: border-box;
+ }
+ </style>
+</head>
+<body>
+ <!-- None of these images must look distorted -->
+ <img src="resources/circle-default-default.svg" />
+ <img style="width: 100px; height: 100px" src="resources/circle-default-default.svg"/>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698