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

Unified Diff: LayoutTests/http/tests/navigation/no-referrer-target-blank.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-target-blank.html
diff --git a/LayoutTests/http/tests/navigation/no-referrer-target-blank.html b/LayoutTests/http/tests/navigation/no-referrer-target-blank.html
index 3e662d0d118b1ba31c148332d9b1eb782d84b5cf..7a0679684d1cedb4a5bb236cd74647ddb670cf9c 100644
--- a/LayoutTests/http/tests/navigation/no-referrer-target-blank.html
+++ b/LayoutTests/http/tests/navigation/no-referrer-target-blank.html
@@ -11,16 +11,16 @@ of the referrer and window.opener should be empty below.<br/>
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>

Powered by Google App Engine
This is Rietveld 408576698