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> |