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>"; |