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

Unified Diff: LayoutTests/fast/html/imports/resources/hello.html

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Mac build Created 7 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
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>
« no previous file with comments | « LayoutTests/fast/html/imports/resources/hello.css ('k') | LayoutTests/fast/html/imports/resources/import-helpers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698