Chromium Code Reviews| Index: LayoutTests/http/tests/security/mime-type-execute-as-html-16.html |
| diff --git a/LayoutTests/http/tests/security/mime-type-execute-as-html-02.html b/LayoutTests/http/tests/security/mime-type-execute-as-html-16.html |
| similarity index 90% |
| copy from LayoutTests/http/tests/security/mime-type-execute-as-html-02.html |
| copy to LayoutTests/http/tests/security/mime-type-execute-as-html-16.html |
| index 32494c09f18ded02dac7fbdb29f64b23ef20b098..d7abd75868589de4d49d5b9429bc75e0f77c9fd4 100644 |
| --- a/LayoutTests/http/tests/security/mime-type-execute-as-html-02.html |
| +++ b/LayoutTests/http/tests/security/mime-type-execute-as-html-16.html |
| @@ -9,9 +9,9 @@ |
| </script> |
| </head> |
| <body> |
| - <p>This test verifies that resources served with a mime type of 'application/json' |
| + <p>This test verifies that resources served with a mime type of 'application/x-foo+json' |
| is not rendered as HTML. It passes if no "FAIL: ..." alert is present, and if the |
| textual content of the frame is visible below.</p> |
| - <iframe src="resources/send-mime-types.php?mt=application%2Fjson"></iframe> |
| + <iframe src="resources/send-mime-types.php?mt=application%2Fx-foo%2Bjson"></iframe> |
|
pfeldman
2013/12/05 17:18:53
Lets leave original here as well.
sof
2013/12/05 19:32:44
Hmm, not sure what you mean. You want the test rem
pfeldman
2013/12/06 11:12:29
I just see that you are removing the "resources/se
sof
2013/12/06 11:16:16
Isn't that the diff similarity running riot?
|
| </body> |
| </html> |