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

Unified Diff: LayoutTests/svg/as-object/svg-embedded-in-html-in-iframe.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
« no previous file with comments | « LayoutTests/svg/as-image/same-image-two-instances.html ('k') | LayoutTests/svg/clip-path/clip-in-mask.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/as-object/svg-embedded-in-html-in-iframe.html
diff --git a/LayoutTests/svg/as-object/svg-embedded-in-html-in-iframe.html b/LayoutTests/svg/as-object/svg-embedded-in-html-in-iframe.html
index 74e1fd31c04a2183386069681bb763f554f5070a..3fcb5fb78060b6aae525dce81c22375c95bf7062 100644
--- a/LayoutTests/svg/as-object/svg-embedded-in-html-in-iframe.html
+++ b/LayoutTests/svg/as-object/svg-embedded-in-html-in-iframe.html
@@ -1,22 +1,22 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript">
-function CreateCircle(){
-var B="";
-B+="<!DOCTYPE html>";
-B+="<html>";
-B+="<body>";
-B+="<svg style=\"width:100px;height:100px;\">";
-B+="<circle cx=\"50%\" cy=\"50%\" r=\"50%\" fill=\"blue\" stroke=\"none\" />";
-B+="</svg>";
-B+="</body></html>";
-return B;
-}
-</script>
-</head>
-<body>
-<iframe src="javascript:parent.CreateCircle();" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
-</body>
-</html>
-
+<!DOCTYPE html>
+<html>
+<head>
+<script type="text/javascript">
+function CreateCircle(){
+var B="";
+B+="<!DOCTYPE html>";
+B+="<html>";
+B+="<body>";
+B+="<svg style=\"width:100px;height:100px;\">";
+B+="<circle cx=\"50%\" cy=\"50%\" r=\"50%\" fill=\"blue\" stroke=\"none\" />";
+B+="</svg>";
+B+="</body></html>";
+return B;
+}
+</script>
+</head>
+<body>
+<iframe src="javascript:parent.CreateCircle();" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
+</body>
+</html>
+
« no previous file with comments | « LayoutTests/svg/as-image/same-image-two-instances.html ('k') | LayoutTests/svg/clip-path/clip-in-mask.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698