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

Unified Diff: LayoutTests/mhtml/multi_frames.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/mhtml_in_iframe-expected.txt ('k') | LayoutTests/mhtml/multi_frames_binary.mht » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/mhtml/multi_frames.html_original
diff --git a/LayoutTests/mhtml/multi_frames.html_original b/LayoutTests/mhtml/multi_frames.html_original
index 8c8e01c4873cf392bed92bc2f723572c4b9123ed..3fc631a42dd1f5913c4b61484045f7356a7fc36b 100644
--- a/LayoutTests/mhtml/multi_frames.html_original
+++ b/LayoutTests/mhtml/multi_frames.html_original
@@ -3,18 +3,11 @@
<title>A page that contains multiple nested frames</title>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.dumpChildFramesAsText();
-}
-</script>
</head><body>
This page contains several frames.<br>
<iframe src="multi_frames_files/frame_0.html"></iframe><br>
<iframe src="multi_frames_files/frame_1.html"></iframe><br>
<iframe src="multi_frames_files/frame_2.html"></iframe><br>
And a red square:<br>
-<img src="frame_4_data/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'">
-<div id="error"></div>
-</body></html>
+<img src="frame_4_data/red_square.png">
+</body></html>
« no previous file with comments | « LayoutTests/mhtml/mhtml_in_iframe-expected.txt ('k') | LayoutTests/mhtml/multi_frames_binary.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698