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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/clip-path/opacity-assertion.svg
diff --git a/LayoutTests/svg/clip-path/opacity-assertion.svg b/LayoutTests/svg/clip-path/opacity-assertion.svg
index 6986df06af535d6b67da0b65a85a7731c7b2afd1..2cd87ab8c9166abe854e591dc514097298b87ce1 100644
--- a/LayoutTests/svg/clip-path/opacity-assertion.svg
+++ b/LayoutTests/svg/clip-path/opacity-assertion.svg
@@ -1,13 +1,13 @@
-<svg xmlns="http://www.w3.org/2000/svg">
-<defs>
- <clipPath id="clip">
- <rect width="100" height="100" opacity=".4"/>
- <rect/> <!-- trigger render-to-image-buffer mode -->
- </clipPath>
-</defs>
-
-<!-- Should result in a 100x100 green square -->
-<rect width="200" height="200" fill="red" clip-path="url(#clip)"/>
-<rect width="100" height="100" fill="green"/>
-
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg">
+<defs>
+ <clipPath id="clip">
+ <rect width="100" height="100" opacity=".4"/>
+ <rect/> <!-- trigger render-to-image-buffer mode -->
+ </clipPath>
+</defs>
+
+<!-- Should result in a 100x100 green square -->
+<rect width="200" height="200" fill="red" clip-path="url(#clip)"/>
+<rect width="100" height="100" fill="green"/>
+
+</svg>

Powered by Google App Engine
This is Rietveld 408576698