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

Unified Diff: LayoutTests/http/tests/navigation/no-referrer-same-window.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/navigation/no-referrer-same-window.html
diff --git a/LayoutTests/http/tests/navigation/no-referrer-same-window.html b/LayoutTests/http/tests/navigation/no-referrer-same-window.html
index 883e55258bd2104d96723cce34ccbee9898bd1fa..bc87c0abb86ae54fecdbd9da3fdec77e615d160f 100644
--- a/LayoutTests/http/tests/navigation/no-referrer-same-window.html
+++ b/LayoutTests/http/tests/navigation/no-referrer-same-window.html
@@ -11,16 +11,16 @@ of the referrer and window.opener should be empty below.
testRunner.waitUntilDone();
}
- var target = document.getElementById("link");
+ var target = document.getElementById("link");
eventSender.mouseMoveTo(target.offsetLeft + 2, target.offsetTop + 2);
eventSender.mouseDown();
eventSender.mouseUp();
-function log(msg)
-{
- var line = document.createElement('div');
- line.appendChild(document.createTextNode(msg));
- document.getElementById('console').appendChild(line);
+function log(msg)
+{
+ var line = document.createElement('div');
+ line.appendChild(document.createTextNode(msg));
+ document.getElementById('console').appendChild(line);
}
</script>
<div id="console"></div>
« no previous file with comments | « LayoutTests/http/tests/navigation/no-referrer-reset.html ('k') | LayoutTests/http/tests/navigation/no-referrer-subframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698