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

Unified Diff: LayoutTests/mhtml/content_transfer_encoding_none.mht

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
Index: LayoutTests/mhtml/content_transfer_encoding_none.mht
diff --git a/LayoutTests/mhtml/content_transfer_encoding_none.mht b/LayoutTests/mhtml/content_transfer_encoding_none.mht
index c43f8399b9ec9ec71f4e706ef87739bf8569d5d8..fb83350bd124cbf6da2f380b39e3be7d215b3aea 100644
--- a/LayoutTests/mhtml/content_transfer_encoding_none.mht
+++ b/LayoutTests/mhtml/content_transfer_encoding_none.mht
@@ -15,15 +15,10 @@ Content-Type: text/html;
<html lang='en'>
<head>
<title>MHTML Content-Transfer-Encoding none test</title>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
</head>
<body>
This is a red square:<br>
- <img src="resources/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'">
- <div id="error"></div>
+ <img src="resources/red_square.png">
</body>
</html>
« no previous file with comments | « LayoutTests/mhtml/check_domain-expected.txt ('k') | LayoutTests/mhtml/content_transfer_encoding_none-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698