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

Unified Diff: LayoutTests/mhtml/relative_url-expected.html

Issue 161383002: Disabling JavaScript in MHTML and limiting MHTML loading to top frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed check_domain.mht (replaced with relative_url.mht) Created 6 years, 10 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/mhtml/relative_url-expected.html
diff --git a/LayoutTests/mhtml/relative_url-expected.html b/LayoutTests/mhtml/relative_url-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..fc3a095d394ba849858409176f38f3dce53edd84
--- /dev/null
+++ b/LayoutTests/mhtml/relative_url-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD><TITLE>Page with square</TITLE>
+
+<BODY>
+Image with an absolute URL:<BR>
+<IMG src="resources/red_square.png"/>
+<br>
+Image with a relative URL:<BR>
+<IMG src="resources/red_square.png"/>
+</BODY></HTML>

Powered by Google App Engine
This is Rietveld 408576698