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

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: Synced Created 6 years, 9 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
« no previous file with comments | « LayoutTests/mhtml/relative_url.mht ('k') | LayoutTests/mhtml/relaxed-content-type-parameters.mht » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/mhtml/relative_url.mht ('k') | LayoutTests/mhtml/relaxed-content-type-parameters.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698