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

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/http/tests/security/isolatedWorld/resources/iframe.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html b/LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html
index 017891267f7c466c410aebb19b0abc417ef4b2b8..542db4d2cd6c800ff698179af1dbbd4679772c59 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html
@@ -1,19 +1,19 @@
<!DOCTYPE html>
-<html>
-<body>
-<div id="output"></div>
-<script>
-window.focus();
-
+<html>
+<body>
+<div id="output"></div>
+<script>
+window.focus();
+
// This should not pick up the 'bar' defined in the isolated world from the parent
// document, or the 'hotdog' defined in previous runs of this frame.
testRunner.evaluateScriptInIsolatedWorld(1,
"document.getElementById('output').appendChild(document.createTextNode(window.bar + ',' + window.hotdog));");
-
+
// Next time we run, we also shouldn't see this 'hotdog'.
testRunner.evaluateScriptInIsolatedWorld(1, "var hotdog = 'hotdog';");
-
-parent.iframeComplete(document.getElementById("output").textContent);
-</script>
-</body>
-</html>
+
+parent.iframeComplete(document.getElementById("output").textContent);
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698