Chromium Code Reviews| Index: content/test/data/session_history/form_that_posts_cross_site.html |
| diff --git a/content/test/data/session_history/form_that_posts_cross_site.html b/content/test/data/session_history/form_that_posts_cross_site.html |
| deleted file mode 100644 |
| index 56b51955e604e62a9177a852e158b88504ef6c5e..0000000000000000000000000000000000000000 |
| --- a/content/test/data/session_history/form_that_posts_cross_site.html |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| - <head></head> |
| - <body> |
| - <form id="form" method="POST" action="/cross-site-307/x.com/echoall"> |
| - <input type="text" name="text" value="value"> |
| - <input type="submit"> |
| - </form> |
| - </body> |
| -</html> |