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

Unified Diff: LayoutTests/http/tests/navigation/resources/reload-subframe.pl

Issue 20652002: Fix trailing whitespace in scripts and misc. files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't change literal diff. Created 7 years, 5 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/resources/reload-subframe.pl
diff --git a/LayoutTests/http/tests/navigation/resources/reload-subframe.pl b/LayoutTests/http/tests/navigation/resources/reload-subframe.pl
index 917ff890596e7300d502d013c63ad0db9e9943e3..798cbdb0e04cf01c74f97d5526bf5edfa2fe6250 100755
--- a/LayoutTests/http/tests/navigation/resources/reload-subframe.pl
+++ b/LayoutTests/http/tests/navigation/resources/reload-subframe.pl
@@ -9,7 +9,7 @@ $type = "";
foreach $pair (@keypairs)
{
($name, $value) = split(/=/, $pair);
-
+
if ($name eq "type") {
$type = $value;
}
@@ -29,10 +29,10 @@ $subframe_content = "Fail";
foreach $pair (@cookies)
{
($name, $value) = split(/=/, $pair);
-
+
$name =~ s/^\s+//;
$name =~ s/\s+$//;
-
+
if ($name eq "reload-subframe-$type") {
$subframe_content = "Pass";
}

Powered by Google App Engine
This is Rietveld 408576698