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

Side by Side Diff: LayoutTests/mhtml/page_with_css_and_js_unmht-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
OLDNEW
(Empty)
1 <html>
2
3 <head>
4 <link href="resources/hide_image.css" rel="stylesheet" type="text/css">
5 </head>
6
7 <body>
8 This page tests that CSS and JavaScript resources are retrieved correctly for MH TML files.<br><br>
9 There should be only 2 red squares below:
10 <div id="firstDiv">
11 <img src="resources/red_square.png"><br><br>
12 </div>
13 <div id="thirdDiv">
14 The red square below should be hidden by way of JavaScript (with JS disabled in MHTML, it still should show).<br>
15 <img src="resources/red_square.png"><br><br>
16 </div>
17
18 </body>
19
20
21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/page_with_css_and_js_unmht.mht ('k') | LayoutTests/mhtml/page_with_css_and_js_unmht-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698