Chromium Code Reviews| Index: LayoutTests/fast/html/imports/resources/hello.html |
| diff --git a/LayoutTests/http/tests/security/mixedContent/resources/boring.html b/LayoutTests/fast/html/imports/resources/hello.html |
| similarity index 59% |
| copy from LayoutTests/http/tests/security/mixedContent/resources/boring.html |
| copy to LayoutTests/fast/html/imports/resources/hello.html |
| index f857423b00b173a899f45e0c0b57bd6f48214ca2..bc0219861cce6111fdfcd506dd274a84e1d2213c 100644 |
| --- a/LayoutTests/http/tests/security/mixedContent/resources/boring.html |
| +++ b/LayoutTests/fast/html/imports/resources/hello.html |
| @@ -1,6 +1,7 @@ |
| <!DOCTYPE html> |
| <html> |
| +<head></head> |
| <body> |
| -This is a boring frame. |
| + <h1>Hello</h1> |
| </body> |
| </html> |