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

Unified Diff: LayoutTests/mhtml/page_with_image.html_original

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/page_with_css_and_js_unmht-expected.txt ('k') | LayoutTests/mhtml/page_with_image_ie.mht » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/mhtml/page_with_image.html_original
diff --git a/LayoutTests/mhtml/page_with_image.html_original b/LayoutTests/mhtml/page_with_image.html_original
index 952869ab5337add33e69b8dd34aee60d5adf9f4a..85972544e01364546a69b08025469b9318170624 100644
--- a/LayoutTests/mhtml/page_with_image.html_original
+++ b/LayoutTests/mhtml/page_with_image.html_original
@@ -1,16 +1,8 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
-
<title>Page with square</title>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
-}
-
-</script>
</head><body>
This is a red square:<br>
-<img src="page_with_image_files/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'">
-<div id="error"></div>
-</body></html>
+<img src="resources/red_square.png">
+</body></html>
« no previous file with comments | « LayoutTests/mhtml/page_with_css_and_js_unmht-expected.txt ('k') | LayoutTests/mhtml/page_with_image_ie.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698