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

Side by Side Diff: LayoutTests/mhtml/simple_page_ie-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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/mhtml/simple_page_ie.mht ('k') | LayoutTests/mhtml/simple_page_ie-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head> 1 <html><head>
2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
3 3
4 4
5 <title>A simple page</title> 5 <title>A simple page</title>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 </head><body> 6 </head><body>
11 <h1>This is a very simple page</h1> 7 <h1>This is a very simple page</h1>
12 Very <b>basic</b> page. 8 Very <b>basic</b> page.
13 </body></html> 9 </body></html>
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/simple_page_ie.mht ('k') | LayoutTests/mhtml/simple_page_ie-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698