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

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

Issue 1139273002: Set an explicit object type=text/plain in reload-subframe.pl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 798cbdb0e04cf01c74f97d5526bf5edfa2fe6250..fb11f6cb95d3784f7a12da15c49ea6022f8c90dd 100755
--- a/LayoutTests/http/tests/navigation/resources/reload-subframe.pl
+++ b/LayoutTests/http/tests/navigation/resources/reload-subframe.pl
@@ -46,7 +46,7 @@ if ($type eq "iframe") {
print "</body>";
} elsif ($type eq "object") {
print "<body>";
- print "<object data=$src></object>";
+ print "<object type='text/plain' data=$src></object>";
print "</body>";
} else {
print "<frameset>";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698